これから使いそうなのでメモ。
何か勘違いしていたらご指摘お願いします。
def check_mac(chk_case) if /^([0-9A-F]{2}:){5}[0-9A-F]{2}$/ =~ chk_case true else false end end
Ruby 1.9.3 リファレンスマニュアル 正規表現
http://doc.ruby-lang.org/ja/1.9.3/doc/spec=2fregexp.html
これから使いそうなのでメモ。
何か勘違いしていたらご指摘お願いします。
def check_mac(chk_case) if /^([0-9A-F]{2}:){5}[0-9A-F]{2}$/ =~ chk_case true else false end end
Ruby 1.9.3 リファレンスマニュアル 正規表現
http://doc.ruby-lang.org/ja/1.9.3/doc/spec=2fregexp.html
Copyright © 2025
コメント