Suppose I have the following string:
bla bla bla bla i don't know what to write START name 1 END more bla bla bla bla i don't know what to write START name 2 END more bla bla bla bla i don't know what to write START name 3 END
And I want to extract the following array:
name 1
name 2
name 3
What is the best way to do it with the iOS SDK?