るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.071秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:escape[x] > クラス:Gem::RemoteFetcher[x]

別のキーワード

  1. cgi escape
  2. cgi escape_html
  3. shellwords escape
  4. cgi escape_element
  5. cgi table_for_escape_html__

ライブラリ

検索結果

Gem::RemoteFetcher#escape(str) -> String (54328.0)

URI 文字列をエンコードした文字列を返します。

URI 文字列をエンコードした文字列を返します。

@param str 文字列を指定します。

@see URI.escape

Gem::RemoteFetcher#unescape(str) -> String (18307.0)

URI 文字列をデコードした文字列を返します。

URI 文字列をデコードした文字列を返します。

@param str 文字列を指定します。

@see URI.unescape