Frames | No Frames |
Methods with return type java.util.regex.Matcher | |
Matcher | |
Matcher | |
Matcher |
Defines the region of the input on which to match.
|
Matcher | Resets the internal state of the matcher, including
resetting the region to its default state of encompassing
the whole input. |
Matcher | Resets the internal state of the matcher, including
resetting the region to its default state of encompassing
the whole input. |
Matcher | Matcher.useAnchoringBounds(boolean useAnchors) Enables or disables the use of the anchoring bounds:
^ , \A , \Z , \z and
$ . |
Matcher | Changes the pattern used by the Matcher to
the one specified. |
Matcher | Matcher.useTransparentBounds(boolean transparent) Sets the transparency of the bounds of the region
marked by regionStart() and regionEnd() .
|