Wildcard Filter
Purpose: Matches string messages against a wildcard pattern.
Minimum Configuration: The Pattern string for the match.
Discussion: The Wildcard Filter applies a wildcard pattern to the message payload. The filter applies the toString()
method to the payload to convert the payload to a String. To ensure that the payload is a String, you might want to apply a Payload Filter to the message with a nested And Logic Filter.
By default, pattern matching is case sensitive, and the Case Sensitive box is checked. Uncheck this box if you do not want pattern matching to be case sensitive.
Mule ESB Reference
For more information about Wildcard Filter, see here.