utils(string): add support for floating point numbers

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-26 18:22:37 -08:00
parent 1dbad2326a
commit 11984b89b7
3 changed files with 29 additions and 8 deletions

View File

@@ -138,6 +138,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `match_endofsentence` issue that would result in floating point
numbers to be considered an end of sentence.
- Fixed a `match_endofsentence` issue that would result in emails to be
considered an end of sentence.