This utility class provides functions relating to pattern matching for strings.
Declared in <ball_patternutil.h>
struct PatternUtil;
| Name | Description |
|---|---|
isMatch | Return true if pattern matches inputString, and false otherwise. |
isValidPattern | Return true if pattern is a valid pattern string. |