NSString Library... Anyone know of a helper library for NSString?
Posted
by jrodriguez
on Stack Overflow
See other posts from Stack Overflow
or by jrodriguez
Published on 2010-05-10T07:01:11Z
Indexed on
2010/05/10
7:04 UTC
Read the original article
Hit count: 215
Coming from a ruby background, I'm wishing NSString had some convenient methods like the following:
[@"John" contains:@"ohn"] => BOOL
[@"1,2,3,4," split:@","] => NSArray
Anyone know of such an NSString helper library?
© Stack Overflow or respective owner