// Created phone validation expression parser.
var phoneFormatRegExp = /^\d{3}(\-)\d{3}(\-)\d{4}$/
