sethupathy Posted June 20, 2007 Share Posted June 20, 2007 this is my code and it wont accept french caracter like é à l' can someone help pls it keeps poping to enter again function isAlphabet(elem, helperMsg){ var alphaExp = /^[a-zA-Z ]+$/; if(elem.value.match(alphaExp)){ return true; }else{ alert(helperMsg); elem.focus(); return false; Link to comment https://forums.phpfreaks.com/topic/56378-accepte-french-characters/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.