るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. shellwords shellwords
  2. shellwords shellescape
  3. shellwords shellsplit
  4. shellwords shelljoin
  5. shellwords escape

ライブラリ

検索結果

String#shellescape -> String (54397.0)

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

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

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

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