startsWith
open fun <R : CharSequence> KProperty1<T, R>.startsWith(prefix: CharSequence, ignoreCase: Boolean = false)
Includes only values for which the given property starts with the given prefix.
Includes only values for which the given property starts with the given prefix.