Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > uriライブラリ > URIモジュール > encode
escape(str, unsafe = URI::UNSAFE) -> String
[permalink][rdoc]encode(str, unsafe = URI::UNSAFE) -> String
URI 文字列をエンコードした文字列を返します。
例:
require 'uri' p URI.escape('http://images.google.co.jp/images?q=モナリザ&ie=EUC-JP') #=> "http://images.google.co.jp/images?q=%A5%E2%A5%CA%A5%EA%A5%B6&ie=EUC-JP"