scan_full

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

doc_ruby_on_rails
2015-05-16 04:10:44
Comments
Leave a Comment

Please login to continue.