liferooter / textpieces

Quick text processing
GNU General Public License v3.0
203 stars 22 forks source link

Add trim lines support (remove all new lines not just leading and trailing) #113

Closed manuvarkey closed 1 year ago

manuvarkey commented 1 year ago

Add support for trimming text of all new lines - not just leading and trailing. This feature will be useful in copying text from certain PDF documents where a single paragraph is split into multiple lines using newline characters.

liferooter commented 1 year ago

Well, now you can do it using "Remove regex" tool :)

liferooter commented 1 year ago

"Remove regex" -> Regex: \n -> Apply