Table of Contents

Method Strip

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Strip(string)

Removes all markdown formatting from specified text.

public static string Strip(this string text)

Parameters

text string

Text to strip of formatting.

Returns

string

Formatting-stripped text.