るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. string []=
  2. string slice
  3. string slice!
  4. string []
  5. string gsub!

ライブラリ

クラス

キーワード

検索結果

String#shellescape -> String (81661.0)

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

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

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

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

Gem::RemoteFetcher#escape(str) -> String (54628.0)

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

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

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

@see URI.escape

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

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

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

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

@see URI.unescape