Closed ninedotnine closed 1 year ago
A space character in "text" or "whole words" mode is now translated to the regex \s+ so that it matches a newline, a non-break space, or multiple spaces in HTML, all of which render in the browser as a single space.
\s+
A space character in "text" or "whole words" mode is now translated to the regex
\s+
so that it matches a newline, a non-break space, or multiple spaces in HTML, all of which render in the browser as a single space.