|
|
|
|
|
by logn
4192 days ago
|
|
I think you need to consider more specifically what you want. Another possible regex would be
/name2?@(?:som)?e(mail|thing)\.com/ or even /(name@email\.com|name2@something.com)/ I was able to find this: https://github.com/noprompt/frak |
|