I have a Regex validation expression to validate phone numbers. 2 questions:
1. Can I add the substitution code to format the results? For example Phone number validation ^\\(?((0-9]{3})\\)?\-.●]?(0-9]{3})]-.●]?(.0-9]{4})$
want to add replace ($1) $2-$3 to format the validated numbers.
2. Would the field be text or number?