Posted by jfbarro on 11/09/63 11:31
Hi!
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?
Thanks in advance
[Back to original message]
|