bitcoin-regex icon indicating copy to clipboard operation
bitcoin-regex copied to clipboard

Regular expression for matching Bitcoin addresses

Results 2 bitcoin-regex issues
Sort by recently updated
recently updated
newest added

Change the regex to: `([13]|bc1)[A-HJ-NP-Za-km-z1-9]{27,34}` in order to support addresses like `bc1xxxxxxxxxxx...`.

Hi Matched on: 3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F The regex catches obvious non Bitcoin addresses. Do you offer any update to regex to bypass this type of Invalid Wallet?