kotlin.text.RegexOption.MULTILINE

MULTILINE

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.

Inherited Properties

mask

val mask: Int

登录查看完整内容