<@U5V3J5YCX> Regex in kotlin is the same as in jav...
# announcements
a
@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
Thanks!!
a
some context about reluctant modifiers: https://stackoverflow.com/a/5319978/4706743