Next: The Alternation Operator (| or \|), Previous: The Concatenation Operator, Up: Common Operators [Contents][Index]
|
\|
Repetition operators repeat the preceding regular expression a specified number of times.
*
+
\+
?
\?
{
}
\{
\}