Re: an interesting challenge.

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Joshua Zeidner
Date:  
To: Main PLUG discussion list
Subject: Re: an interesting challenge.
nice. i would just use perl and embed some code in the regular expression
itself. you are the regex MASTER. jmz


On 4/4/06, Jeremy C. Reed <> wrote:
>
> On Tue, 4 Apr 2006, Joshua Zeidner wrote:
>
> > Ok wise guy...can you tell me all the english words that use the letter
> 'e'
> > exactly threee times? jmz
>
> :)
>
> $ cat /usr/share/dict/{pr,w}* | egrep -i '^[^e]*e[^e]*e[^e]*e[^e]*$' | \
>   sort -u | wc -l
>    20189

>
> Includes some multi-word phrases, like:
>
> Benkulen tea
> Bermuda-lily disease
> Dartmouth college case
> yew green
> zebra parakeet
>
> And a bunch of words like Echinosphaeritidae, Juniperaceae and more.
>
> Jeremy C. Reed
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss