Skip to content

Where can I find documentation on searching/selecting/matching strings of text with "/" or "space+/" keybind? #10768

Closed Answered by kirawi
rotteegher asked this question in Q&A
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 rotteegher
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