I have this js regexp which I need in PHP code now instead:
var alphaExp = /^[a-zA-Z������\s\-]+$/;if (!fld.value.match(alphaExp)) { //ERROR OUTPUT HERE}
Whats the equivalent to this in PHP?
No comments:
Post a Comment