Post
Topic
Board Development & Technical Discussion
Re: Python code for validating bitcoin address
by
ByteCoin
on 19/10/2010, 23:40:42 UTC
 (address =~ /^[a-zA-Z1-9]{33,35}$/) 

You should bear in mind the fact that 1111111111111111111114oLvT2 is a valid Bitcoin address. It has 27 characters. 28,29,30... etc character addresses also exist.

I have mentioned this before in

ByteCoin