るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

キーワード

検索結果

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

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

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

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

@see URI.escape...

String#shellescape -> String (15220.0)

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

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

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

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

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

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

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

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

@see URI.unescape...