Ekspresi reguler Arab dan Persion

function Just_persian(str){
  if(persianRex.text.test(str))
    alert("not format");
}
Better Bee