RegExtract
RegExtract copied to clipboard
Add tip about Deconstruction to docs
var (x,y,z) = "".Extract<(int, string, long)>(@"")
is pretty handy for common (single-line) use cases.
The docs should explicitly teach this.