Enter a variant to obtain the standard name to which it corresponds and corresponding variants
You can use wildcards in a variant.
'%' operator matches any string of zero or more characters. It can be used as either a prefix or a suffix. (ex: 'goudr%')
'_' (underscore) matches any single character in a string comparison operation that involves pattern matching. (ex: '_an')
Close this window