very strange... I have a fairly complicated regex ...
# multiplatform
k
very strange... I have a fairly complicated regex in an MPP library project that works fine on iOS and in 'jvmTest', but blows up on Android
a
if you have a problem which you want to solve with regex
you suddenly have 2 problems 😄
👍 1
sorry, I know this is not helpful 😞
k
yes this is going to be a nightmare of some degree
fingers crossed for mild nightmare
a
on a more serious note
can you do away with regex?
what are you trying to achieve with it?
k
finding a certain pattern in a text blob 😛
i could replace it with significantly more code to parse the text
looks like Pattern.java in java 8 is way different than Pattern.java in Android 28
Android 28 uses ICU
of course that makes debugging the actual compile next to impossible
thankfully was able to find a way to write the regex that allowed it to work
😌
a
👍
nice1