quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.lexer.regex
/
RegexBuilder
/
build
build
fun
build
(
)
:
Regex
Return
a new
Regex
fun
build
(
option
:
RegexOption
)
:
Regex
Return
a new
Regex
with the given
option
.
fun
build
(
vararg
options
:
RegexOption
)
:
Regex
Return
a new
Regex
with the given
options
.