Previous: The Match-space Operator (\s), Up: Space Operators [Contents][Index]
\s
\S
This operator (represented by ‘\S’) matches any character that is not a space (that is, in the POSIX class [:space:]).
[:space:]