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 /
ruby33 /
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
763
B
-rw-r--r--
2026-04-07 17:22
%3d%3d-i.ri
740
B
-rw-r--r--
2026-04-07 17:22
%3d%7e-i.ri
2.1
KB
-rw-r--r--
2026-04-07 17:22
%7e-i.ri
428
B
-rw-r--r--
2026-04-07 17:22
as_json-i.ri
892
B
-rw-r--r--
2026-04-07 17:22
casefold%3f-i.ri
574
B
-rw-r--r--
2026-04-07 17:22
cdesc-Regexp.ri
56.85
KB
-rw-r--r--
2026-04-07 17:22
compile-c.ri
284
B
-rw-r--r--
2026-04-07 17:22
encoding-i.ri
357
B
-rw-r--r--
2026-04-07 17:22
eql%3f-i.ri
782
B
-rw-r--r--
2026-04-07 17:22
escape-c.ri
777
B
-rw-r--r--
2026-04-07 17:22
fixed_encoding%3f-i.ri
1.57
KB
-rw-r--r--
2026-04-07 17:22
hash-i.ri
379
B
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
484
B
-rw-r--r--
2026-04-07 17:22
json_create-c.ri
313
B
-rw-r--r--
2026-04-07 17:22
last_match-c.ri
1.6
KB
-rw-r--r--
2026-04-07 17:22
linear_time%3f-c.ri
1.11
KB
-rw-r--r--
2026-04-07 17:22
match%3f-i.ri
841
B
-rw-r--r--
2026-04-07 17:22
match-i.ri
1.74
KB
-rw-r--r--
2026-04-07 17:22
named_captures-i.ri
931
B
-rw-r--r--
2026-04-07 17:22
names-i.ri
627
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
2.45
KB
-rw-r--r--
2026-04-07 17:22
options-i.ri
1.48
KB
-rw-r--r--
2026-04-07 17:22
quote-c.ri
775
B
-rw-r--r--
2026-04-07 17:22
source-i.ri
621
B
-rw-r--r--
2026-04-07 17:22
timeout%3d-c.ri
738
B
-rw-r--r--
2026-04-07 17:22
timeout-c.ri
428
B
-rw-r--r--
2026-04-07 17:22
timeout-i.ri
785
B
-rw-r--r--
2026-04-07 17:22
to_json-i.ri
539
B
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
1005
B
-rw-r--r--
2026-04-07 17:22
try_convert-c.ri
817
B
-rw-r--r--
2026-04-07 17:22
union-c.ri
1.47
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI" to_s:ETI"Regexp#to_s;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"?Returns a string showing the options and string of +self+:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"r0 = /ab+c/ix ;TI"&s0 = r0.to_s # => "(?ix-m:ab+c)" ;T:@format0o; ; [I"CThe returned string may be used as an argument to Regexp.new, ;TI"#or as interpolated text for a ;TI"@{Regexp interpolation}[rdoc-ref:Regexp@Interpolation+Mode]:;T@o;; [I"-r1 = Regexp.new(s0) # => /(?ix-m:ab+c)/ ;TI"-r2 = /#{s0}/ # => /(?ix-m:ab+c)/ ;T; 0o; ; [I"3Note that +r1+ and +r2+ are not equal to +r0+ ;TI"2because their original strings are different:;T@o;; [I"r0 == r1 # => false ;TI"r0.source # => "ab+c" ;TI"#r1.source # => "(?ix-m:ab+c)" ;T; 0o; ; [I"Related: Regexp#inspect.;T: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"to_s -> string ;T0[ I"();T@(FI"Regexp;TcRDoc::NormalClass00