RichParser

@Stable
class RichParser(converters: List<RichConverter>)

Constructors

Link copied to clipboard
constructor(converters: List<RichConverter>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addConverter(converter: RichConverter)
Link copied to clipboard
fun parse(encodedText: String): RichString