@igor.dvlpr/duoscribi
v2.1.0
Published
✒ DúöScríbî allows you to convert letters with diacritics to regular letters. 🤓
Downloads
10
Maintainers
Readme
📃 Table of contents
🕵🏼 Usage
Install it by executing:
npm i "@igor.dvlpr/duoscribi"
🤹🏼 API
duoscribi(input: string): string
Converts letters with diacritics to regular, ASCII letters.
input: string
- The string to convert.
Returns the converted string or an empty string otherwise.
ℹ To see the extensive list of
508
supported characters with diacritics, see the SUPPORTED_CHARS.md file.
✨ Examples
example.ts
import { duoscribi } from '@igor.dvlpr/duoscribi'
duoscribi('Ťḥė ẅâÿ ţɵ ɡėţ șţãrţėd iș ţɵ quiţ ţālkinɡ ānd bėgin dɵinɡ')
// returns 'The way to get started is to quit talking and begin doing'
📝 Changelog
📑 The changelog is available here: CHANGELOG.md.
🪪 License
Licensed under the MIT license which is available here, MIT license.
🧬 Related
🎡 Parse, manage, compare and output SemVer-compatible version numbers. 🛡
🧵 Provides ways of checking whether a String is present in an Array of Strings using custom Comparators. 🔍
🏃♂️ Fast and simple Map and RegExp based HTML entities encoder. 🍁
🥽 Provides ways of parsing UNC paths and checking whether they are valid. 🎱
🥞 Removes HTML code from the given string. Can even extract text-only from the given an HTML string. ✨
👨🏻💻 Author
Created by Igor Dimitrijević (@igorskyflyer).