TextTagScope

abstract class TextTagScope(tagStart: Char, tagEnd: Char)(source)

Inheritors

Constructors

Link copied to clipboard
constructor(tagStart: Char, tagEnd: Char)

Types

Link copied to clipboard
open class Default : TextTagScope
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun extractTags(string: AnnotatedString): AnnotatedString
fun extractTags(string: String): AnnotatedString
Link copied to clipboard
fun tag(description: String, data: Any? = null): TextTagScope.TagProvider