Functions

Link copied to clipboard
fun isDigitsAndSeparatorsOnly(value: String, vararg separators: Char): Boolean

Check if the string only contains number and the specified separator characters.

Link copied to clipboard
fun normalize(value: String, vararg additionalCharsToReplace: Char): String

Removes empty spaces and any additional specified characters.