Issues
- 4
MAJOR BUG: Numbers are Matched as Characters
#1252 opened by nokernelspace - 1
- 2
- 6
Add `regex::Regex::get_config`
#1250 opened by demurgos - 0
Regexp::new exception error
#1244 opened by kirs112 - 0
Some statements can be simplified for readability
#1242 opened by hamirmahal - 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 - 1
- 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
- 3
Add method to get full match from `Captures`
#1146 opened by tmccombs - 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 - 4
`regex-syntax` error messages highlight incorrect characters/not handling graphemes correctly
#1132 opened by V0ldek - 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 - 9
UnicodeSetsMode support (`v` flag mode, `\q`)
#1142 opened by CAD97 - 0
- 9
regex-lite: make the std feature optional
#1122 opened by d3zd3z - 0
`meta::Cache::reset` can panic
#1155 opened by fuchsnj - 0
O(m * n) lookaround
#1152 opened by rpjohnst - 1
- 3
Detect if a replacement may allocate
#1145 opened by tgross35 - 2
- 1
Mention MSRV change in CHANGELOG.md
#1119 opened by Wilfred - 2
`regex::bytes::Regex::is_match` with a simple pattern with long sequences of wildcards is significantly slower than a naïve alternative
#1141 opened by expenses - 2
Add char_range() method for the match type
#1135 opened by Feel-ix-343 - 1
Use the same name of a capture group in different alternatives of disjunction (| operator)
#1128 opened by fedy-cz - 1
Add/replace std::OnceCell mention in the Readme
#1123 opened by dustdfg - 3
hexadecimal literal is not a Unicode scalar value
#1115 opened by LuckyTurtleDev - 0
Increased memory usage when updating to regex 1.10
#1116 opened by Marwes - 1
Add hir::literal_char or an example showing how to create an hir::Literal from a char
#1114 opened by nwalfield