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.
3 Comments
Deebster@infosec.pub · 3 pts · 263d
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!f@quokk.au · 2 pts · 263d
Yeah... a bit too much "batteries included" but it looks cool.
Deebster@infosec.pub · 1 pts · 263d
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.