Re: Regex
Re: Regex
- Subject: Re: Regex
- From: "Mr. Gecko" <email@hidden>
- Date: Tue, 18 Nov 2008 12:35:26 -0600
so I tried that and it worked but it doesn't seem to do what I need.
I am needing to do the same thing as preg_match_all in php so I can
find all links and have it in an NSArray to go through and add to a
database. Any ideas on how I can do that?
On Nov 18, 2008, at 11:59 AM, email@hidden wrote:
To get it to compile you need to do two things:
1. Add the "Other Linker Flag" "-licucore" to your project build
settings
2. Import the RKL header into whatever files you'll use it in
(alternatively, you can import it into your .pch file so that it
will get included into everything automatically)
HTH,
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden