Peder Søholt
Results
1
issues of
Peder Søholt
In CSharp we have made some common regex expressions, like e-mail and url. So e.g. one can write VerbEx something like: verbEx.StartOfLine().Then(CommonRegex.Email); I think this should be implemented similar across...