Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.179
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Regexp /
[ HOME SHELL ]
Name
Size
Permission
Action
%26-i.yaml
163
B
-rw-r--r--
%3d%3d%3d-i.yaml
659
B
-rw-r--r--
%3d%3d-i.yaml
581
B
-rw-r--r--
%3d%7e-i.yaml
542
B
-rw-r--r--
%7c-i.yaml
163
B
-rw-r--r--
%7e-i.yaml
427
B
-rw-r--r--
casefold%3f-i.yaml
291
B
-rw-r--r--
cdesc-Regexp.yaml
1.83
KB
-rw-r--r--
compile-c.yaml
239
B
-rw-r--r--
eql%3f-i.yaml
585
B
-rw-r--r--
escape-c.yaml
593
B
-rw-r--r--
hash-i.yaml
294
B
-rw-r--r--
inspect-i.yaml
492
B
-rw-r--r--
kcode-i.yaml
268
B
-rw-r--r--
last_match-c.yaml
797
B
-rw-r--r--
match-i.yaml
548
B
-rw-r--r--
new-c.yaml
1.35
KB
-rw-r--r--
options-i.yaml
1023
B
-rw-r--r--
quote-c.yaml
591
B
-rw-r--r--
source-i.yaml
356
B
-rw-r--r--
to_s-i.yaml
1022
B
-rw-r--r--
to_yaml-i.yaml
179
B
-rw-r--r--
union-c.yaml
1.04
KB
-rw-r--r--
yaml_new-c.yaml
187
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : to_s-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns a string containing the regular expression and its options (using the <tt>(?xxx:yyy)</tt> notation. This string can be fed back in to <tt>Regexp::new</tt> to a regular expression with the same semantics as the original. (However, <tt>Regexp#==</tt> may not return true when comparing the two, as the source of the regular expression itself may differ, as the example shows). <tt>Regexp#inspect</tt> produces a generally more readable version of <em>rxp</em>. - !ruby/struct:SM::Flow::VERB body: " r1 = /ab+c/ix #=> /ab+c/ix\n s1 = r1.to_s #=> "(?ix-m:ab+c)"\n r2 = Regexp.new(s1) #=> /(?ix-m:ab+c)/\n r1 == r2 #=> false\n r1.source #=> "ab+c"\n r2.source #=> "(?ix-m:ab+c)"\n" full_name: Regexp#to_s is_singleton: false name: to_s params: | rxp.to_s => str visibility: public
Close