https://github.com/giosil/string-utils
A collection of string management utilities
https://github.com/giosil/string-utils
hamming-distance java levenstein-distance string-utilities
Last synced: 7 months ago
JSON representation
A collection of string management utilities
- Host: GitHub
- URL: https://github.com/giosil/string-utils
- Owner: giosil
- License: apache-2.0
- Created: 2020-10-02T16:02:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:38:02.000Z (over 1 year ago)
- Last Synced: 2024-12-27T11:44:15.521Z (over 1 year ago)
- Topics: hamming-distance, java, levenstein-distance, string-utilities
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String Utils
A collection of string utilities:
* Hamming distance;
* Levenshtein Distance;
* Get XML value;
* Get JSON value from object;
* Normalization (UTF-8 -> HTML, UTF-8 -> ASCII, ecc.);
* Padding (rpad / lpad);
* Parse Separated Values (eg. CSV);
* Obfuscation.
## Build
- `git clone https://github.com/giosil/string-utils.git`
- `mvn clean install`
## Contributors
* [Giorgio Silvestris](https://github.com/giosil)