in reply to Re^3: Matching dot using regexp
in thread Matching dot using regexp
a string composed of a single space character (such as ' ' or "\x20" , but not e.g. / / ).However, the only PATTERN strings that I find there are whitespace (PATTERN defaults to " " if omitted) and the empty string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Matching dot using regexp
by AnomalousMonk (Archbishop) on Oct 10, 2017 at 10:46 UTC |