You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-user@jakarta.apache.org by Jen <xh...@yahoo.com> on 2003/08/01 01:23:38 UTC

help on regex

Hi,
I would like to get some help to get a regex to mache
anything exception a specific word like "java". Thanks

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: regexp-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: regexp-user-help@jakarta.apache.org


Re: help on regex

Posted by "Scott D. Spiegler" <sc...@yahoo.com>.
Hi,

I'm not quite sure what you mean by a regular word,
but if it is an all alphabetic string (that may not
necessarily be in the dictionary)- I believe this one
will do...

([^A-Z a-z])+

Hope this helps, Scott

--- Jen <xh...@yahoo.com> wrote:
> Hi,
> I would like to get some help to get a regex to
> mache
> anything exception a specific word like "java".
> Thanks
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> regexp-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> regexp-user-help@jakarta.apache.org
> 


=====
Scott D. Spiegler
President
Innovative Technical Solutions
Pawtucket, RI 02861

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: regexp-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: regexp-user-help@jakarta.apache.org


Re: help on regex

Posted by "Scott D. Spiegler" <sc...@yahoo.com>.
Hi,

I'm not quite sure what you mean by a regular word,
but if it is an all alphabetic string (that may not
necessarily be in the dictionary)- I believe this one
will do...

([^A-Z a-z])+

Hope this helps, Scott

--- Jen <xh...@yahoo.com> wrote:
> Hi,
> I would like to get some help to get a regex to
> mache
> anything exception a specific word like "java".
> Thanks
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> regexp-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> regexp-user-help@jakarta.apache.org
> 


=====
Scott D. Spiegler
President
Innovative Technical Solutions
Pawtucket, RI 02861

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com