kotlin-stdlib / kotlin.text / RegexOption / MULTILINE MULTILINE Common JVM JS Native 1.0 MULTILINE Enables multiline mode. In multiline mode the expressions ^ and $ match just after or just before, respectively, a line terminator or the end of the input sequence.