Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-03-08 18:39
Flavor·PCRE2 (PHP)

/
^((bc1[0-9A-Za-z]{32,64})|([13][a-km-zA-HJ-NP-Z1-9]{25,34}))$
/
gm
Open regex in editor

Description

A regex to validate Bitcoin addresses.

Submitted by Rimblehelm