Strip(ReadOnlySpan) Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Removes ANSI/VT escape sequences from the input and returns plain text.

public static string Strip(ReadOnlySpan<char> text)

Parameters

text
ReadOnlySpan<Char>

The source text, possibly containing ANSI sequences.

Returns