W3cubDocs

/Kotlin

toRegex

Platform and version requirements: JVM (1.0)
fun Pattern.toRegex(): Regex

Converts this java.util.regex.Pattern to an instance of Regex.

Provides the way to use Regex API on the instances of java.util.regex.Pattern.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/java.util.regex.-pattern/to-regex.html