persian letters regex code example
Example 1: regular expression arabic and persion
function Just_persian(str){
if(persianRex.text.test(str))
alert("not format");
//p;
}
Example 2: regular expression arabic and persion
function Just_persian(str){
if(persianRex.text.test(str))
alert("not format");
}