Last Updated: Feb 14, 2022
Use this function to find the occurrence of the text matching a regex pattern.
Find The Occurrence Of Pattern (fid, regex_pattern, occurrence)
Input Parameter Name | Description |
---|---|
fid | OutputXmlFID passed from the Doc Reader node |
regex_pattern | Regular expression to search |
occurrence | Occurrence of the pattern |
Return Value | Description |
---|---|
Text | The matching text |
Find The Occurrence Of Pattern (FID, www.[A-Z]+\.(\.?[A-Z]+)+, 2)
The occurrence is considered only when the keyword has an exact match in the document.
To view all the Document functions, click here.