contains-burmese

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i contains-burmese

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

2.85 kB

Total Files

5

Last publish

Collaborators

  • pzinwai