var: add a 'd64' function that can base64 decode a string
Verified in test 455 and 487. If the provided string cannot be base64-decoded, it will instead use "[d64-fail]" (without the quotes). Documented Ref: #16288
Showing
- docs/cmdline-opts/_VARIABLES.md 4 additions, 4 deletionsdocs/cmdline-opts/_VARIABLES.md
- docs/cmdline-opts/variable.md 19 additions, 4 deletionsdocs/cmdline-opts/variable.md
- src/var.c 23 additions, 0 deletionssrc/var.c
- tests/data/Makefile.am 1 addition, 1 deletiontests/data/Makefile.am
- tests/data/test455 2 additions, 2 deletionstests/data/test455
- tests/data/test487 52 additions, 0 deletionstests/data/test487
Please register or sign in to comment