Hello,
I’m looking for a Regex that will catch a string with a TLD domain and that the next character isn’t an alpha character. I apologize to my law abiding Russian friends, but we’re taking extra scrutiny with emails with links to Russian sites.
Here are some examples:
- evil.ru
- http://evil.ru
- evil.ru{EndOfLine}
Examples not to catch:
- Something.running
- Sounds.rumble
Thanks!