TextedWithTextSources

interface TextedWithTextSources : Texted

Properties

text
Link copied to clipboard
common
abstract val text: String?
textSources
Link copied to clipboard
common
abstract val textSources: List<TextSource>?
Full list of TextSources

Inheritors

EntitiesOutput
Link copied to clipboard
TextedInput
Link copied to clipboard

Extensions

parseCommandsWithParams
Link copied to clipboard
common
fun TextedWithTextSources.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map<String, Array<String>>
Parse commands and their args.