Skip to content

Regex for Bitcoin Cash Address

Indospace.io edited this page Jan 26, 2018 · 2 revisions

const cashregex = /^((?:bitcoincash):)?(?:[023456789acdefghjklmnpqrstuvwxyz]){42}$/gi;

Clone this wiki locally