I work hard for every project, including this one
and your support means a lot to me!
Consider buying me a coffee. ☕
Thank you for supporting my efforts! 🙏😊
@igorskyflyer
Install it by executing:
npm i "@igor.dvlpr/duoscribi"
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.
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'
📑 The changelog is available here: CHANGELOG.md.
Licensed under the MIT license which is available here, MIT license.
🎡 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. ✨
Created by Igor Dimitrijević (@igorskyflyer).