Maybe someone can help me with regular expressions. I have read the articles posted
here at codeguru, but I still can't understand them.

Can someone please translate the following search strings in regex:
world && USA
world || USA
world && !USA

I think with these examples I might understand regular expressions (hopefully).

Thanx in advance

BARNIE