Property overhaul for WORegularExpressions class (REnamer, ad1d5bb)

Replace hand-coded accessors with Objective-C 2.0 properties and synthesized accessors, remove unused accessors, cache normalized forms when the corresponding properties are set, replace usage of NSLog with WOLogManager.

This should probably be a series of commits but I the changes were made simultaneously seeing as they required pretty much each file to be swept over in its entirety.

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

← Do Universal PCRE builds in Release builds only (REnamer, b580c6d)
Add WORegularExpressionMatch class (REnamer, 4d6aeb0) →

All snippets