search_full(pattern, advance_pointer_p, return_string_p)
Instance Public methods
Scans the string until the pattern
is matched.
Advances the scan pointer if advance_pointer_p
, otherwise not.
Returns the matched string if return_string_p
is true,
otherwise returns the number of bytes advanced. This method does affect the
match register.
Please login to continue.