|
17e897e2d6
|
Accept escaped hyphens, even outside character class
|
2025-04-21 19:11:37 -04:00 |
|
|
3924502b72
|
Added code to return lazy quantifier postfixNodes
|
2025-02-13 20:50:11 -05:00 |
|
|
8327450dd2
|
Started implementing backreferences (octal values should now be prefaced with \0)
|
2025-02-11 16:14:54 -05:00 |
|
|
7431b1a7b2
|
Changed \Z to \z to fit with Go's naming
|
2025-01-30 15:08:18 -05:00 |
|
|
ee51e39d59
|
Added support for start-of-input (\A) and end-of-input (\Z) assertions
|
2025-01-30 13:56:56 -05:00 |
|
|
b734d61a03
|
Throw error if \B is used in character class
|
2025-01-30 12:27:22 -05:00 |
|
|
7e792f1248
|
Renamed more constants to avoid exporting
|
2025-01-30 10:44:34 -05:00 |
|
|
e01ef48cbc
|
Updated CONCAT to be a metacharacter instead of just a tilde, and renamed it to avoid exporting
|
2025-01-30 10:34:05 -05:00 |
|
|
af5b6ebe08
|
Renamed type to avoid exporting
|
2025-01-30 10:23:01 -05:00 |
|
|
7e6377a4c4
|
Updated more constants, so that they aren't exported
|
2025-01-30 10:15:54 -05:00 |
|
|
73c6a442ce
|
Updated nodeType constants so that they aren't exported
|
2025-01-30 10:13:55 -05:00 |
|
|
aef8152fc1
|
Renamed package 'greg' to 'regex'
|
2025-01-30 09:15:29 -05:00 |
|