www.delorie.com/gnu/docs/regex/regex_toc.html | search |
![]() Buy the book! | |
[Top] | [Contents] | [Index] | [ ? ] |
.
)
*
)
+
or \+
)
?
or \?
)
{
... }
or \{
... \}
)
|
or \|
)
[
... ]
and [^
... ]
)
[:
... :]
)
-
)
(
... )
or \(
... \)
)
^
)
$
)
\b
)
\B
)
\<
)
\>
)
\w
)
\W
)
\`
)
\'
)
\s
class)
\S
class)
webmaster | delorie software privacy |
Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |