Function Name:
Extract Text
Purpose:
This function extracts a text value from a given input String/Text, by matching on provided search expression.
By default the function returns the first match. If you need all the matches, turn ON the "
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain what the function is configured to do.
3. In Search Regular Expression enter a regular expression to find matches. You can also use simple text values.
4. Input value from which text is to be extracted.
5. If checked, Ignores Case while searching for patterns in the input. Defaults to case -sensitive search.
6. If the Find all matches option is selected, the function returns a list of all matching values.