# 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.