Join Slack
Powered by
<@U5V3J5YCX> Regex in kotlin is the same as in jav...
# announcements
a
Andreas Sinz
04/20/2018, 4:27 PM
@Michael
Regex in kotlin is the same as in java and sadly there is no non-greedy modifier in java, you need to use reluctant modifiers
https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html
m
Michael
04/20/2018, 4:27 PM
Thanks!!
a
Andreas Sinz
04/20/2018, 4:28 PM
some context about reluctant modifiers:
https://stackoverflow.com/a/5319978/4706743
2
Views
Open in Slack
Previous
Next