Excluding Specific Characters

  • + 0 comments

    JavaScript

    var Regex_Pattern = /^[^\d][^aeiou][^bcDF][^\s][^AEIOU][^\.,]$/;