tactics

Stories submitted by tactics

.NET regex and Cyrillic (unicode)(dotnetintheshell.blogspot.com)

submitted by tacticstactics(15) 2 years, 2 months ago

Some days ago I had to validate a Cyrillic text using regex class. Of course there is no way to do it using “[а-зА-З]{3}” (for example) . Good thing is that .net supports Unicode in it’s regex engine. read more...

add a comment |category: |Views: 40

tags: another