I'm having trouble formulating how to append the following to the beginning and end of the line in notepad++ :
Beginning ('
End ,10)
I tried using the following, but none would even match the beginning of the line:
%s/.*/"&"
^
When I used ^
this matched the beginning of line but if I tried to appending ^(
it would just replace the line with ^
.
My sample data looks like:
/.../.../.../.../.../
\…..\\\…..\\\…..\\\
%00../../../../../../etc/file
%00/etc/file%00
Thanks