|
|
|
|
|
by burntsushi
924 days ago
|
|
Yes, it absolutely is. And it's even okay beyond just starting with. Search the regex crate repository for clones. There are a lot of them. Hell, Regex::new accepts a &str for a pattern, and one of the first things it does is convert it to a String. |
|