Regex

expect constructor(pattern: String)(source)
expect constructor(pattern: String, option: RegexOption)(source)
expect constructor(pattern: String, options: Set<RegexOption>)(source)
actual constructor(pattern: String)(source)

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


actual constructor(pattern: String, option: RegexOption)(source)

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


actual constructor(pattern: String, options: Set<RegexOption>)(source)

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

actual constructor(pattern: String)(source)

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


actual constructor(pattern: String, option: RegexOption)(source)

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


actual constructor(pattern: String, options: Set<RegexOption>)(source)

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

actual constructor(pattern: String)(source)

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


actual constructor(pattern: String, option: RegexOption)(source)

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


actual constructor(pattern: String, options: Set<RegexOption>)(source)

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