issues
search
kokke
/
tiny-regex-c
Small portable regex in C
The Unlicense
1.23k
stars
174
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Does not support OR regex (|)-operator
#92
Raffa2005
closed
2 weeks ago
1
Fix tests warnings
#91
shahar99s
closed
5 months ago
0
Fix tests
#90
shahar99s
closed
5 months ago
0
Migrate all test scripts to Python v3
#89
rilysh
closed
2 weeks ago
2
Match of `\\s*` on empty string reports `pos == -1`, i.e., no match, while it should report `pos == 0` and `matchlength == 0`
#88
grigory-rechistov-intel
opened
1 year ago
0
re.
#87
Bond1313
closed
1 year ago
1
Marler8997 fix begin in middle
#86
gyrovorbis
closed
1 year ago
0
Test end anchor ($) behavior, fix match length
#85
perazz
opened
1 year ago
0
Cannot match end-of-pattern match
#84
perazz
opened
1 year ago
0
Not only does [^blah] not work but the non-inverted [blah] doesn't work either
#83
infradig
closed
2 years ago
1
Move CC out of Makefile, and clean some compiler warnings
#82
bokic
closed
1 year ago
0
Do not support {n, m} feature.
#81
cmtheit
opened
2 years ago
1
Fix GH79 (on top of PR#78 fixes)
#80
rurban
closed
1 year ago
1
fix pattern '[1-5-]+' against '123-'
#79
rurban
opened
2 years ago
0
3 fixes
#78
rurban
closed
2 years ago
1
add cbmc verify and fix a --conversion-check
#77
rurban
closed
2 years ago
1
Software vulnerabilities detected during code analysis with ESBMC-WR tool
#76
janislley
closed
1 year ago
1
update comment
#75
krishna116
opened
2 years ago
2
support for {n,m},repeat N to M times?
#74
TMODER
opened
3 years ago
1
vcpkg installion windows - length is not changing in return
#73
hInfern0
opened
3 years ago
0
Add function match_times and match_full
#72
Amiralgaby
opened
3 years ago
0
re_matchp succeeds only for the first string compared to a pattern
#71
MiloDC
opened
3 years ago
1
Error on isdigit, isalpha, isspace with char > 127
#70
ghost
opened
3 years ago
0
Wrong match length?
#69
yoyopoleg
opened
3 years ago
3
support for non-greedy `*?` and `+?`
#68
marler8997
opened
3 years ago
0
regex compilation is making things slower?
#67
marler8997
opened
3 years ago
1
Python random tests are failing but CI is passing
#66
marler8997
opened
3 years ago
0
improve Makefile
#65
marler8997
opened
3 years ago
0
fix python regex test scripts
#64
marler8997
opened
3 years ago
0
simplify matchplus and matchstar
#63
marler8997
opened
3 years ago
1
use flat memory layout
#62
marler8997
opened
3 years ago
0
fix mishandling of ^ inside an expression
#61
marler8997
opened
3 years ago
1
Use macro magic to remove second copy of type names
#60
marler8997
opened
3 years ago
1
Add Precompiled Regex Code Generator
#59
marler8997
opened
3 years ago
4
allow user to provide regex object storage
#58
marler8997
opened
3 years ago
4
I ported this to rust
#57
gmorenz
closed
3 years ago
1
Incorrect results for repeat operators
#56
kkos
opened
3 years ago
3
Create clib.json
#55
jwerle
closed
3 years ago
4
Remove extra spaces
#54
firasuke
closed
3 years ago
2
matchlen may be wrong
#53
xavieryin
opened
3 years ago
5
use more portable character checks
#52
cvengler
closed
3 years ago
3
Give the union in regex_t a name
#51
smlavine
closed
3 years ago
1
Remove trailing whitespaces in source files
#50
cvengler
closed
3 years ago
1
Remove comments about inverted classes
#49
pyrmont
closed
3 years ago
1
Fix missing categories in exrex
#48
pyrmont
closed
3 years ago
2
Could not search for '.'
#47
jaeung24k-sindoh
closed
3 years ago
1
Fix typo on matchlenght to matchlength
#46
ayangd
closed
4 years ago
1
Support for multiple patterns
#45
skyformat99
opened
4 years ago
8
Two minor overflows in re_compile
#44
DavidKorczynski
closed
4 years ago
19
Prevent duplicate include errors
#43
skyformat99
closed
4 years ago
3
Next