Regex.getMaxLookbehind

Gets the number of characters in the longest lookbehind assertion in the pattern. This information is useful when doing multi-segment matching using the partial matching facilities.

class Regex
int
getMaxLookbehind
()

Return Value

Type: int

the number of characters in the longest lookbehind assertion.

Meta

Since

2.38