Pattern Matching Using Simple Wildcards

Source List

Pattern

Filtered List

Enter items to be matched, one per line

Enter the pattern

Kinds of patterns:

?
Wildcard - can be single character
*
Wildcard - can be zero or more characters of any kind
Any other character
Must match that exact character