\S
class)
This operator is similar to the match-syntactic-class operator except
that it matches any character whose syntactic class is not
represented by the specified character. \Sclass
represents
this operator. For example, w
represents the syntactic class of
word-constituent characters, so \Sw
matches any character that is
not word-constituent.