Re: AGRegex question
Re: AGRegex question
- Subject: Re: AGRegex question
- From: Koen van der Drift <email@hidden>
- Date: Thu, 9 Feb 2006 21:51:02 -0500
On Feb 9, 2006, at 9:20 PM, Koen van der Drift wrote:
AGRegex *regex = [AGRegex regexWithPattern: @"/^\\s*foo\\s*$/"];
To answer my own question, I tried it without the forward slashes,
and it seems to work:
[AGRegex regexWithPattern: @"^\\s*foo\\s*$"];
Anyone can confirm this is the correct solution?
thanks,
- Koen.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden