issues
search
dlclark
/
regexp2
A full-featured regex engine in pure Go based on the .NET engine
MIT License
997
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
regular problem
#87
yupor5
closed
1 week ago
1
fix Incorrect timeout error when using FindStringMatch()
#86
Brinenas
opened
3 months ago
4
Is there any workaround for `split`?
#85
i-am-the-slime
closed
1 month ago
3
Add `MatchStringSafe` Method to Simplify Error Handling in `MatchString`
#84
KiddoV
opened
3 months ago
9
Support dotAll flag
#83
monkeyWie
closed
4 months ago
9
Regex compilation breaks on certain grouping
#82
jjngx
closed
4 months ago
2
fix GC issue: release []rune when reusing the runner. which leads to 'runtext' and 'runmatch.text' inability to be garbage collected until next use.
#81
chinaykc
closed
4 months ago
1
fix GC issue: release []rune when reusing the runner. which leads to 'runtext' and 'runmatch.text' inability to be garbage collected until next use.
#80
chinaykc
closed
4 months ago
0
.Replace() wrong result with symbols $& in new content
#79
borzovplus
closed
5 months ago
1
FindStringMatch returns wrong index when using unicode characters
#78
sides-flow
closed
6 months ago
2
Support JSON Marshal/Unmarshal
#77
hunshcn
closed
9 months ago
1
FR: support Marshal/Unmarshal
#76
hunshcn
closed
9 months ago
3
MatchString() timeout stuck
#75
mcy1475369
closed
11 months ago
1
Unable to see matches for a positive lookahead regex
#74
arunsathiya
closed
12 months ago
1
Line Terminator (Dollar sign) does not match as expected
#73
ekacoei
closed
1 year ago
1
"cannot use []*syntax.regexNode as type []*struct" when using regexp2 inside traefik plugin
#72
frankforpresident
closed
1 year ago
1
TestDeadline fails with go 1.21.3
#71
solopasha
opened
1 year ago
4
Match loop cause high CPU usage
#70
0xffffharry
closed
1 year ago
2
Question: Does this library support "categories"
#69
dheeraj-326
closed
1 year ago
1
xeger functionality
#68
kmirzavaziri
closed
1 year ago
1
No support for full unicode that is supported by the ECMAScript regex
#67
kengleong
closed
1 year ago
1
initial files
#66
gaojl0728
closed
1 year ago
0
No support for \p{unicode char class} that is supported by the Go stdlib regex package
#65
kovidgoyal
closed
1 year ago
2
The matching results of strings containing Chinese characters are incorrect
#64
sniperking1234
closed
1 year ago
2
Leaking go routines using `fastclock`
#63
Emyrk
closed
1 year ago
6
Force timeout for testing?
#62
jsumners
closed
1 year ago
3
Why the replacement interface for []rune is not supported
#61
GZK66666
closed
1 year ago
1
Panic on 32bit architectures
#60
alanhamlett
closed
1 year ago
12
Support for Python-style named backreference
#59
ryanmurakami
opened
1 year ago
0
Speed up in the presence of timeouts.
#58
ghemawat
closed
1 year ago
23
Speed up in the presence of timeouts.
#57
ghemawat
closed
1 year ago
5
error parsing regexp: unrecognized grouping construct: (?-1
#56
shadow1ng
closed
1 year ago
1
fix: ecma ranges with set terminator
#55
stevenh
opened
1 year ago
7
ecmascript: cannot include class \s in character range
#54
stevenh
opened
1 year ago
0
Is it possible to get the name of the currently matched group?
#53
dementedhedgehog
closed
1 year ago
2
Support \u{HEX} syntax in ECMAScript with Unicode flag
#52
mstoykov
closed
2 years ago
7
Return the actual symbols in the reversed range error
#51
mstoykov
closed
2 years ago
2
bugs in scenarios of Chinese characters or incorrect using of match.Index
#50
nako-ruru
closed
2 years ago
2
A bug when .* in the content to match
#49
wgplt
closed
2 years ago
1
Error while trying to match a string with a specific unicode against a RegExp that contains a space and a group
#48
beatzzz
closed
2 years ago
3
Compatibility issue with NKo Digits
#47
tschaub
closed
2 years ago
2
\Z not work on regexp2.RE2 mode
#46
yywing
closed
2 years ago
1
Running MatchString is slow
#45
liran
closed
2 years ago
1
compile failed
#44
bestgopher
closed
2 years ago
1
Add support for Perl(PCRE) named and unnamed group capturing order
#43
CIAvash
opened
3 years ago
3
Can regexp2 provide the same APIs adapt to std.regexp?
#42
vipally
opened
3 years ago
5
CPU is too high, how to reduce CPU, Pprof shows as follows
#41
zhoadi
closed
3 years ago
1
Only fail on invalid \k back references, allowing things like '\'' and '\<' to pass.
#40
dop251
closed
4 years ago
1
Improved the handling of named group references in ECMAScript mode.
#39
dop251
closed
4 years ago
3
Travis-ci: added support for ppc64le
#38
dthadi3
closed
4 years ago
0
Next