Next: , Previous: , Up: Regular Expressions   [Index]


8.4.1.3 Emacs-Only Features

One area where Emacs’s regexp engine does shine is its support for match constructs and Unicode support:

ConstructsDescription
\<’, ‘\>Matches beginning and end of word
\_<’, ‘\_>Matches beginning and end of symbol
\scodeMatches any character whose syntax table code is code
\ScodeMatches any character whose syntax table code is not code

Table 8.1: Match Constructs and Unicode Support