GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SNOBOL4BASE64(3) CSNOBOL4 Manual SNOBOL4BASE64(3)

Base 64 encoding and decoding


-INCLUDE 'base64.sno'

BASE64_ENCODE(string)
returns base64 encoded string.
BASE64_DECODE(base64_string)
returns decoded string. Ignores whitespace.
BASE64URL_ENCODE(string)
returns base64 encoded string, replacing + and / with - and _.
BASE64URL_DECODE(base64url_string)
returns base64 decoded string.

https://tools.ietf.org/html/rfc4648

snobol4(1)

Borenstein, Freed, ISC, IBM, OpenBSD, Budne
March 31, 2022 CSNOBOL4B 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.