検索結果
-
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 正規表現オブジェクト。
