Matching {x, y} Repetitions

  • + 0 comments

    JAVAScript Solution

    var Regex_Pattern = /^[0-9]{1,2}[a-zA-Z]{3,}[\.]{0,3}$/; //Do not delete '/'. Replace __________ with your regex.