るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

String#shellescape -> String (26126.0)

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

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

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

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