File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ \section{Built-in Module \sectcode{regex}}
44This module provides regular expression matching operations similar to
55those found in Emacs. It is always available.
66
7- By default the patterns are Emacs-style regular expressions; there is
7+ By default the patterns are Emacs-style regular expressions,
8+ with one exception. There is
89a way to change the syntax to match that of several well-known
9- \UNIX {} utilities.
10+ \UNIX {} utilities. The exception is that Emacs' \samp {\e s}
11+ pattern is not supported, since the original implementation references
12+ the Emacs syntax tables.
1013
1114This module is 8-bit clean: both patterns and strings may contain null
1215bytes and characters whose high bit is set.
Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ \section{Built-in Module \sectcode{regex}}
44This module provides regular expression matching operations similar to
55those found in Emacs. It is always available.
66
7- By default the patterns are Emacs-style regular expressions; there is
7+ By default the patterns are Emacs-style regular expressions,
8+ with one exception. There is
89a way to change the syntax to match that of several well-known
9- \UNIX {} utilities.
10+ \UNIX {} utilities. The exception is that Emacs' \samp {\e s}
11+ pattern is not supported, since the original implementation references
12+ the Emacs syntax tables.
1013
1114This module is 8-bit clean: both patterns and strings may contain null
1215bytes and characters whose high bit is set.
You can’t perform that action at this time.
0 commit comments