I see this question come up a bit in regex so, I thought that I'd blog about it. It has to do with 2 things: named groups and captures. First, an example... I have a set of attributes ascribed to a value and I want to match each of them and then write
Read More...