るりまサーチ

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

別のキーワード

  1. base64 urlsafe_decode64
  2. base64 urlsafe_encode64
  3. securerandom urlsafe_base64
  4. urlsafe_decode64 base64
  5. urlsafe_encode64 base64

ライブラリ

モジュール

検索結果

Base64.#urlsafe_decode64(str) -> String (18413.0)

与えられた文字列を Base64 デコードしたデータを返します。

..."Base 64 Encoding with URL and Filename Safe Alphabet" に対応しています。
"+" を "-" に "/" を "_" に置き換えます。

@
param str Base64 デコードする文字列を指定します。

@
raise ArgumentError 与えられた引数が Base64 エンコードされたデータとし...