Hi everyone!
i try to make a regualr expression format to validate phone number at this format:
(555) 555-5555
Dim IsPhoneValid As New System.Text.RegularExpressions.Regex("^/([0-9]{3}/)*[0-9]{3}*[0-9]{4}$")
but it doesn't not work....somebody helps me out..