Issues
- 5
matchlen may be wrong
#53 opened by xavieryin - 1
Migrate all test scripts to Python v3
#89 opened by rilysh - 0
Match of `\\s*` on empty string reports `pos == -1`, i.e., no match, while it should report `pos == 0` and `matchlength == 0`
#88 opened by grigory-rechistov-intel - 1
- 1
- 1
Do not support {n, m} feature.
#81 opened by cmtheit - 0
Cannot match end-of-pattern match
#84 opened by perazz - 1
Not only does [^blah] not work but the non-inverted [blah] doesn't work either
#83 opened by infradig - 0
fix pattern '[1-5-]+' against '123-'
#79 opened by rurban - 3
Does not work for GUUID validation
#27 opened by tawmoto - 1
regex compilation is making things slower?
#67 opened by marler8997 - 1
support for {n,m},repeat N to M times?
#74 opened by TMODER - 0
- 1
- 0
- 4
- 3
Wrong match length?
#69 opened by yoyopoleg - 0
support for non-greedy `*?` and `+?`
#68 opened by marler8997 - 4
Add Precompiled Regex Code Generator
#59 opened by marler8997 - 0
- 6
- 10
Memory Corruption Vulnerabilities
#30 opened by neilsikka - 2
feature request: lookahead and lookbehind
#34 opened by theo-dep - 1
Capture group
#28 opened by gogo9th - 10
can not match such string “869759002514931”
#21 opened by violet701 - 6
Match question mark fails?
#20 opened by tobermory - 4
need help in finding one of the two strings.
#38 opened by sukhchainn - 3
Incorrect results for repeat operators
#56 opened by kkos - 19
Two minor overflows in re_compile
#44 opened by DavidKorczynski - 1
I ported this to rust
#57 opened by gmorenz - 1
Could not search for '.'
#47 opened by jaeung24k-sindoh - 3
Prevent duplicate include errors
#43 opened by skyformat99 - 1
End of match
#24 opened by jkhax0r - 0
Compilation using VS2010
#32 opened by theo-dep - 2
Thread safety
#31 opened by ogamespec - 2
Simple Date format not matched
#29 opened by gjois - 7
Could you submit a version support "{}" ?
#18 opened by ShuHu2015 - 1
Typo bug in re.c
#19 opened by tobermory - 7
Can I set the number of characters for numbers?
#12 opened by Avlaak - 2
Python version shenanigans
#13 opened by roflcopter4 - 3
Problem into ".?" matching.
#15 opened by TermoSINteZ - 1
Can you support "Match - Search" feature?
#11 opened by 4kzeng - 4
Bug in matchpattern
#10 opened by Cthutu - 1
Feature Requests and Minor Code Comments
#2 opened by mattharrigan - 4
Needs #ifdef __cplusplus
#4 opened by blitz-research