A formatter that validates input strings to ensure that they are valid regular expressions.
Superclass: NSFormatter
A MORESyntaxFormatter attempts to compile its input strings as regular expressions. If they compile then they are valid input and the resulting MORegularExpression is the "value", otherwise the string is not valid input.