|
|
Browse by Tags
All Tags » C# strings » alphanumeric with restraints
-
I'm in need for a regular expression that will match a limited character set that has rules.
The rules are: 3 to 15 character long (inclusive) e.g. "abc" "abcdefghijklmno" Only characters A-Z 0-9 - _ . ( ) [ ] e.g. thats A-Z 0-9, dash, underscore, period, left & right round bracket, and left & right ...
-
Hello, I am using C# in Visual Studio 2008. I have a text file of the entire Bible that I am wanting to either put into a database or write to an XML document. The format of the text is as follows with comments in C# single line comment style to the right of the actual text (example: Genesis //book ...
|
|
|