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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -