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:]]+ _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users