Given the following regex:
val regex = "[Kotlin][7-9]".toRegex()
Select all the strings that match it.
Given the following regex:
val regex = "[Kotlin][7-9]".toRegex()
Select all the strings that match it.
Create a free account to access the full topic