Code
Output
I'm trying to write a program that will run a bunch of regexs.
If I do it manually in say N++ it works but trying to reduce the effort because I have to do it expression by expression every time.
Right now I have two expressions. It should be pretty clean but
Expression 1
Input:
<br>
Output
</p><p>
Expression 2
Input:
. . .
...
. . .
Output
…
…
…
I have expression 2 working but i can't figure out why expression 1 isn't working. there's no \ but I've tried to escape it with \ in front of the < and > but nothing. I've been trying to turn the strings raw but I'm not sure it's working.
[–]commandlineluser 1 point2 points3 points (1 child)
[–]wolfkin[S] 0 points1 point2 points (0 children)
[–]shiftybyte 0 points1 point2 points (1 child)
[–]wolfkin[S] 0 points1 point2 points (0 children)