1.0.3 • Published 5 years ago

is-zawgyi v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

zawgyi-detector

Usage

const isZawgyi = require('is-zawgyi');

res = isZawgyi("သီဟိုဠ္မွ ဉာဏ္ႀကီးရွင္သည္ အာယုဝၯနေဆးၫႊန္းစာကို ဇလြန္ေဈးေဘး ဗာဒံပင္ထက္ အဓိ႒ာန္လ်က္ ဂဃနဏဖတ္ခဲ့သည္။");

console.log(res);

res = isZawgyi("သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏဖတ်ခဲ့သည်။");

console.log(res);

  • Function Will Return true or false
  • If True it is Zawgyi , else not.