Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2014-11-14から1日間の記事一覧

Ruby | Regexp | compile

概要 Regexp#compile(string, option = nil, code = nil) -> Regexp Regexp#new(string, option = nil, code = nil) -> Regexp 詳細 文字列 string をコンパイルして正規表現オブジェクトを生成して返却。 第一引数が正規表現であれば第一引数を複製して返し…