|
|
Browse by Tags
All Tags » C# <P> </p> <li> </li> replace match multiline
-
Hi
I am a newbie when it comes to regex but I have constructed a regex that passes all the 14 tests but 1. This 1 test is an overlapping problem. Let me explain.
Say you have a string:
one two three four five six seven four eight nine ten
Now the idea is extract four but together with four extract 3 words from left and right. Basically the ...
-
Hi there, I'm new here and just learning Regular Expressions and am looking for some help on the following problem.
I want to replace <p> tags with <li> tags in a large HTML string using a regular expression.
I would like the following input to translate to the following ...
|
|
|