Rust's regex under the hood...
Why should you use regex
A regular expression (regex) is a sequence of symbols that identifies a set of strings, numbers, or other characters. They are used for pattern matching and for verifying data
Regular expressions are powerful — and dangerous...
riccio.hashnode.dev5 min read