match
Требования к платформе и версии: JS (1.1)
@DeprecatedSinceKotlin("1.6") fun String.match(
regex: String
): Array<String>? Устаревшее: Используйте Regex.findAll() вместо этого или вызывайте matches() на String динамически: this.asDynamic().match(regex)
© 2010–2022 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/match.html