I need a regex (using Javascript) that matches a string that has any alpha numeric character or the following punctuation characters (.:;), such as, there are at least two numbers and two punctuation characters.
Matching examples:
ab0.da;134fd
01.adas:112dd
.dasa;.3123aa
Thanks in advance.
try this