1
Could someone help me write a regex to filter on this domain @anyword.anyword.anyword.jp
Question asked by Michael Robinson - 3/28/2018 at 4:34 AM
Answered
Could someone help me write a regex to filter on this domain @anyword.anyword.anyword.jp
 
Need a wildcard for the "anyword" portion
 
Thank you
 
Michael

2 Replies

Reply to Thread
0
Matt Petty Replied
Employee Post Marked As Answer
Hello,
 
I think this might do the trick.
@[\w]*\.[\w]*\.[\w]*\.jp
I tested using https://regex101.com/
Matt Petty Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Michael Robinson Replied
Just typed in in, I'll let you know in a few days how it works

Many thanks

Reply to Thread