Regex

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


actual constructor(pattern: String)(source)(source)

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


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

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


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

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