⚝
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 :
%3d%7e-i.ri
U:RDoc::AnyMethod[iI"=~:ETI"String#=~;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"DReturns the \Integer index of the first substring that matches ;TI"4the given +regexp+, or +nil+ if no match found:;To:RDoc::Markup::Verbatim; [I"'foo' =~ /f/ # => 0 ;TI"'foo' =~ /o/ # => 1 ;TI"'foo' =~ /x/ # => nil ;T:@format0o; ; [I"Note: also updates ;TI"`{Regexp-related global variables}[Regexp.html#class-Regexp-label-Special+global+variables].;To:RDoc::Markup::BlankLine o; ; [I"?If the given +object+ is not a \Regexp, returns the value ;TI")returned by
object =~ self
.;T@o; ; [I"UNote that
string =~ regexp
is different from
regexp =~ string
;TI"S(see {Regexp#=~}[https://ruby-doc.org/core-2.7.1/Regexp.html#method-i-3D-7E]):;To;; [ I"number= nil ;TI"!"no. 9" =~ /(?
\d+)/ ;TI"$number # => nil (not assigned) ;TI"!/(?
\d+)/ =~ "no. 9" ;TI"number #=> "9";T;0: @fileI" string.c;T:0@omit_headings_from_table_of_contents_below0I"Kstring =~ regexp -> integer or nil string =~ object -> integer or nil ;T0[ I" (p1);T@(FI"String;TcRDoc::NormalClass00