Given the following regular expression:
val regex = "Hello[!,\\.]".toRegex()
Select all strings that match it.
Given the following regular expression:
val regex = "Hello[!,\\.]".toRegex()
Select all strings that match it.
Create a free account to access the full topic