diff options
author | Adrien Thebo <git@somethingsinistral.net> | 2013-05-24 09:40:50 -0700 |
---|---|---|
committer | Adrien Thebo <git@somethingsinistral.net> | 2013-05-24 09:40:50 -0700 |
commit | 9c8c8275abd76878d38a0f6f3af52dc468656283 (patch) | |
tree | 3ac3565f2bf7a0043f1a09584ce93a8dc24ed5a0 /README.markdown | |
parent | 2cdbbafc06844afe7337717d9e29c720819d528c (diff) | |
parent | 3707c47dcdf154b2396d9240fc90f76450890b71 (diff) |
Merge pull request #159 from fiddyspence/feature/base64
Adding base64 function
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 8a53f31..0e40f51 100644 --- a/README.markdown +++ b/README.markdown @@ -83,6 +83,15 @@ converted to arrays of alternating keys and values. - *Type*: rvalue +base64 +-------- +Converts a string to and from base64 encoding. +Requires an action ['encode','decode'] and either a plain or base64 encoded +string + + +- *Type*: rvalue + bool2num -------- Converts a boolean to a number. Converts the values: |