Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Nov 21, 2024
1 parent 8975ea8 commit 32a4022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/webhookscript/functions/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ echo(json_encode(array))

Returns a base64-decoded string.

### base64url_decode(***string*** string) : string
### base64_urldecode(***string*** string) : string

Returns a base64url-decoded string.

Expand All @@ -150,7 +150,7 @@ If the base64 string was encoded using URL-friendly `base64url` format, this fun

Returns base64-encoded string.

### base64url_encode(***string*** string) : string
### base64_urlencode(***string*** string) : string

Returns a URL-friendly base64url-encoded string, where characters `+`, `/` have been replaced by `-` and `_`, and any `=` padding characters have been removed.

Expand Down

0 comments on commit 32a4022

Please sign in to comment.