Hi, I'm using ExtractText processor to monitor a website for specific content terms and log matches to a database. However, according to the documents on ExtractText ".....If the Regular Expression matches more than once, only the first match will be used"
Do I understand this correctly as meaning that only the first regex match of a given term will be captured (as opposed to how grep works for example). I want to capture all occurrences of the match not just the first. Any help would be appreciated. Many thanks John
