explire regex is quite cool, but it feels a bit out of scope for what Nushell is (perhaps it should be a plugin or standalone). I reserve the right to change my mind once I get used to having it!
Whenever I want a regex it’s for things like | lines | where$it =~ foo. I don’t need help learning regex, so hopefully it’s useful for more practical tasks.
explire regexis quite cool, but it feels a bit out of scope for what Nushell is (perhaps it should be a plugin or standalone). I reserve the right to change my mind once I get used to having it!Yeah… a bit too much “batteries included” but it looks cool.
Whenever I want a regex it’s for things like
| lines | where $it =~ foo. I don’t need help learning regex, so hopefully it’s useful for more practical tasks.