RegExtract icon indicating copy to clipboard operation
RegExtract copied to clipboard

Add tip about Deconstruction to docs

Open sblom opened this issue 1 year ago • 0 comments

var (x,y,z) = "".Extract<(int, string, long)>(@"") is pretty handy for common (single-line) use cases.

The docs should explicitly teach this.

sblom avatar Dec 22 '23 19:12 sblom