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