JezK
Edit File: match%3f-i.ri
U:RDoc::AnyMethod[iI"match?:ETI"String#match?;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"FConverts _pattern_ to a +Regexp+ (if it isn't already one), then ;TI"Areturns a +true+ or +false+ indicates whether the regexp is ;TI"Ematched _str_ or not without updating <code>$~</code> and other ;TI"@related variables. If the second parameter is present, it ;TI">specifies the position in the string to begin the search.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"'"Ruby".match?(/R.../) #=> true ;TI"("Ruby".match?(/R.../, 1) #=> false ;TI"("Ruby".match?(/P.../) #=> false ;TI"%$& #=> nil;T:@format0: @fileI" string.c;T:0@omit_headings_from_table_of_contents_below0I"]str.match?(pattern) -> true or false str.match?(pattern, pos) -> true or false ;T0[ I"(*args);T@FI"String;TcRDoc::NormalClassI" scanf;T0