While reading the HTML Standard specification, I reported a couple of issues:
- Bug 27339 – Tag omission for p element
- Bug 27445 – Suggestion for a Simpler Description of Transparent Elements
Andrea Ercolino, Software Engineer
While reading the HTML Standard specification, I reported a couple of issues:
This is a small class for handling Regular Expressions in PHP. I often have to use backreferences and it’s very cumbersome to compose simple expressions with them into more complex ones, because I have to manually count all capturing groups many times in a row. This class basically solves that issue for me.
{[ .class | 1.hilite(=php=) ]}