Description
Provides a cut-like command-line tool that can split input using regular-expression delimiters instead of only fixed strings. This makes extracting columns from messy text more flexible.
It is useful for logs, CSV-like data, shell pipelines, quick reports, and text processing tasks. Users should test patterns carefully because a broad regular expression can select different fields than expected.