개발자의 길/Java
java - Unclosed group near index 1
라면한사발
2017. 10. 20. 19:45
String.split("("));를 이용할 때에 나오는 예외이다.
String.split("\\(");로 해결가능하다.