るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. zlib os_code
  2. error code
  3. net/http code
  4. net/imap code
  5. ftp return_code

モジュール

検索結果

ERB::Util.#url_encode(s) -> String (9307.0)

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

...た文字列を返します(CGI.escapeとほぼ同じです)。

@param s URLエンコードを行う文字列

//emlist[例][ruby]{
require "erb"
include ERB::Util

puts url_encode("Programming Ruby: The Pragmatic Programmer's Guide")
# Programming%20Ruby%3A%20%20The%20Pragmatic%20Programmer%27s%2...