Uses of Interface
com.google.common.labs.regex.RegexPattern.Lookaround
Packages that use RegexPattern.Lookaround
-
Uses of RegexPattern.Lookaround in com.google.common.labs.regex
Classes in com.google.common.labs.regex that implement RegexPattern.LookaroundModifier and TypeClassDescriptionstatic final record
Positive lookahead:(?=pattern)
.static final record
Positive lookbehind:(?<=pattern)
.static final record
Negative lookahead:(?!pattern)
.static final record
Negative lookbehind:(?<!pattern)
.