Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Regexp /
Delete
Unzip
Name
Size
Permission
Date
Action
%26-i.yaml
163
B
-rw-r--r--
2023-07-26 13:47
%3d%3d%3d-i.yaml
659
B
-rw-r--r--
2023-07-26 13:47
%3d%3d-i.yaml
581
B
-rw-r--r--
2023-07-26 13:47
%3d%7e-i.yaml
542
B
-rw-r--r--
2023-07-26 13:47
%7c-i.yaml
163
B
-rw-r--r--
2023-07-26 13:47
%7e-i.yaml
427
B
-rw-r--r--
2023-07-26 13:47
casefold%3f-i.yaml
291
B
-rw-r--r--
2023-07-26 13:47
cdesc-Regexp.yaml
1.83
KB
-rw-r--r--
2023-07-26 13:47
compile-c.yaml
239
B
-rw-r--r--
2023-07-26 13:47
eql%3f-i.yaml
585
B
-rw-r--r--
2023-07-26 13:47
escape-c.yaml
593
B
-rw-r--r--
2023-07-26 13:47
hash-i.yaml
294
B
-rw-r--r--
2023-07-26 13:47
inspect-i.yaml
492
B
-rw-r--r--
2023-07-26 13:47
kcode-i.yaml
268
B
-rw-r--r--
2023-07-26 13:47
last_match-c.yaml
797
B
-rw-r--r--
2023-07-26 13:47
match-i.yaml
548
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
1.35
KB
-rw-r--r--
2023-07-26 13:47
options-i.yaml
1023
B
-rw-r--r--
2023-07-26 13:47
quote-c.yaml
591
B
-rw-r--r--
2023-07-26 13:47
source-i.yaml
356
B
-rw-r--r--
2023-07-26 13:47
to_s-i.yaml
1022
B
-rw-r--r--
2023-07-26 13:47
to_yaml-i.yaml
179
B
-rw-r--r--
2023-07-26 13:47
union-c.yaml
1.04
KB
-rw-r--r--
2023-07-26 13:47
yaml_new-c.yaml
187
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: The first form returns the <tt>MatchData</tt> object generated by the last successful pattern match. Equivalent to reading the global variable <tt>$~</tt>. The second form returns the nth field in this <tt>MatchData</tt> object. - !ruby/struct:SM::Flow::VERB body: " /c(.)t/ =~ 'cat' #=> 0\n Regexp.last_match #=> #<MatchData:0x401b3d30>\n Regexp.last_match(0) #=> "cat"\n Regexp.last_match(1) #=> "a"\n Regexp.last_match(2) #=> nil\n" full_name: Regexp::last_match is_singleton: true name: last_match params: | Regexp.last_match => matchdata Regexp.last_match(fixnum) => str visibility: public