scan_full(pattern, advance_pointer_p, return_string_p)
Instance Public methods
Tests whether the given pattern is matched from the current
scan pointer. Advances the scan pointer if advance_pointer_p
is true. Returns the matched string if return_string_p is
true. The match register is affected.
âfullâ means â#scan with full parametersâ.