Method GetBoldTagSplitted
GetBoldTagSplitted(ReadOnlySpan<char>)
Splits html text with bold tags into collection of strings with font style attribute.
public static TextAndFontStyle[] GetBoldTagSplitted(ReadOnlySpan<char> s)
Parameters
sReadOnlySpan<char>Html text to split.