Regex Rule

If there is a digit in the domain name rule: .*@[0-9]*\.(.*)
If there is a digit in the subdomain name rule: .*@.*\.[0-9]*\.(.*)
 
  • Like
Reactions: hoanv9