Previous: , Up: Space Operators   [Contents][Index]


18.4.2.2 The Match-non-space Operator (\S)

This operator (represented by ‘\S’) matches any character that is not a space (that is, in the POSIX class [:space:]).