HeroStats Libraries
ChatMessage.StripHighlights Method 

[This is preliminary documentation and subject to change.]

Removes pseudo-html markup from the text passed in as the parameter. Removes only <H%gt; and %lt;/H> tags.

[Visual Basic]
Public Shared Function StripHighlights( _
   ByVal txt As String _
) As String
[C#]
public static string StripHighlights(
   string txt
);

Parameters

txt
Text to modify

Return Value

Modified string without <H%gt; and %lt;/H> tags

See Also

ChatMessage Class | CityOfHeroes Namespace