|
|
Browse by Tags
All Tags » matching
-
Hello, I need help on matching and replacing text with different matched text from same string. My goal is to be able to batch process a large set of text files that each have similar patterns and replacement criteria. Below is an example of a typical case. In the example below, BOLD text replaces strikeout text:
TITLE: Beautiful Losers - ...
-
Hi there,
After hours of searching i found nothing that worked. I've got the following string and i want to match all parts between single quotes. It has to deal with user input so the next example is valid: (the both outer double quotes are to show what the sentence is)
"hello world, this is a 'quoted string' using ...
-
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 ...
-
Hello,
Could you please help me with creating a regex to match good person name?
Good person name is:
Adam Mickiewicz
Bad person names are:
Adam Mickiewicz!
Adam! Mickiewicz
Adam Mickiewi-cz
Adam
Adam/
Adam\
ADAM MICKIEWICZ
Adam MiCkiewicz
Adam Mick,iewicz
Adam Mickiewicz,
Adam Mic!kiewicz
adam Mickiewicz
I tried to do ...
|
|
|