るりまサーチ

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.002秒)
トップページ > クラス:Regexp[x] > ライブラリ:eregex[x]

キーワード

  • & (1)
  • | (1)

検索結果

Regexp#&(other) -> RedAnd (3)

RegAnd.new(self, other) を返します。

RegAnd.new(self, other) を返します。

@param other 正規表現オブジェクト。

Regexp#|(other) -> RegOr (3)

RegOr.new(self, other) を返します。

RegOr.new(self, other) を返します。

@param other 正規表現オブジェクト。