diacriticless

WebJar for diacriticless

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

diacriticless
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

diacriticless
WebJar for diacriticless
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/g-pb/diacriticless

Download diacriticless

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/diacriticless/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>diacriticless</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/diacriticless/
implementation 'org.webjars.npm:diacriticless:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/diacriticless/
implementation ("org.webjars.npm:diacriticless:1.0.1")
'org.webjars.npm:diacriticless:jar:1.0.1'
<dependency org="org.webjars.npm" name="diacriticless" rev="1.0.1">
  <artifact name="diacriticless" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='diacriticless', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "diacriticless" % "1.0.1"
[org.webjars.npm/diacriticless "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Diacriticless

Removes all diacritics from a text.

Installation

npm install diacriticless

Documentation

diacriticless(text)
  • text String
  • returns String

Usage

var diacriticLess = require('diacriticless');

console.log(diacriticLess('Ɲö dÍãçȑĩŧiC'));

This will print the following

No dIacritiC

License

MIT

Versions

Version
1.0.1