Go forward to Match-not-syntactic-class Operator.
Go backward to Emacs Syntax Tables.
Go up to Syntactic Class Operators.
The Match-syntactic-class Operator (`\s'CLASS)
----------------------------------------------
This operator matches any character whose syntactic class is
represented by a specified character. `\sCLASS' represents this
operator where CLASS is the character representing the syntactic class
you want. For example, `w' represents the syntactic class of
word-constituent characters, so `\sw' matches any word-constituent
character.