Following regex giving me java.lang.IllegalStateException: No match found error
java.lang.IllegalStateException: No match found
String requestpattern = \"^[A-Za-z]+ \\\\/+(\\\\w+)\"; Pattern p
The Matcher#group(int) throws :
IllegalStateException - If no match has yet been attempted, or if the previous match operation failed.