-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in thread "main" java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 1 #9
Comments
Thank you for reporting this issue. To say the truth it seems very strange to me that this happens. Are you using Oracle's JRE or the OpenJRE? Which version of the JRE are you using? |
Oh, I run on Ubuntu, just the latest default-jre, it is Oracles. |
Ubunto actually uses OpenJDK ;P In the next few days I'll try to take a look at what happens with the OpenJDK. |
Ok |
Sorry if this is taking so long, but until a few days ago I had to study a lot for some exams I had at my university. Anyway, soon I'll publish a big new release in which the error will be fixed :) |
Keep getting this error for both v3.1 and v3.2 but not v3.0 , I expect it is a bug with your regex.
The text was updated successfully, but these errors were encountered: