I have a field in a form that I need to ensure does not contain either comma or parenthesis characters.
Example:
Value = Invoice ABC,6AC'4AC
Desired Value = Invoice ABC 6AC 4AC
My thoughts are that after the form has been submitted to run a workflow that Retrieves Business Process Variables and then execute a Pattern Matching activity that strips the , and the ' out of the value. I'm just not sure how to construct the pattern in the Pattern Matching activity to do this? There could be multiple commas or multiple parenthesis or both.