I found 3 different way to get the value of the src
attribute of an img
tag in an HTML string.
- With a Regex using RegexKitLite.
- With TFHpple HTML parser
- Using a NSSCanner to scan the HTML string.
So which way I must use to optimize performance of my iPhone app?