rwegex java
String regex, str;
boolean doesMatch = Pattern.compile(regex).matcher(str).matches();
simondoesstuff
String regex, str;
boolean doesMatch = Pattern.compile(regex).matcher(str).matches();