December 22, 2009 .NET, Regex No comments
December 22, 2009 .NET, Regex No comments
This is just another quick example of Regex pattern.
Next pattern matches “at least one symbol which is letter or digit at the begging and then exactly one delimiter ‘|’ and then at least one symbol which is letter or digit in the end“:
Valid is:
Not valid are:
and so on…
Links I’ve used:
Verify your Regex:
http://www.pagecolumn.com/tool/regtest.htm
Cheat Sheet:
http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v2/pdf/