Support \
(backslash space) as equivalent to space, at least in /x mode
#523
Labels
\
(backslash space) as equivalent to space, at least in /x mode
#523
The documentation for insignificant-whitespace mode says this:
Most other regex engines that support /x mode (and in particular Perl, which invented it) accept
\
(backslash space) as equivalent to space and treat it as significant within /x mode. This can be significantly more readable than either of the alternatives supported by Rust, compareAnd it would also ease porting code from other languages if Rust supported this.
The text was updated successfully, but these errors were encountered: