This class can search values in arrays with support to wildcards.
It can traverse arrays to search for given keyword either on the array values or even on the array keys.
The search keywords can be patterns that may use the % wildcard. The search can be for keywords that may be in the beginning, middle, end or any other combination of keyword values and wildcards.