That'd be awesome if possible. My understanding is you'll hit an edge case eventually where regex won't be capable of parsing what you want. Perhaps what we're doing is simple enough to work with regex. There's a hilariously famous stackoverflow answer on this: http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags
On Tue, Jun 3, 2014 at 10:18 PM, Ahmad Khayyat <[email protected]> wrote: > Wouldn't a simple regular expression work here? > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
