Post
Topic
Board Bitcoin Technical Support
Topic OP
regex for bitcointransaction string
by
kangarooz
on 26/05/2014, 12:50:13 UTC
Dear guys;

Is there any RegEx for checking if a string could be a valid bitcointransaction?
A currently use gettransaction() to check the confirmations of the transaction, as you may know gettransaction() only accepts txids made by the wallet of the bitcoind running this command, so I want to check the entered txid before, to catch as many faults as I can.
Programming language: Python

All the best;