X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/Regexp
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Regexp
/
📄
%26-i.yaml
(163 B)
📄
%3d%3d%3d-i.yaml
(659 B)
📄
%3d%3d-i.yaml
(581 B)
📄
%3d%7e-i.yaml
(542 B)
📄
%7c-i.yaml
(163 B)
📄
%7e-i.yaml
(427 B)
ðŸ“
..
📄
casefold%3f-i.yaml
(291 B)
📄
cdesc-Regexp.yaml
(1.83 KB)
📄
compile-c.yaml
(239 B)
📄
eql%3f-i.yaml
(585 B)
📄
escape-c.yaml
(593 B)
📄
hash-i.yaml
(294 B)
📄
inspect-i.yaml
(492 B)
📄
kcode-i.yaml
(268 B)
📄
last_match-c.yaml
(797 B)
📄
match-i.yaml
(548 B)
📄
new-c.yaml
(1.35 KB)
📄
options-i.yaml
(1023 B)
📄
quote-c.yaml
(591 B)
📄
source-i.yaml
(356 B)
📄
to_s-i.yaml
(1022 B)
📄
to_yaml-i.yaml
(179 B)
📄
union-c.yaml
(1.04 KB)
📄
yaml_new-c.yaml
(187 B)
Editing: options-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Returns the set of bits corresponding to the options used when creating this Regexp (see <tt>Regexp::new</tt> for details. Note that additional bits may be set in the returned options: these are used internally by the regular expression code. These extra bits are ignored if the options are passed to <tt>Regexp::new</tt>." - !ruby/struct:SM::Flow::VERB body: " Regexp::IGNORECASE #=> 1\n Regexp::EXTENDED #=> 2\n Regexp::MULTILINE #=> 4\n\n /cat/.options #=> 128\n /cat/ix.options #=> 131\n Regexp.new('cat', true).options #=> 129\n Regexp.new('cat', 0, 's').options #=> 384\n\n r = /cat/ix\n Regexp.new(r.source, r.options) #=> /cat/ix\n" full_name: Regexp#options is_singleton: false name: options params: | rxp.options => fixnum visibility: public
Upload File
Create Folder