What strings match the expression

Report a typo

Given the following regular expression:

val regex = "[A-Z]\\d\\w".toRegex()

Check all the strings that match it.

Select one or more options from the list
___

Create a free account to access the full topic