Companion
object Companion
Functions
Link copied to clipboard
fun matchSingleVCardPrefixedField(prefix: CharSequence, rawText: String, trim: Boolean, parseFieldDivider: Boolean): MutableList<String>?
Link copied to clipboard
fun matchVCardPrefixedField(prefix: CharSequence, rawText: String, trim: Boolean, parseFieldDivider: Boolean): MutableList<MutableList<String>>?