Hey There,
You have to tell the regular expression to work with multiple lines.
Find:
(?m)^
Replace:
//
–
Best Regards,
Chris
Hey There,
You have to tell the regular expression to work with multiple lines.
Find:
(?m)^
Replace:
//
–
Best Regards,
Chris