mirror of https://github.com/apache/nifi.git
NIFI-11225 Fix toLowerCase and toUpperCase documentation (#6992)
* NIFI-11225 Fixed toLowerCase and toUpperCase documentation
This commit is contained in:
parent
3e377d0263
commit
e9dba3087d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue