Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 202 Bytes

base64_conversion.md

File metadata and controls

6 lines (5 loc) · 202 Bytes

Manipulating Base64

[assumes 'base64_content' is valid base64 string]
| extend decoded = replace_regex(unicode_codepoints_to_string(base64_decode_toarray(tostring(base64_content))),@'\0','')