No sé muchas expresiones regulares, pero necesito hacer coincidir un patrón simple. Lo siguiente debería ser verdadero, Pattern.matches("{\"user_id\" : [0-9]*}", inputLine) cuando inputLine es {"user_id" : 34} Sin embargo, recibo esta excepción: java.util.regex.PatternSyntaxException:...