get_max_lookbehind


Description:

[ Version ( since = "2.38" ) ]
public int get_max_lookbehind ()

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.

Parameters:

this

a Regex structure

Returns:

the number of characters in the longest lookbehind assertion.