Quote:
Originally Posted by firsikov
This is weird. At first I tried to do as you told me, and nothing worked for me..
|
Maybe because "Dot all" wasn't checked? The group 2 of the regex must be able to pass through newlines (dot all means that (.*?) won't stop at next newline).
My mistake if it's the case, I should have told you to check it, but as Davidfor already said it, I thought it was unnecessary to repeat it.
Anyway, it's fine if your problem is solved :-).