What's new
This release includes a small update to the str module.
Added
- Added a new feature for string comparison using the Levenshtein algorithm.
- Introduced the
levencommand to calculate the Levenshtein distance between two strings.
Updated
- Updated the related implementation in the codebase.
- Updated the documentation, including the
str.mdfile, to reflect the new feature and usage examples.
Acknowledgements
Special thanks to Davi Arndt for the contribution and support in this update.
Full Changelog: v1.0.1...v1.1.0