|
|
Browse by Tags
All Tags » match between patterns exclude
-
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 ...
-
I'm attempting to write a Regular Expression to extract the time within a string.
The string:
MI=3837e1c8ef814bdbbc594364a7cb4c5a&LV=3.1.0.130&AG=T48&IS=0000&TE=1&TV=tmpt-br%7Cts20071130124458%7Crf0%7Csq15%7Cyp0%7Cyc0.00%7Cwi461742
Desired output:
I want the text between %7Cts and %7C, which is ...
|
|
|