replacing first character of line only
Posted: Thu May 09, 2019 8:45 pm
When I do regex:
find: ^a
replace: (no character, blank)
on file with:
aaaaa
It replaces all the a's, not just the first one.
I want to replace only the first a, it used to work on textpad.
Not sure why it is not working now.
find: ^a
replace: (no character, blank)
on file with:
aaaaa
It replaces all the a's, not just the first one.
I want to replace only the first a, it used to work on textpad.
Not sure why it is not working now.