diff --git a/README.md b/README.md index c3b2b4e3..d6bad658 100644 --- a/README.md +++ b/README.md @@ -833,6 +833,16 @@ to_json(""[, pretty: ""][, error_string: ""]) [Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-fix+path:FixMethod.java+"+to_json+{") +##### `to_base64` + +Encodes the value as base64 hash. + +```perl +to_base64("") +``` + +[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-fix+path:FixMethod.java+"+to_base64+{") + ##### `trim` Deletes whitespace at the beginning and the end of a field value.