VgsRegexValidator

constructor(regex: String, errorMsg: String = ERROR_MESSAGE)

Parameters

regex

Java regular expression the value must match.

errorMsg

message returned when the value does not match.