Table of Contents

Class AnsiUtility

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

A utility class for ANSI color escape codes.

public static class AnsiUtility
Inheritance
AnsiUtility
Inherited Members

Properties

AnsiEscapeCodeRegex

Gets a regular expression that can used to find ANSI color escape codes.

Methods

RemoveAnsiEscapeCodes(string)

Strip ANSI color escape codes (in the form of ESC[1;2m) from a string value.