get_address_compliance_mode
Description:
Gets the compliance mode that should be used when parsing rfc822 addresses.
Note: Even in STRICT mode, the address parser is fairly liberal in what it accepts. Setting it to LOOSE just makes it try harder to deal with garbage input.
Parameters:
this |
a ParserOptions or null |
Returns:
the compliance mode that is currently set. |