Title here
Summary here
Kotlin offers built-in support for regular expressions. Here are some examples of common regexp-related tasks in Kotlin.
Running this program would produce:
For a complete reference on Kotlin regular expressions, check the Regex
class documentation in the Kotlin standard library.