You can also use regular expresion to do this.
here is the regular expressionto verify this
.* \d*
Allows only "asdfsdf 1232451234" it will not allow "asdfasd 123sdf123"
here is the regular expressionto verify this
.* \d*
Allows only "asdfsdf 1232451234" it will not allow "asdfasd 123sdf123"

