How to exclude files from smart-groups?
How to exclude files from smart-groups?
- Subject: How to exclude files from smart-groups?
- From: Martin Häcker <email@hidden>
- Date: Wed, 5 May 2004 17:05:38 +0200
Hi there,
sorry, perhaps anybody of you can shed some light on this. I'd like
to create a Smart-Group that has all my implementation files, except
those that are unit-test.
That is all classes ending in ".m" except those that end in "Test.m".
How can I do this? Or alternatively which subset of perl regular
expressions do these regular expression patterns exactly support?
As far as I can tell it's not PCRE as I couldn't get things like
"?*(?!Test)\.m" to work. Right now my best guess is
"?*[^T][^e][^s][^t]\.m" though it doesn't quite work as I want it to
work (naturally).
Do I overlook something big?
Thanks for any tips.
cu Martin
--
dont.wanna.tell
[ot]coder - hehe
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.