Hi everybody!
I'd like to know if there is a function or something that can delete all spaces from the last character of the line to the end of line (in a .txt)?
Thank you ;)
replace in regex mode
find string " +$" (without quotas, leading space), replace leave blank
Go to Edit->Trim trailing space.
Hi everybody!
I'd like to know if there is a function or something that can delete all spaces from the last character of the line
to the end of line (in a .txt)?
Thank you ;)
replace in regex mode
find string " +$" (without quotas, leading space), replace leave blank
Go to Edit->Trim trailing space.