るりまサーチ (Ruby 2.4.0)

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

別のキーワード

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

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

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

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

@see URI.escape

String#shellescape -> String (18322.0)

文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。

文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。

string.shellescape は、Shellwords.escape(string) と等価です。

@return エスケープされた文字列を返します。
@see Shellwords.#shellescape

CGI::QueryExtension#unescape_filename? -> bool (18304.0)

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

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

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

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

@see URI.unescape

URI::MailTo#headers=(s) (22.0)

自身のヘッダーを文字列で設定します。

自身のヘッダーを文字列で設定します。

@param s ヘッダーを表す文字列を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。

例:
require 'uri'
m = URI.parse("mailto:nospam@example.com")
m.headers = URI.escape("subject=hello hello")

絞り込み条件を変える