is-malayalam
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

MIT License Stargazers Contributors Forks Issues Minified size


Logo

is-malayalam

Script to check whether the provided string contains at least one Malayalam character.
Explore the docs »
Report Bug

Table of Contents
  1. Basic Usage
  2. About The Project
  3. Sources
  4. Contributing
  5. Roadmap
  6. License
  7. Acknowledgements

Basic Usage

Install using npm

npm install is-malayalam --save

Then, use the script in your project;

const { isMalayalam } = require("is-malayalam");

console.log(isMalayalam("മലയാളം")) // true
console.log(isMalayalam("Malayalam മലയാളം")) // true
console.log(isMalayalam("Malayalam")) // false

About The Project

is-malayalam is a small javascript script to check whether the provided string contains at least one Malayalam character.

This function checks for the Unicode of each character in the given string, and returns true if any of the Unicodes lies between U+0D00 and U+0D7F

Sources

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

Package Sidebar

Install

npm i is-malayalam

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

7.62 kB

Total Files

6

Last publish

Collaborators

  • sanoofp