8f9ca2fffc
tuc (when cut doesn't cut it) We've all been there. You want to cut some string on a delimiter repeated in a non-deterministic way. Maybe you even want to use negative indexes or replace the delimiters in the cut part with something else... That's where tuc can help.
5 lines
269 B
Text
5 lines
269 B
Text
tuc (when cut doesn't cut it)
|
|
|
|
We've all been there. You want to cut some string on a delimiter repeated in
|
|
a non-deterministic way. Maybe you even want to use negative indexes or replace
|
|
the delimiters in the cut part with something else... That's where tuc can help.
|