Hello, I have a String with this content:
href="http://www.website.com/" /> [...] [...]
I just want to get the central part of the string. How is it possible to get the part between @"href="" and @"" />"
Note: Even if it looks like xml-code, it is inside of a NSString.