Wild card question

Hi,

WildCard and Regex are different specification. In wildcard, ? means any single character. However, in regex, ? means 0 or 1 times for the previous character(or block).

If you want to use regex selector, the following document will help you.

FYI, the following is example of Wildcard and regex selector.

Wildcard

Regex

Regards,

1 Like