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
stringText to strip of formatting.
Returns
- string
Formatting-stripped text.