Skip to content

Commit

Permalink
Sync Fix-functions-and-Cookbook.md to MF release 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Jul 19, 2024
1 parent 4e93415 commit dcb790f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/fix/Fix-functions-and-Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,16 @@ to_json("<sourceField>"[, pretty: "<boolean>"][, error_string: "<errorValue>"])

[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-fix+path:FixMethod.java+"+to_json+{")

##### `to_base64`

Replaces the value with its Base64 encoding.

```perl
to_base64("<sourceField>")
```

[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.
Expand Down Expand Up @@ -1089,3 +1099,4 @@ Executes the functions if/unless the field value does not match the regular expr
Executes the functions if/unless the string matches the regular expression pattern.

[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-fix+path:FixConditional.java+"+str_match+{")

0 comments on commit dcb790f

Please sign in to comment.