Replace the beginning of each line

Hey There,

You have to tell the regular expression to work with multiple lines.

Find:
(?m)^

Replace:
//


Best Regards,
Chris

3 Likes