documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
documentation
ide
/
it.unibo.tuprolog.ui.gui
/
anyOf
any
Of
fun
anyOf
(
vararg
regexps
:
Regex
)
:
Regex
A regex matching whatever any of
regexps
matches (their patterns joined by
|
).
fun
anyOf
(
regexps
:
Iterable
<
Regex
>
)
:
Regex
fun
anyOf
(
regexps
:
Sequence
<
Regex
>
)
:
Regex
See
anyOf
.