Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ruby / usr / share / ri / 2.2.0 / system / String / %3d%7e-i.ri
Size: Mime:
U:RDoc::AnyMethod[iI"=~:ETI"String#=~;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph;	[
I"RMatch---If <i>obj</i> is a <code>Regexp</code>, use it as a pattern to match ;TI"Fagainst <i>str</i>,and returns the position the match starts, or ;TI"?<code>nil</code> if there is no match. Otherwise, invokes ;TI"C<i>obj.=~</i>, passing <i>str</i> as an argument. The default ;TI"E<code>=~</code> in <code>Object</code> returns <code>nil</code>.;To:RDoc::Markup::BlankLineo;
;	[I"9Note: <code>str =~ regexp</code> is not the same as ;TI"L<code>regexp =~ str</code>. Strings captured from named capture groups ;TI"=are assigned to local variables only in the second case.;T@o:RDoc::Markup::Verbatim;	[I"&"cat o' 9 tails" =~ /\d/   #=> 7
;TI"'"cat o' 9 tails" =~ 9      #=> nil;T:@format0:
@fileI"
string.c;T:0@omit_headings_from_table_of_contents_below0I"#str =~ obj   -> fixnum or nil
;T0[I"	(p1);T@FI"String;TcRDoc::NormalClassI"
scanf;T0