Posted by Philip Ronan on 11/08/21 11:31
"jfbarro@gmail.com" wrote:
> I am a completly newbie to regexp and I would like to find a regular
> expression which execute the following search:
> "Show me all *Exception* since they are different from EOFException and
> SocketException"
>
> I tried [^EOF]Exception&[^Socket]Exception, but it didn't function like
> I expected.
>
> Does anyone have any clue?
Sheesh.
Did you make *any* effort to study regular expressions before you posted
here? No, I thought not. Try a search engine first. I found this site in
about 5 seconds: <http://www.regular-expressions.info/reference.html>
--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/
[Back to original message]
|