Milo Yip
|
769185d68b
|
Refactor regex
Remove mutable which causes reentrant issue
|
2016-09-16 12:13:02 +08:00 |
|
Milo Yip
|
be352d9548
|
Fix a bug in regex
Due to dereferencing a pointer which may be invalidated
|
2016-04-17 11:59:09 +08:00 |
|
Milo Yip
|
ecd8fa3437
|
Improve coverage of regex
|
2016-04-16 23:04:40 +08:00 |
|
Milo Yip
|
60116cf11e
|
Support {0, } and {0, m} in Regex
|
2016-02-12 14:17:53 +08:00 |
|
Milo Yip
|
a8feeb4c3e
|
Add invalid regex tests and fix a bug
|
2015-05-29 17:42:08 +08:00 |
|
Milo Yip
|
3eb19ceaf9
|
Add Search(), ^ and $ assertions to regex
|
2015-05-29 15:23:28 +08:00 |
|
miloyip
|
fa7dc1c439
|
Add numbered quantifier
|
2015-05-27 23:39:22 +08:00 |
|
miloyip
|
0dffe87551
|
Add character class escapes
|
2015-05-27 09:56:06 +08:00 |
|
miloyip
|
92285bed44
|
Add escape characters and control characters
|
2015-05-27 09:37:55 +08:00 |
|
miloyip
|
1784afe5f7
|
Add character class to regex
|
2015-05-26 00:40:23 +08:00 |
|
miloyip
|
06853b89b0
|
Add any character (.) to regex
|
2015-05-25 22:51:03 +08:00 |
|
miloyip
|
0934803ae1
|
Add Unicode regex test
|
2015-05-25 21:57:46 +08:00 |
|
miloyip
|
a386934288
|
Add ?*+ to regex
|
2015-05-25 19:34:47 +08:00 |
|
miloyip
|
05c79891d1
|
Add parenthesis support in regex
|
2015-05-25 09:14:51 +08:00 |
|
miloyip
|
0bef29a5f6
|
Initial reggae implementation with only concatenation and alternation
|
2015-05-24 21:23:39 +08:00 |
|