mirror of https://github.com/apache/nifi.git
NIFI-6267: Corrects error in expression language guide.
This closes #3464 Corrects small typo's in ReplaceAll entry of Expression Language Guide. Removes an extraneous instance of 'Arguments:' and adds a missing 'T' to the properly spell the word 'The'. Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
This commit is contained in:
parent
a5dff7b45c
commit
12a7456f74
|
@ -953,9 +953,7 @@ Expressions will provide the following results:
|
|||
|
||||
*Arguments*:
|
||||
|
||||
*Arguments*:
|
||||
|
||||
- [.argName]#_Regex_# : [.argDesc]#he Regular Expression (in Java syntax) to match in the Subject#
|
||||
- [.argName]#_Regex_# : [.argDesc]#The Regular Expression (in Java syntax) to match in the Subject#
|
||||
- [.argName]#_Replacement_# : [.argDesc]#The value to use for replacing matches in the Subject. If the _regular expression_
|
||||
argument uses Capturing Groups, back references are allowed in the _replacement_.#
|
||||
|
||||
|
|
Loading…
Reference in New Issue