REGEX LAST CHAR
Posted: Wed Feb 15, 2023 7:12 am
Hello,
I am editing a text file.
I want to find each line ending with the char dot - "."
and replace only the dot by space or delete it.
I do not want to delete dot in the middle of a line.
I have tried do replace F8 with regex
I did find the correct lines by putting .*\. in field "find what"
but could not find what string to put in field "replace with"
I need help
Thank you
Lezero Gan
I am editing a text file.
I want to find each line ending with the char dot - "."
and replace only the dot by space or delete it.
I do not want to delete dot in the middle of a line.
I have tried do replace F8 with regex
I did find the correct lines by putting .*\. in field "find what"
but could not find what string to put in field "replace with"
I need help
Thank you
Lezero Gan