javascriptEncode base64
Usage example
btoa("example")
output
ZXhhbXBsZQ==
Related
More of Javascript
- Round to 1 decimal
- How to return to a previous page
- Insert text into textarea at cursor position
- Validate email
- Get a timestamp
- Generate UUID
- Convert float number to integer
- Get selected option text of a dropdown (select) box
- Convert string "true" or "false" value to boolean
- Convert hex to decimal (integer)
See more codes...