Home Explore Blog CI



nushell

book/regular_expressions.md
d364a901b2e1af0b1f30a4397b71f52f1367ad243ad2a37a00000003000000d5
# 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)".

Chunks
68dd3be0 (1st chunk of `book/regular_expressions.md`)
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.