Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Regexp /
Delete
Unzip
Name
Size
Permission
Date
Action
TimeoutError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%3d%3d%3d-i.ri
762
B
-rw-r--r--
2026-04-07 16:51
%3d%3d-i.ri
739
B
-rw-r--r--
2026-04-07 16:51
%3d%7e-i.ri
2.1
KB
-rw-r--r--
2026-04-07 16:51
%7e-i.ri
427
B
-rw-r--r--
2026-04-07 16:51
as_json-i.ri
891
B
-rw-r--r--
2026-04-07 16:51
casefold%3f-i.ri
573
B
-rw-r--r--
2026-04-07 16:51
cdesc-Regexp.ri
56.93
KB
-rw-r--r--
2026-04-07 16:51
compile-c.ri
283
B
-rw-r--r--
2026-04-07 16:51
encoding-i.ri
356
B
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
781
B
-rw-r--r--
2026-04-07 16:51
escape-c.ri
776
B
-rw-r--r--
2026-04-07 16:51
fixed_encoding%3f-i.ri
1.57
KB
-rw-r--r--
2026-04-07 16:51
hash-i.ri
378
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
483
B
-rw-r--r--
2026-04-07 16:51
json_create-c.ri
312
B
-rw-r--r--
2026-04-07 16:51
last_match-c.ri
1.6
KB
-rw-r--r--
2026-04-07 16:51
linear_time%3f-c.ri
1.1
KB
-rw-r--r--
2026-04-07 16:51
match%3f-i.ri
840
B
-rw-r--r--
2026-04-07 16:51
match-i.ri
1.74
KB
-rw-r--r--
2026-04-07 16:51
named_captures-i.ri
930
B
-rw-r--r--
2026-04-07 16:51
names-i.ri
626
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
2.45
KB
-rw-r--r--
2026-04-07 16:51
options-i.ri
1.48
KB
-rw-r--r--
2026-04-07 16:51
quote-c.ri
774
B
-rw-r--r--
2026-04-07 16:51
source-i.ri
620
B
-rw-r--r--
2026-04-07 16:51
timeout%3d-c.ri
737
B
-rw-r--r--
2026-04-07 16:51
timeout-c.ri
427
B
-rw-r--r--
2026-04-07 16:51
timeout-i.ri
784
B
-rw-r--r--
2026-04-07 16:51
to_json-i.ri
538
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
1004
B
-rw-r--r--
2026-04-07 16:51
try_convert-c.ri
816
B
-rw-r--r--
2026-04-07 16:51
union-c.ri
1.47
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"last_match:ETI"Regexp::last_match;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"9With no argument, returns the value of <tt>$~</tt>, ;TI":which is the result of the most recent pattern match ;TI"G(see {Regexp global variables}[rdoc-ref:Regexp@Global+Variables]):;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"/c(.)t/ =~ 'cat' # => 0 ;TI"5Regexp.last_match # => #<MatchData "cat" 1:"a"> ;TI" /a/ =~ 'foo' # => nil ;TI" Regexp.last_match # => nil ;T:@format0o; ; [I"LWith non-negative integer argument +n+, returns the _n_th field in the ;TI"'matchdata, if any, or nil if none:;T@o;; [ I"!/c(.)t/ =~ 'cat' # => 0 ;TI"%Regexp.last_match(0) # => "cat" ;TI"#Regexp.last_match(1) # => "a" ;TI"#Regexp.last_match(2) # => nil ;T; 0o; ; [I"NWith negative integer argument +n+, counts backwards from the last field:;T@o;; [I"*Regexp.last_match(-1) # => "a" ;T; 0o; ; [I",With string or symbol argument +name+, ;TI"<returns the string value for the named capture, if any:;T@o;; [ I"4/(?<lhs>\w+)\s*=\s*(?<rhs>\w+)/ =~ 'var = val' ;TI"ORegexp.last_match # => #<MatchData "var = val" lhs:"var"rhs:"val"> ;TI")Regexp.last_match(:lhs) # => "var" ;TI")Regexp.last_match('rhs') # => "val" ;TI"2Regexp.last_match('foo') # Raises IndexError.;T; 0: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"zRegexp.last_match -> matchdata or nil Regexp.last_match(n) -> string or nil Regexp.last_match(name) -> string or nil ;T0[ I"(*args);T@2FI"Regexp;TcRDoc::NormalClass00