2.0.2 • Published 2 years ago

is-malayalam v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

MIT License Stargazers Contributors Forks Issues Minified size

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

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago