← Docs
kotlin-stdlib / kotlin.text / RegexOption / MULTILINE

MULTILINE

Common
JVM
JS
Native
1.0
MULTILINE
(Common source) (JVM source) (JS source) (Native source)

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.

Inherited Properties

JVM
1.0

mask

val mask : Int
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .