Currently there is not so much documentation about...
# getting-started
i
Currently there is not so much documentation about Regex API, except one in the API reference http://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-regex/index.html. I agree, this topic deserves its own blog post. The idea behind this API is that the most common operations with regular expressions should be more explorable and require less steps from user than with
Matcher
and related stuff.