https://github.com/neelkamath/string-processor
🏭 Pub package for string matching utilities
https://github.com/neelkamath/string-processor
dart string-processing
Last synced: 3 days ago
JSON representation
🏭 Pub package for string matching utilities
- Host: GitHub
- URL: https://github.com/neelkamath/string-processor
- Owner: neelkamath
- License: mit
- Created: 2019-04-14T06:24:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T06:27:45.000Z (over 6 years ago)
- Last Synced: 2025-01-18T12:29:11.937Z (11 months ago)
- Topics: dart, string-processing
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/string_processor
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# string_processor
This library contains utilities for processing strings, such as higher level functions for getting the highest matched string from given a list of strings and a string to match, as well as lower level functions such as getting the number of words matched in the given string(s). Strings can be matched taking into consideration things like article ("a", "an", and "the") and special characters. There are also utility functions to aid in parsing strings, such as removing special characters around the words in a string.