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:
i want phone number in ###-###-#### format, How can i do it in the interface
You can use text() . Eg: text("9876543210","###-###-####")
Hello,
Formatting the number is not something that specifically happens with this plugin. You may be able to do that with the regex replace, however, I think you may want to look at the built-in text() function here: text() Function - Appian 21.3.
Thanks!