Utility class for parsing regular expressions. More...
Public Member Functions | |
Regex (String pattern) | |
boolean | isMatch (String input) |
Static Public Member Functions | |
static boolean | isMatch (String input, String pattern) |
Utility class for parsing regular expressions.
fm.liveswitch.Regex.Regex | ( | String | pattern | ) |
boolean fm.liveswitch.Regex.isMatch | ( | String | input | ) |
|
static |