Interface RE.Q
- All Superinterfaces:
RE
- Enclosing interface:
RE
The `*`, `?`, `+` operators and the `{...}` suffix quantify the previous
node. By default, these quantified nodes are _greedy_, they try to match
as much as possible of the input. Quantified nodes can be further
modified to be reluctant (first match) or possesive.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface RE
append, append, asFindPredicate, asLookingAtPredicate, asMatchPredicate, findAllIn, findIn, getGroupNames, getMatcher, isMatch, isSingle, lookingAt, matches, merge, not, pattern, toString