Categories

EASY REGULAR EXPRESSIONS IN C#

I really love using regular expressions.
It’s so easy to check strings… for example if you want only alphanumeric or only numbers or a very specific format like two letters, one point, one number and a #, in the specific order.
In my opinion, it’s highly difficult to create the reg exp from scratch.
I have found a [...]

Cyberactiva web development - Blogged