Uses of Interface
com.google.common.labs.regex.RegexPattern.Lookaround
Packages that use RegexPattern.Lookaround
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
- 
Uses of RegexPattern.Lookaround in com.google.common.labs.regex
Classes in com.google.common.labs.regex that implement RegexPattern.LookaroundModifier and TypeClassDescriptionstatic final recordPositive lookahead:(?=pattern).static final recordPositive lookbehind:(?<=pattern).static final recordNegative lookahead:(?!pattern).static final recordNegative lookbehind:(?<!pattern).