Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

rwegex java

String regex, str;

boolean doesMatch = Pattern.compile(regex).matcher(str).matches();
 
PREVIOUS NEXT
Tagged: #rwegex #java
ADD COMMENT
Topic
Name
3+1 =