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