Regex match with options

Regex match with options

Comments

  • Is there a way to make the regex match case insensitive? I know in C# there is an option to do this, but I do not see an option with the RegEx Match step and the typical i flag does not work.

  • The step you are looking for is called [b]Regex Get Matches Advanced. [/b]This step has an [i]Options[/i] input that when set to constant, provides a dropdown list of available options.

Sign In or Register to comment.