Hi guys
My regex:
(?<=w\s(1)\n)(.*?(?=\s))
Why?
Hi,
Perhaps you should take care for CR(\r).
Hope the following pattern helps you.
(?<=w\s\(1\)\r?\n).*?(?=\s)
Regards,
Yes it works - weird
Thank you so much
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.