StringExtension extension
- on
Properties
- convertHTMLToMarkdown → String
-
Available on String, provided by the StringExtension extension
A simple inline style html to markdown converterno setter - convertUTF8QuotesToValidString → String
-
Available on String, provided by the StringExtension extension
Since vsc_quill_delta_to_html encode the text with UTF8, don't decode at the output, this function solve thisno setter - convertWrongInlineStylesToSpans → String
-
Available on String, provided by the StringExtension extension
Since our default delta to html can create inline styles like bold</strong Instead bold We decide create a converter that fix this minimal bugno setter - decodeSymbols → String
-
Available on String, provided by the StringExtension extension
no setter - encodeSymbols → String
-
Available on String, provided by the StringExtension extension
Encode the markdown inline styles (**,*,_) to another tags types, to avoid detection by the compiler word, it will be detected as underline instead a symbol, a put the underline style (the user couldn't want this)no setter - fixCommonErrorInsertsInRawDelta → String
-
Available on String, provided by the StringExtension extension
Used to solved common errors in raw delta strings, since we don't used delta literalsno setter - isTotallyEmpty → bool
-
Available on String, provided by the StringExtension extension
no setter - recovertUTF8QuotesToHumanStringChars → String
-
Available on String, provided by the StringExtension extension
no setter - replaceHtmlBrToManyNewLines → String
-
Available on String, provided by the StringExtension extension
no setter -
splitBasedNewLine
→ List<
String> -
Available on String, provided by the StringExtension extension
no setter - withBrackets → String
-
Available on String, provided by the StringExtension extension
no setter
Methods
-
equals(
String other, {bool caseSensitive = true, Pattern? pattern, bool useThisInstead = false}) → bool -
Available on String, provided by the StringExtension extension
-
replaceAllNewLinesWith(
Object object) → String -
Available on String, provided by the StringExtension extension