1.0.2 • Published 3 years ago

contains-burmese v1.0.2

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

Contains Burmese

This package provides a way to check whether a string contains Burmese text.

Install

npm i contains-burmese

Usage

const { containsBurmese } = require('contains-burmese');

let result = containsBurmese('မြန်မာနိုင်ငံ Myanmar Country');
console.log(`containsBurmese: ${result}`);

The function will return true if there is at least one Burmese character in the string.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago