<https://twitter.com/kotlin/status/125506673692531...
# announcements
u
https://twitter.com/kotlin/status/1255066736925315073 Variable destructuring can simplify working with regular expressions: use the destructured function to turn capture groups from a regular expression (denoted by parentheses) into components that can be used in a destructuring assignment. #KotlinTips https://t.co/jcNNaZ6Lhx Twitter
🎉 1
😍 3
j
this doesn't even touch on named regex entities
d
@jimn Can you elaborate?
j
https://www.regular-expressions.info/refext.html there is java regex support for this I've used in the past though it's not prefect, it can solve for known inputs