Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct regex character class escape sequences (#21)
Fix regex character class escape sequences to remove unnecessary double escaping. This change simplifies the patterns by using a single backslash for character classes, improving code readability and maintaining functionality.
- Loading branch information