GONMarkupParser
GONMarkupParser copied to clipboard
Easily build NSAttributedString from XML/HTML like strings for iOS.
Try to parse next string < br >Hello World!< /br > (without spaces) Output is empty string.
Another question about extract attributes regexp in code below: `([^\\s=]+)\\s*=\\s*('(\\\\'|[^']*')|\"(\\\\\"|[^\"])*\")` why not is below: `([^\\s=]+)\\s*=\\s*('(\\\\'|[^'])*'|\"(\\\\\"|[^\"])*\")`
In class GONMarkupImage.m (line 22), the screen scale is stored in a variable. The very next line, the scale is hardcoded to 2. The fact that initial value of scale...
Hi, Is it possible to support, for example: ` and ` Thanks