るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

キーワード

検索結果

String#shellescape -> String (27232.0)

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

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

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

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

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

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

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

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

@
see URI.escape...

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

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

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

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

@
see URI.unescape...