Deleting spaces at end of rows
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Deleting spaces at end of rows
How can I delete all spaces between the last non-space character and the carriage-return character?
You need to perform the following search and replace:
Find what:
Please note there is a space character before the + character. The expression means search for any space character repeated at least once and followed by and end of line ($).
Hope this helps.
Find what:
Replace with:<space>+$
With regular expression enabled and POSIX regular expression syntax enabled in the general preferences.Leave it blank
Please note there is a space character before the + character. The expression means search for any space character repeated at least once and followed by and end of line ($).
Hope this helps.
Running TextPad 5.4 on Windows XP SP3 and on OS X 10.7 under VMWare or Crossover.