17. Regular Expressions - From Python to Rust

Published: 26 February 2021
on channel: Bedroom Builds
1,067
29

Howto use regex (Regular Expressions) in Python and Rust. Also shows STDIN, lazy static and raw strings.

raw string literals https://doc.rust-lang.org/stable/refe...
lazy static https://docs.rs/lazy_static/
ISO 8601 Date validation regex https://regexlib.com/REDetails.aspx?r...

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...