查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: eql%3f-i.yaml
路径:
/opt/alt/ruby18/share/ri/1.8/system/Regexp/eql%3f-i.yaml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Equality---Two regexps are equal if their patterns are identical, they have the same character set code, and their <tt>casefold?</tt> values are the same. - !ruby/struct:SM::Flow::VERB body: " /abc/ == /abc/x #=> false\n /abc/ == /abc/i #=> false\n /abc/u == /abc/n #=> false\n" full_name: Regexp#eql? is_singleton: false name: eql? params: | rxp == other_rxp => true or false rxp.eql?(other_rxp) => true or false visibility: public
💾 保存文件
← 返回文件管理器