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