I'd like to add the )
character (close bracket) to the end of all lines.
I see CR is the end symbol of every lines. (Menu > View > Show Symbol > Show end of line)
I tried to replace \r
with )\r
in Regular expression mode but it didn't work.
How do I do this?
Use $
to match end of line in regular expression mode. Replace with \(
, slash is to escape
You need to match extended or regular expression and replace "\n" with ")\n". At least this worked by me so far. According to this there can be differences though Difference between CR LF, LF and CR line break types?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With