Removes ANSI/VT escape sequences from the input and returns plain text.
public static string Strip(ReadOnlySpan<char> text)
The source text, possibly containing ANSI sequences.