るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.016秒)
トップページ > クラス:String[x] > クエリ:escape[x] > クエリ:shellwords.#shellescape[x]

別のキーワード

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

ライブラリ

検索結果

String#shellescape -> String (6113.0)

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

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

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

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