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"new:EFI"Regexp::new;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"QConstructs a new regular expression from <i>pattern</i>, which can be either;TI"Pa <code>String</code> or a <code>Regexp</code> (in which case that regexp's;TI"Qoptions are propagated, and new options may not be specified (a change as of;TI"ORuby 1.8). If <i>options</i> is a <code>Fixnum</code>, it should be one or;TI"9more of the constants <code>Regexp::EXTENDED</code>,;TI"I<code>Regexp::IGNORECASE</code>, and <code>Regexp::MULTILINE</code>,;TI"A<em>or</em>-ed together. Otherwise, if <i>options</i> is not;TI";<code>nil</code>, the regexp will be case insensitive.;TI"NWhen the <i>lang</i> parameter is `n' or `N' sets the regexp no encoding.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"Cr1 = Regexp.new('^a-z+:\\s+\w+') #=> /^a-z+:\s+\w+/ ;FI";r2 = Regexp.new('cat', true) #=> /cat/i ;FI";r3 = Regexp.new('dog', Regexp::EXTENDED) #=> /dog/x ;FI":r4 = Regexp.new(r2) #=> /cat/i;F: @file0I"�Regexp.new(string, [options [, lang]]) -> regexp Regexp.new(regexp) -> regexp Regexp.compile(string, [options [, lang]]) -> regexp Regexp.compile(regexp) -> regexp ;T0[ I"(*args);FI" re.c;T