remove numbers from a string



hi
Basiclly I am after a way of removing strings of numbers such as
telephone numbers from a form submission
i.e. if someone submitted the data "contact me on 01234 12345678" the
script would detect the string of numbers and bring up an error
message.
I have tried to do it with regular expressions but no luck so far.
many thanks
dean

.