SyntaxFix
Write A Post
Hire A Developer
Questions
String s = "test string (67)"; System.out.println(s.substring(s.indexOf("(")+1,s.indexOf(")")));