|        | |||||
|  | |||||
| pattern | white-space | ||||
| Related Syntax | |||||
Syntax
white-space
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").
| Related Syntax %n %_ %t | 
| ---- |