Commit graph

2 commits

Author SHA1 Message Date
semihalev
0822345d25 Fix regex character classes in matches operator
- Updated matches operator to properly handle regex character classes
- Fixed \d to [0-9] conversion for digit matching in regex
- Added support for other common character classes: \w, \s
- Fixed test cases to use compatible regex patterns

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-11 10:32:31 +03:00
semihalev
cce67f94c9 Fix code style inconsistencies and update documentation
- Update documentation with negative step range workaround
- Document limitations and solutions in FINDINGS.md and SOLUTION.md
- Clean up code style and remove experimental files
- Optimize performance in core functions
- Fix whitespace and end-of-file newlines

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-11 09:29:12 +03:00