はじめに Nushellでの正規表現使用方法について説明します。 Nushellの正規表現ですが、Nushell公式マニュアルには以下のみの記述になっています。 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". とさらっとしかかいていない状況です。regex crateはGoogleの高速なRE2にインスパイアされた正規表現のライブラリ(Crate)ですね。2017年の記事ですが、A comparison of regex enginesによれば、なかなか優秀なようです。 特徴的なものとして、(1)named capture groups,(2