NIFI-11225 Fix toLowerCase and toUpperCase documentation (#6992)

* NIFI-11225 Fixed toLowerCase and toUpperCase documentation
This commit is contained in:
Juldrixx 2023-02-27 15:29:14 +01:00 committed by Mark Payne
parent 3e377d0263
commit e9dba3087d
1 changed files with 3 additions and 3 deletions

View File

@ -758,7 +758,7 @@ and a record such as:
} }
---- ----
The following record path expression would remove extraneous whitespace: The following record path expression change lower case letters to upper case:
|========================================================== |==========================================================
| RecordPath | Return value | RecordPath | Return value
@ -787,11 +787,11 @@ and a record such as:
} }
---- ----
The following record path expression would remove extraneous whitespace: The following record path expression change upper case letters to lower case:
|========================================================== |==========================================================
| RecordPath | Return value | RecordPath | Return value
| `trim(/message)` | hello world | `toLowerCase(/message)` | hello world
|========================================================== |==========================================================
=== base64Encode === base64Encode