Closed schildbach closed 8 years ago
I can't reproduce that. Are you able to share the domain name where this happened? Otherwise I need to change the splitting to a plain old substringy loop with messy calculations...
It doesn't depend on the data. It's an error with the pattern itself. But it seems as if this error only occurs on older Android versions (in this case: 4.3).
Related stackoverflow: http://stackoverflow.com/questions/19808875/look-behind-pattern-matches-must-have-a-bounded-maximum-length-near-index
Your regexp seems to require Java7.
http://stackoverflow.com/questions/24256204/unknown-look-behind-group-near-index-in-java
Works on Java 6 too. But I'll change it to a loop (will take me a week or so, unless you beat me with a PR).
Changed in 7218e7287ee75b2b594924cafdf27c78da932595 and released as v1.1.1 on Central.
Great, thanks!
I'm seeing this on version 1.1: