OFRegularExpression escape character syntax?
OFRegularExpression escape character syntax?
- Subject: OFRegularExpression escape character syntax?
- From: Michael Norris <email@hidden>
- Date: Tue, 12 Nov 2002 16:17:53 +1300
Hi guys
Anyone here used the OFRegularExpression class from the OmniFoundation
code? It's working beautifully for most things, but I'm having trouble
escaping the period character: doing a matchInString with @"\.+" just
returns the entire string, rather than a series (of arbitrary length >
0) of periods. Anyone know what the correct syntax should be? (I've
trawled through Google and the .h and .m files, but nothing obvious
struck me, other than the niggling suspicion that escape characters
haven't yet been implemented)
Cheers
-mike
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.