⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
ri
/
3.0.0
/
system
/
String
/
View File Name :
match%3f-i.ri
U:RDoc::AnyMethod[iI"match?:ETI"String#match?;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"ZReturns +true+ or +false+ based on whether a match is found for +self+ and +pattern+.;To:RDoc::Markup::BlankLine o; ; [I"Note: does not update ;TI"`{Regexp-related global variables}[Regexp.html#class-Regexp-label-Special+global+variables].;T@o; ; [I"JComputes +regexp+ by converting +pattern+ (if not already a \Regexp).;To:RDoc::Markup::Verbatim; [I""regexp = Regexp.new(pattern) ;T:@format0o; ; [I"QReturns +true+ if
self+.match(regexp)
returns a \Matchdata object, ;TI"+false+ otherwise:;To;; [I"!'foo'.match?(/o/) # => true ;TI"!'foo'.match?('o') # => true ;TI""'foo'.match?(/x/) # => false ;T; 0o; ; [I"QIf \Integer argument +offset+ is given, the search begins at index +offset+:;To;; [I"%'foo'.match?('f', 1) # => false ;TI"#'foo'.match?('o', 1) # => true;T; 0: @fileI" string.c;T:0@omit_headings_from_table_of_contents_below0I"9string.match?(pattern, offset = 0) -> true or false ;T0[ I"(*args);T@)FI"String;TcRDoc::NormalClass00