Given the following regular expression:
val regex = "[A-Z]\\d\\w".toRegex()
Check all the strings that match it.
Given the following regular expression:
val regex = "[A-Z]\\d\\w".toRegex()
Check all the strings that match it.
Create a free account to access the full topic