[Geany-Users] Remove Extra Whitespace from text

Colomban Wendling lists.ban at xxxxx
Fri Aug 5 12:12:49 UTC 2016


Le 05/08/2016 à 14:10, Vesta a écrit :
> Text have multiple whitespaces between words within <p> </p> and <h2><h2> tags.
> 
> How to find multiple whitespaces and replace them with a single whitespace?

learn regexes? :)  For basic stuff like that it isn't so complex, and
very powerful.  Though, here you could also do it just replacing two
spaces with one until there's no more to replace.

Regards,
Colomban

PS: [[:space:]]+


More information about the Users mailing list