Hello. Let's say I have the following lines in n++:
Monday$29190
Tuesday$2495920
Wednesday$20569
Thursday$29459002
I want to text to be manipulated so it reads:
Monday
Tuesday
Wednesday
Thursday
I have gone to Find & Replace and entered this:
Find what: $.*
Replace with: (nothing)
The above entry only works for the first line. Every other line is deleted, reading:
Monday
Highlighting all of the text before accessing the find and replace feature yields no favorable result. I must be missing something. Can someone help me, please? I have over 5,400 lines that need this treatment and I don't want to do it all by hand, lol.