I am trying to build a home-make spam filter. and want to write a regular expression to match the following pattern. How can I do that? thanks.
UBmDNFZGrvtbFtxWMq
but not these kind with space or number.
$800
Not Sure
I have a form for user input feedback, something like that. I am trying to detect a spam message. I try to use google reCaptcha web service. But it seems the difficult level is high and I don't like that. I think it will stop some users input again if user type it wrong at the first time. I also try some span filter web service vendor but it looks like the user message would send to their server. I dont feel comfortable about that.
So I come up with an idea to build a patten matching function to validate some user input form value. This question is one of pattern I want to match.