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:
Hi Chris,
First of all, thanks for your plugin, it is very useful.
Just one question, when we use the plugin, we notice that we have a lot of data in the Appian Log due to the plugin, I suppose that you have in the code a System.out.println.
I don't know if that behaviour is correct, but I think a good practice is to avoid writing directly in log. Maybe, in case you want to add info into the log, you can add a new param like "activeLog" true or false.
Do you think that we could have that behaviour or maybe to avoid the insertion into log?
Regards
Just a comment, this behaviour is identified in regexInsertMatchMarkers
Thanks for all Chris!
Hi Sergior,
Thanks for bringing this to my attention, all of those log output should have been removed in the previous version. I've just submitted a new version with that last logging line removed, so once the plugin is approved you should be be in good shape.
Thanks