I have a purchase suggestion form for a library and I need to verify that only folks with a library card are making suggestions. The first 5 characters of the 13+ characters are always the same. So basically I need to validate just that part of the whole string. Can I do this fairly easily?