Where Regex come from?
Is it included in Java JDK?
Could it be something related to the Java version? @LucaMs which version of Java do you have in your path?
I tested with Open JDK 14 and 17.
Where Regex come from?
Is it included in Java JDK?
Could it be something related to the Java version? @LucaMs which version of Java do you have in your path?
I tested with Open JDK 14 and 17.
Is it possible that even when I compile with jdk 14 javac.exe other jdk 8 files are used? But if that were the case, why doesn't the same thing happen with B4J?
It has nothing to do with the JDK you're using, but Android's implementation of (java.util.regex.Pattern) (if it is an actual problem). Are you doing this on a real device? What Android version?
So I have this logic which splits a String by 4 characters each. Something like this 0108011305080508000000 gives 0108 0113 0508 0508 0000 00 The logic I used is String [] splitErrorCode = input...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.