Wildcard characters

You can use the wildcard characters # and * in the match string:

 

When you use the * wildcard character:

 

Examples of using wildcard characters in the match string:

1111

- matches all account numbers 111100 to 111199

########

- matches a credit card number with the correct number of digits

#*

- matches all valid input greater than 1 character