Crate strmatch
Source - strmatch
- Conditionally match strings in Rust using regex without much boilerplate. Yes, this uses
once_cell
.
- Lazy
- A value which is initialized on the first access.
- Regex
- A compiled regular expression for searching Unicode haystacks.