stringr 1.1.0
stringr: ^1.1.0 copied to clipboard
Comprehensive string manipulation plugin for dart. Handles operations on latin, non latin and grapheme clusters alike! Features inspured from VocaJs
1.1.0 2025 #
- Updated to Dart 3.0+ with modern SDK constraints (>=3.0.0 <4.0.0)
- Added
unescapeRegExp()method to unescape regex strings - Code refactoring and improved maintainability
- Updated dependencies to latest compatible versions
1.0.0 2021 #
- First stable release
- All string manipulation features from prerelease now stable
0.0.1-prerelease 04/01/2021 #
- Added functionalities either missing from String class.
- Functionalities are inspired from Voca JS.
- escapeRegEx() is not working for certain RegEx strings.
0.0.2-prerelease 04/01/2021 #
- Trying to get full pub score