Returns true when the raw (unmasked) raw value passes this mask's validation: mod-97 for IBAN, Luhn for card PAN, and completeness for sort codes and custom patterns.
true
raw
bool validate(String raw);