Like
Regex pattern match: propertieskey.toString().matches(Regex(pattern))
Uses Java/Kotlin regex syntax. For case-insensitive matching, use the (?i) flag at the start of the pattern.
Regex pattern match: propertieskey.toString().matches(Regex(pattern))
Uses Java/Kotlin regex syntax. For case-insensitive matching, use the (?i) flag at the start of the pattern.