User Tools

Site Tools


cookbooks:devel:transformations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cookbooks:devel:transformations [2020/01/28 10:54]
miconda [{s.rm,match}]
cookbooks:devel:transformations [2020/03/06 17:50]
miconda
Line 161: Line 161:
  
 Decode base64 encoded PV, handling missing trailing padding characters, and return value. Decode base64 encoded PV, handling missing trailing padding characters, and return value.
 +
 +==== {s.encode.base64url} ====
 +
 +Return base64-url encoding of PV value
 +
 +==== {s.decode.base64url} ====
 +
 +Decode base64-url encoded PV and return value
 +
 +==== {s.encode.base64urlt} ====
 +
 +Return base64-url encoding of PV value without trailing padding characters('=').
 +
 +
 +==== {s.decode.base64urlt} ====
 +
 +Decode base64-url encoded PV, handling missing trailing padding characters, and return value.
 +
 +
 ==== {s.escape.common} ==== ==== {s.escape.common} ====
  
cookbooks/devel/transformations.txt ยท Last modified: 2022/04/08 18:08 by miconda