Skip to content

Sample javascript function that if parameter be farsi word returned true else returned false

Notifications You must be signed in to change notification settings

bmrbehnam/farsi_checker_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sample javascript function that if parameter be farsi word returned true else returned false.

Example :

var input="بهنام رسولی";

if(farsi_checker(input)) alert('this word is farsi :)'); else alert('this word is Not farsi !');

About

Sample javascript function that if parameter be farsi word returned true else returned false

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published