Package-level declarations

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun String.formatInGroups(groupSize: Int = 4, separator: String = "-"): String

Splits this string into equally sized groups and joins them with separator.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun String.remove(regex: Regex): String
fun String.remove(value: String, ignoreCase: Boolean = false): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard