Regex

expect fun Regex(pattern: String)
expect fun Regex(pattern: String, option: RegexOption)
expect fun Regex(pattern: String, options: Set<RegexOption>)
actual fun Regex(pattern: String)

Creates a regular expression from the specified pattern string and the default options.


actual fun Regex(pattern: String, option: RegexOption)

Creates a regular expression from the specified pattern string and the specified single option.


actual fun Regex(pattern: String, options: Set<RegexOption>)

Creates a regular expression from the specified pattern string and the specified set of options.

actual fun Regex(pattern: String)

Creates a regular expression from the specified pattern string and the default options.


actual fun Regex(pattern: String, option: RegexOption)

Creates a regular expression from the specified pattern string and the specified single option.


actual fun Regex(pattern: String, options: Set<RegexOption>)

Creates a regular expression from the specified pattern string and the specified set of options.

actual fun Regex(pattern: String)

Creates a regular expression from the specified pattern string and the default options.


actual fun Regex(pattern: String, option: RegexOption)

Creates a regular expression from the specified pattern string and the specified single option.


actual fun Regex(pattern: String, options: Set<RegexOption>)

Creates a regular expression from the specified pattern string and the specified set of options.