//! SWIFT/BIC bank identifier detection.
//!
//! Format: 4-letter bank code + 2-letter ISO country code + 2-character
//! location code + optional 3-character branch code (total 8 or 11 chars).
use PatternMatch;
use cratePiiCategory;
use Lazy;
use Regex;
static RE_SWIFT: =
new;
/// Find all SWIFT/BIC code spans in `text` (8 or 11 uppercase alphanumeric characters).