Add WORegularExpressionMatch class (REnamer, 4d6aeb0)

This is a wrapper class that I initially intended as a mere optimization (avoid unnecessary object instantiations by using scalar instance variables rather than wrapping scalars in NSNumber instances and storing them in an NSDictionary), but it actually has a very nice usability and readability impact as well, as evidenced by the resulting clean-up visible in the unit tests.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Property overhaul for WORegularExpressions class (REnamer, ad1d5bb)
More consistent normalization of Unicode forms (REnamer, a1ecf6e) →

All snippets