kotlin-stdlib
JRE
Native
kotlin-stdlib
/
kotlin.text
/
RegexOption
/
UNIX_LINES
UNIX_LINES
JRE
Native
UNIX_LINES
(
Pattern.UNIX_LINES
)
Content copied to clipboard
Enables Unix lines mode. In this mode, only the
'\n'
is recognized as a line terminator.
UNIX_LINES
(
Pattern.UNIX_LINES
)
Content copied to clipboard
Enables Unix lines mode. In this mode, only the
'\n'
is recognized as a line terminator.
Properties
Properties
mask
Link copied to clipboard
JRE
open
override
val
mask
:
Int
Content copied to clipboard
mask
Link copied to clipboard
Native
open
override
val
mask
:
Int
Content copied to clipboard
name
Link copied to clipboard
JRE
val
name
:
String
Content copied to clipboard
name
Link copied to clipboard
Native
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
JRE
val
ordinal
:
Int
Content copied to clipboard
ordinal
Link copied to clipboard
Native
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
JRE
open
override
val
value
:
Int
Content copied to clipboard
value
Link copied to clipboard
Native
open
override
val
value
:
Int
Content copied to clipboard