utilio-string
v1.0.0
Published
String manipulation utilites
Downloads
1
Readme
Utilio String Utils
Set of utilities to easily analyse and normalize strings.
It is divided into two modules:
- Analysers - can be used to analyse strings
- Converters - can be used to normalize strings
Getting Started
Installing
npm install utilio-string
Modules
Analysers
Currently contains the following functionalities:
- Calculate distance between two strings (similarity) - two algorithms available
- Levenshtein
- Dice Coefficient
- Find differences between two strings
- Find duplicated values in string:
- Characters
- Words
- Sentences
Converters
Currently contains the following functionalities:
- Remove empty lines - remove blank lines from a string
- Multi line to single line string
- Normalize - Normalize string by removing accents and special characters (ç, ã, ...)
- Remove all spaces from string
- Remove all duplicated spaces from string
Authors
- José Miguel Melo