regex accept only numbers and letters code example Example 1: regex 10 numbers only @"^\d{10}$" Example 2: regex to allow only numbers letters and hyphen /^[0-9A-Za-z\s\-]+$/