Re: NSString comparisons
Re: NSString comparisons
- Subject: Re: NSString comparisons
- From: Randall Perry <email@hidden>
- Date: Wed, 14 Apr 2004 10:34:55 -0400
Hmmm...speaking of regex...
Tried using this example in the Sun 1.4.2 docs in my code:
boolean b = Pattern.matches("a*b", "aaaaab");
And got the compile error "cannot resolve symbol : variable Pattern"
Just double-checked my java version in terminal; it's 1.4.2_03.
> Ahhh, then you should check out Sun's Java site. The javadocs there are
> very good. If you're using 1.4.2, the new build in regex functionality
> might be of use too.
>
> On 14/04/2004, at 11:42, Randall Perry wrote:
>
>> Oops...sorry, it's been a long day. Too much WO studying :-E
>>
>> Right, I'm using String not NSString.
--
Randall Perry
sysTame
Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales
http://www.systame.com/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.