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