issues
search
google
/
re2j
linear time regular expression matching in Java
Other
1.19k
stars
160
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make the library a java module
#176
MrKuip
opened
4 months ago
0
What about a new release?
#175
panthony
opened
8 months ago
0
RE2J failed to match easy pattern
#174
RUSLAN-SIMAKOV
closed
11 months ago
1
Use an explicit "UTF-8" character set argument when creating Strings from bytes. The platform default character set is guaranteed to be UTF-8.
#173
herbyderby
closed
1 year ago
0
Introduce a system property that points to the testdata location.
#172
herbyderby
closed
1 year ago
2
Minor test fixes to enable running internally with Blaze.
#171
herbyderby
closed
1 year ago
0
Updated Unicode tables to Unicode 10
#170
sjamesr
opened
1 year ago
0
Updated Unicode tables to Unicode 15
#169
sjamesr
closed
1 year ago
0
Infinite loop in `Pattern#compile` on certain case-insensitive patterns
#168
fmeum
opened
1 year ago
15
Add support for `(?<name>expr)`.
#167
junyer
closed
1 year ago
1
GPG verify
#166
fabianfrz
opened
1 year ago
0
ISSUE-124: removed unused error message variable
#165
orionlibs
closed
1 year ago
1
question about a possibility
#164
esoftGithub
closed
1 year ago
0
Support (?<name>expr) named capturing groups format
#163
geniusjoe
closed
1 year ago
3
Re2j runs 5x slower than java.util.regex
#162
YuyuZha0
opened
1 year ago
1
RFC on unicode tables management
#161
kidi
opened
2 years ago
0
Reduce the incidence of infinite loops while case folding
#160
mszabo-wikia
closed
1 year ago
4
Add fast path for ASCII case folding
#159
mszabo-wikia
closed
2 years ago
3
Fix NullPointerException in Pattern#namedGroups
#158
sjamesr
closed
2 years ago
0
Bintray is gone, we now publish directly to Sonatype Nexus
#157
sjamesr
closed
2 years ago
1
Fix a couple of ErrorProne warnings
#156
sjamesr
closed
2 years ago
1
Upgrade to Gradle 5.2 and Error Prone 2.10.0.
#155
sjamesr
closed
2 years ago
1
Publish API documentation
#154
hickford
closed
2 years ago
1
Add link to RE2 C++ library
#153
hickford
closed
2 years ago
0
Pattern.compile("\\d{16}").namedGroups() throws NullPointerException
#152
cjohnson-confluent
closed
2 years ago
0
Move to codecov v2 action (v1 is deprecated)
#151
sjamesr
closed
3 years ago
1
Fix github actions deprecation warning
#150
sjamesr
closed
3 years ago
0
Fix NullPointerException in Parser#factor
#149
sjamesr
closed
2 years ago
1
Pattern Leading to NullPointerException
#148
schirrmacher
closed
1 year ago
1
com.google.re2j.PatternSyntaxException: error parsing regexp: invalid or unsupported Perl syntax: `(?!`
#147
ravipras8
closed
3 years ago
1
Revert "Replaces String.getBytes("UTF") with getBytes(StandardCharsets.UTF_8)"
#146
gkdn
closed
3 years ago
1
Replaces String.getBytes("UTF") with getBytes(StandardCharsets.UTF_8)
#145
gkdn
closed
3 years ago
3
remove travis yaml config, github actions in use now
#144
sjamesr
closed
3 years ago
0
Fix quoting of codepoints requiring surrogate pairs.
#143
sjamesr
closed
3 years ago
1
Fix CI link in README.md
#142
sjamesr
closed
3 years ago
1
fix coverage badge in README.md
#141
sjamesr
closed
3 years ago
1
add github actions integration
#140
sjamesr
closed
3 years ago
0
update coveralls to 2.12.0
#139
sjamesr
closed
3 years ago
1
Improve split
#138
sjamesr
closed
2 years ago
1
fix repeat of preferred empty match
#137
sjamesr
closed
3 years ago
0
regexp: (|a)* matches more text than (|a)+ does
#136
adonovan
closed
3 years ago
2
OSS-Fuzz integration
#135
fmeum
opened
3 years ago
2
Eliminate TSAN error in benign race condition
#134
sjamesr
closed
2 years ago
2
\C not implemented
#133
steveniemitz
opened
3 years ago
0
move to version 1.6
#132
sjamesr
closed
3 years ago
0
Incorrect behavior for Pattern::split
#131
mahmoudimus
closed
2 years ago
2
Support matching binary utf8 bytes
#130
jc4x4
closed
3 years ago
3
Expose named groups from Pattern
#129
jc4x4
closed
3 years ago
1
skip existing headers in license check
#128
sjamesr
closed
3 years ago
0
Bugfix/issue 126 icu vulnerability
#127
aabhasg
closed
3 years ago
3
Next