Sample Header Ad - 728x90

How do I use this regex with grep?

1 vote
1 answer
2009 views
I'm new to regex and found a command on a regex tutorial/test site that will allow me to search for 3 consecutive consonants. The only problem is I can't figure out how to use it with grep. Would someone help me out? I'm trying to search a word list text file using: (?:([bcdfghjklmnpqrstvwxzy])(?!.{1,2}\1)){3}
Asked by Austin (231 rep)
Oct 31, 2016, 05:53 AM
Last activity: Oct 31, 2016, 06:03 AM