normalize-text
normalize-text copied to clipboard
📝 Provides a simple functions to normalize texts, whitespaces, paragraphs & diacritics.
Would be nice to provide tagged string template functions. Something like: ```js normalizeWhiteSpaces` Hi, ${student.name}! How are you doing? `; //=> "Hi, Vitor! How are you doing?" ``` Seems that...
I was thinking about this lib and there's a growing need to handle emojis effectively in text normalization. This feature would convert emojis into their corresponding textual descriptions, making the...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...