Home | History | Annotate | Download | only in library

Lines Matching full:enclose

212    greedy.  To match a literal ``'|'``, use ``\|``, or enclose it inside a
220 use ``\(`` or ``\)``, or enclose them inside a character class: ``[(] [)]``.