るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.021秒)

別のキーワード

  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 (18109.0)

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

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

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

@see URI.escape...

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

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

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

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

@see URI.unescape...