Hi, we have a shared kotlin lib for both android and iOS. The lib heavily relies on regexes. We’ve had no issues in the past. But we now came across a regex that yields different results on iOS. We are clueless why this happens, does the iOS implementation use a different regex implementation? If so, which one? When doing the same regex in Swift we get the expected result.
a
Artyom Degtyarev [JB]
04/07/2021, 1:21 PM
Hello, @Kilian Steenman! This sounds like a bug. Consider filing an issue at kotl.in/issue with an example of problematic code(example project would be the best).