This topic defines language for the flex parser regex node.
Regex searches the stream payload starting at the read position for matches to a provided regular expression. If matches are found, the offset from the read position and, optionally the matched string, is returned. Any child elements execute. If no matches are found, child elements do not execute.
Language Definition
Previous Topic:Payload Functions
Next Topic:String Functions
You are here
Table of Contents > References > Services Config View - Files Tab > Flex Parser > Regex