white-space Full Description |
|
Syntaxwhite-space Purpose A predefined character class, used in pattern matching, that matches a single space character ("%_"), a single tab character ("%t"), or any single character in the newline sequence ("%n"). |