Need RegEx to check Exactly 8 letter string (including special chars) that accepts atleast 1 alphabet & 1 digit : without lookahead assertions ((?=))
Need a RegEx to check Exactly 8 letter string (including special chars) that accepts atleast 1 alphabet & 1 digit : without lookahead assertions ((?=))