@devjoy/remove-accent
v1.0.1
Published
Loại bỏ dấu tiếng việt trong chuỗi
Downloads
8
Maintainers
Readme
Installation
Run npm/yarn install
npm install @devjoy/remove-accent
Imports
import removeAccents from '@devjoy/remove-accent';
Usage
Assume we need to apply remove accent for given method
const str = "Hoàng Sa và Trường Sa là của Việt Nam"
const strOutput = removeAccents(str);
console.log(strOutput)
// Hoang Sa va Truong Sa la cua Viet Nam
Author
Devjoyvn (Github)
License
Licensed under the MIT License - see the LICENSE file for details.