validate abstract method

bool validate(
  1. String raw
)

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.

Implementation

bool validate(String raw);