Which strings match the regex

Report a typo

Given the following regex:

val regex = "[xyz][><=][0-9]".toRegex()

Select all the strings that match it.

Select one or more options from the list
___

Create a free account to access the full topic