Skip to content
Discussion options

You must be logged in to vote

It's called regex. You can see https://docs.rs/regex/latest/regex/#syntax for the engine we use. You can also view other regex resources (there are tons) since all regex implementations that I'm aware of have fairly similar syntax.

You can also check resources like https://regex101.com/ (which supports Rust regex as an option) to have a playground to learn in.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by noisetide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants