Issues
- 4
Extra memory consumption from Vec growth
#1297 opened by bobrik - 1
- 1
Unexpected matches for character classes if case-insensitive matching is enabled
#1294 opened by gamma0987 - 1
- 2
- 0
Some statements can be simplified for readability
#1242 opened by hamirmahal - 1
Expose memory usage
#1280 opened by bobrik - 1
Iterating over byte regexes with unicode support enabled does not work properly when matches are empty
#1275 opened by IsaacOscar - 4
Linear Time Lookaround
#1273 opened by nyarly - 1
- 2
- 0
Get the name of named capture group
#1267 opened by tisonkun - 0
Detected assertion fails and index out of bounds panic during fuzz testing
#1265 opened by 0x64617061 - 4
Inaccurate size limit approximation
#1264 opened by codido - 0
add hint about `starts_for_each_pattern` to `regex_automata::MatchErrorKind::UnsupportedAnchored` documentation
#1262 opened by BurntSushi - 2
- 7
feature request: Add `impl TryFrom<Arc<str>> for Regex`
#1257 opened by al8n - 1
Build Regex from static string in a const way
#1256 opened by ValentinColin - 3
Construct RegexSet from Vec<Regex>
#1255 opened by Timmmm - 4
MAJOR BUG: Numbers are Matched as Characters
#1252 opened by nokernelspace - 1
- 6
Add `regex::Regex::get_config`
#1250 opened by demurgos - 0
Regexp::new exception error
#1244 opened by kirs112 - 0
Make MAX_POOL_STACKS a runtime configurable parameter
#1241 opened by fbryden - 1
Expose `group_info()` for Regex::Captures
#1238 opened by wesleyel - 2
- 1
doc clarification: confusing match behavior for non-existent ASCII character classes
#1234 opened by dawnofmidnight - 2
Rust unstable API change causes compilation error of unstable `pattern` feature
#1231 opened by yhx-12243 - 2
test failure in regex-automata v0.4.8 on 32-bit x86 (i686) *only* with Rust > 1.79
#1230 opened by decathorpe - 20
- 2
Version 1.5.0 should be yanked
#1220 opened by carloskiki - 4
Compilation error when compiling with nightly with `unstable` feature enabled
#1216 opened by jqnatividad - 2
no_std support and cargo.toml doc comments
#1212 opened by mspiegel - 2
- 2
- 0
- 7
Valgrind reports "possibly lost" when using static `Regex`
#1205 opened by wyfo - 3
Invalid regex with multiple repetition flags is accepted
#1201 opened by spektom - 2
Underscore will not match propblaly
#1200 opened by dbergloev - 2
regex-lite with a &[u8] haystack
#1196 opened by SimonSapin - 6
Inconsistency with is_match and Python's search in Matching Specific Regex Patterns
#1193 opened by CodyPubNub - 1
Add a flag for unescaped literal groups
#1184 opened by tgross35 - 2
Errors when running quickstart from docs
#1183 opened by bertday - 2
The regex parse error while the expre is correct !
#1171 opened by GostGrimmy - 23
Add Min DFA for a regex
#1159 opened by Bisht13 - 2
dfa/onepass.rs: index out of bounds
#1176 opened by alecmocatta - 2
Onepass DFA always has empty captures (user error)
#1174 opened by Crypto-Spartan - 3
Valid prefix search (with ^) goes into dead state
#1169 opened by acarl005 - 0
- 0
`meta::Cache::reset` can panic
#1155 opened by fuchsnj