MORegexFormatter


A formatter that uses MORegularExpression objects to validate input.
Superclass: NSFormatter



A MORegexFormatter has a list of MORegularExpressions that it uses to validate input. If a candidate string matches one of the expressions, it is valid. In addition to the list of expressions the formatter can be set to specifically allow or disallow the empty string.

For formatting output MORegexFormatter allows a format pattern that can reference subexpression matches in the regular expression(s) to provide a normalized version of any conforming input.



(Last Updated 3/20/2005)
HTML documentation generated by HeaderDoc