From f2a9c7cbeff487b5aa478aeb8e1031959c0482a4 Mon Sep 17 00:00:00 2001 From: TobiasNx Date: Wed, 29 May 2024 13:20:03 +0200 Subject: [PATCH] Add documentation for `to_base64` #354 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.