|
4f7cfae72d
|
refactor: rename matchAll to findAll and update related tests for consistency
|
2025-06-29 16:19:49 +09:00 |
|
|
b7b71fb09d
|
refactor: simplify AvailableState handling and improve matchAll logic in RegexItem
|
2025-06-29 15:54:00 +09:00 |
|
|
34052d1ea2
|
feat: implement matchAll function in RegexItem and update tests for match results
|
2025-06-29 15:28:30 +09:00 |
|
|
fb1cf96fed
|
feat: add anchor operator support in RegexParser and implement AnchorItem class
|
2025-06-29 15:01:00 +09:00 |
|
|
f143aba629
|
refactor: update State data class to use start and end indices for improved matching
|
2025-06-29 14:54:03 +09:00 |
|
|
45150236c3
|
refactor: simplify regex tests by introducing checkRegex utility function
|
2025-06-29 14:26:39 +09:00 |
|
|
5536b872b4
|
feat: enhance RegexParser with group handling and capture functionality
|
2025-06-29 14:15:21 +09:00 |
|
|
78472511e7
|
feat: add bracket content parsing and corresponding tests
|
2025-06-29 13:45:05 +09:00 |
|
|
60ec5916d0
|
feat: add support for escaped characters in RegexParser and corresponding tests
|
2025-06-29 13:22:15 +09:00 |
|
|
7ae97961b2
|
refactor: replace sequenceOf() with emptySequence() for clarity
|
2025-06-29 02:03:31 +09:00 |
|
|
ac1d5da01b
|
refactor: more kotlin style
|
2025-06-28 19:15:18 +09:00 |
|
|
fe8dc05937
|
init
|
2025-06-28 17:50:28 +09:00 |
|