Search found 2 matches

by lezerogan
Thu Feb 16, 2023 10:09 am
Forum: General
Topic: REGEX LAST CHAR
Replies: 3
Views: 1847

Re: REGEX LAST CHAR

Thank you
by lezerogan
Wed Feb 15, 2023 7:12 am
Forum: General
Topic: REGEX LAST CHAR
Replies: 3
Views: 1847

REGEX LAST CHAR

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 ...