Search for a string between two known strings
Posted
by Flocked
on Stack Overflow
See other posts from Stack Overflow
or by Flocked
Published on 2010-03-22T14:53:21Z
Indexed on
2010/05/08
22:28 UTC
Read the original article
Hit count: 196
objective-c
|nsstring
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.
© Stack Overflow or respective owner