Overview
This Plug-in exposes Java Regular Expression string manipulation capabilities as Appian Functions. Very useful for validation rules and data manipulation on interactive SAIL forms.
Key Features & Functionality
Datatypes provided:
Regex Flags supported:
Functions provided:
Apparently it defaults to case insensitive match. I can't find anything that tells how to switch that off.
Hi David,
The defaulting to cases insensitive is to preserve backward compatibility. If you specify regex options as the final parameter for most of the functions it overrides the default. When using the functions check the description on the expression editor for the parameters.
Thanks,
Chris