packages/vsc_quill_delta_to_html/src/helpers/string library

Functions

tokenizeWithNewLines(String str) List<String>
Splits by new line character ("\n") by putting new line characters into the array as well. Ex: "hello\n\nworld\n " => "hello", "\n", "\n", "world", "\n", " "