Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: anchor the regex used for ictc (#17)
Rust's regex crate does not have a notion of `regex.match`; it instead just provides `regex.find` and requires that you anchor your regex yourself, [discussion](rust-lang/regex#737). This is more a correctness fix than a performance fix.
- Loading branch information