This should be simple, but for some reason I’m having a pre-Christmas mental block

Can anyone suggest a regex that matches all paths EXCEPT if it has the string “iwapps” in it?
For example, it should NOT match:
/default/main/Intranet/WORKAREA/dpike/iwapps/index.jspBut it should match:
/default/main/Intranet/WORKAREA/dpike/iwimages/smitty77_bachelor_party.jpgI’ve tried
^.*/WORKAREA/[^/]+/[^iwapps]/.*$ but it also NOT matches directories with the characters “i”, ”w”, ”a”, ”p”, or “s” in them.
Any suggestions would be greatly appreciated.
Thanks,
Dan Pike
Senior Consultant
Trinity Consulting Group, Inc.
dpike@trinitycg-inc.com