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 : union-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Return a <tt>Regexp</tt> object that is the union of the given <em>pattern</em>s, i.e., will match any of its parts. The <em>pattern</em>s can be Regexp objects, in which case their options will be preserved, or Strings. If no patterns are given, returns <tt>/(?!)/</tt>. - !ruby/struct:SM::Flow::VERB body: " Regexp.union #=> /(?!)/\n Regexp.union("penzance") #=> /penzance/\n Regexp.union("a+b*c") #=> /a+b*c/\n Regexp.union("skiing", "sledding") #=> /skiing|sledding/\n Regexp.union(["skiing", "sledding"]) #=> /skiing|sledding/\n Regexp.union(/dogs/, /cats/i) #=> /(?-mix:dogs)|(?i-mx:cats)/\n" full_name: Regexp::union is_singleton: true name: union params: | Regexp.union(pat1, pat2, ...) => new_regexp Regexp.union(pats_ary) => new_regexp visibility: public
Close