kotlin.text.Regex

Regex

class Regex

Represents an immutable regular expression.

For pattern syntax reference see Pattern

Constructors

<init>

Regex(pattern: String)

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