Convert a list of words to a regular expression

Опубликовано: 22 Октябрь 2024
на канале: timClicks
2,216
133

CORRECTION: in the video, I say that --force supports automatic upgrades. This is incorrect. I should have said that it will upgrade your current installation to the most recent version automatically if there is one.

Here's a tip for all software developers: use grex (https://crates.io/crates/grex) to convert lists of words to regular expressions.

This tool, written in Rust, can be used for all of your software projects. grex produces Perl-compatible regular expressions (PCRE) which are also compatible with the regular expression parser in Rust's regex crate.

To install it, you'll need the cargo package manager, which you can get by installing the Rust programming language from https://rustup.rs/.

👋 Connect with Tim
https://www.youtube.com/c/timClicks?s...
  / timclicks  
https://github.com/timClicks
https://mastodon.nz/@timClicks
https://dev.to/timclicks/
  / timclicks  


🔔 Subscribe to the channel and click the bell icon to stay updated with the latest videos and live streams from timClicks: https://www.youtube.com/timClicks?sub...

👍 Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.