Closed juergenm closed 5 years ago
Android doesn't support the use of \G in lookbehinds in regular expressions. That's why the split of the binary string doesn't work.
Hi, juergemn.
Thank you very much. I had no idea that \G was incompatible with android. Very nice addition to the project.
Android doesn't support the use of \G in lookbehinds in regular expressions. That's why the split of the binary string doesn't work.