iphone - separate three NSStrings, how? -


I am joining in three stars and have put "*" among them, now I am going to separate three of them Wish (name, email, address), how can I do this?

  NSArray * component = [string componentsSeparatedByString: @ "*"];   

See for more information.

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -