1.0.5-2 • Published 4 years ago

@aissaoui-ahmed/accents v1.0.5-2

Weekly downloads
168
License
MIT
Repository
github
Last release
4 years ago

Accents

Provides a simple package check or remove accents from a string use CLI or function, Support multi languages.

Install

npm i -g @aissaoui-ahmed/accents

Usage

Use CLI

accent --remove "cette chaîne a l'accent comme être"

Result

cette chaine a l'accent comme etre

Use functions

ES6 modules

import { check, remove, hasAccent } from '@aissaoui-ahmed/accents';
import accents from '@aissaoui-ahmed/accents';

Or CommonJS

const { check, remove, hasAccent } = require('@aissaoui-ahmed/accents');
// OR
const accents = require('@aissaoui-ahmed/accents');
remove("Put string here");
check("Put string here");
hasAccent("Put string here")
// OR
accents.remove("Put string here");
accents.check("Put string here");
accents.hasAccent("Put string here")

Report issues and request features with issue tracker

1.0.5-2

4 years ago

1.0.5-1

4 years ago

1.0.5-0

4 years ago

1.0.4

4 years ago

1.0.3-alpha

4 years ago

1.0.4-0

4 years ago

1.0.2-alpha

4 years ago

1.0.1

4 years ago