method

scan_full

v1_9_3_125 - Show latest stable - Class: StringScanner
scan_full(p1, p2, p3)
public

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”.