Vgs Regex Validator
class VgsRegexValidator(val regex: String, val errorMsg: String = ERROR_MESSAGE) : VgsTextFieldValidator
Validator that requires the value to fully match a regular expression.
Parameters
regex
Java regular expression the value must match.
error Msg
message returned when the value does not match.