piighost/us-bank-routing
US bank routing number, nine digits. Very noisy: any nine-digit run matches, an order number, a part reference, a truncated identifier. Use it only in a banking context, and expect it to take spans a narrower pattern would have claimed if it is declared first.
Label: US_BANK_ROUTING
Pattern \b\d{9}\b
Must be caught Routing 021000021 for the wire. → 021000021ABA number 011401533 confirmed. → 011401533
Must be left alone
Tags: us, finance, banking
Download the detector as TOML
Used by
Related patterns
piighost/btc-address — Bitcoin address in the three live encodings: legacy P2PKH starting with 1, P2SH starting with 3, both over the Base58…
piighost/credit-card — Payment card number: 13 to 19 digits, each optionally followed by a space or a hyphen.
piighost/eth-address — Ethereum and EVM chain account address: 0x then forty hex characters.
piighost/eu-vat — European VAT number in its purely numeric form: a two-letter country code then eight to twelve digits.
piighost/fr-iban — French IBAN: FR, two check digits, then exactly 23 alphanumerics (bank, branch, account, RIB key) with optional spaces…
piighost/fr-siren — French company identifier, nine digits in groups of three.
← piighost/us · All patterns in the catalogue · piighost/us-dea →