Home Explore Blog CI



nushell

1st chunk of `book/regular_expressions.md`
68dd3be0672091449b54fd9dc5619d663c24e8c1c2d6bde500000001000000d5
# Regular Expressions

Regular expressions in Nushell's commands are handled by the `rust-lang/regex` crate. If you want to know more, check the crate documentation: "[regex](https://github.com/rust-lang/regex)".

Title: Regular Expressions in Nushell
Summary
Nushell uses the `rust-lang/regex` crate for regular expression handling in its commands. Refer to the crate's documentation for more details.