Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
10654972
Topic
623147
Board
Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Pearl
by
Nixsy
on
04/03/2015, 13:02:20 UTC
Quote from: xchrix on March 04, 2015, 12:53:59 PM
does anybody know how to validate a CLAM address with PHP?
This is the regex to find/check an address
Code:
^[x][a-km-zA-HJ-NP-Z0-9]{26,33}$
I mainly use javascript so I am not sure how to apply in php, its a step forward though.