Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.event.events.data
/
EvaluateDataEventSchema
/
Expression
/
DataExpression
/
Operation
/
StringOperation
/
MatchesRegex
Matches
Regex
@
Serializable
@
SerialName
(
value
=
"String_MatchesRegex"
)
data
class
MatchesRegex
(
val
regex
:
String
)
:
EvaluateDataEventSchema.Expression.DataExpression.Operation.StringOperation
Members
Constructors
Matches
Regex
Link copied to clipboard
constructor
(
regex
:
String
)
Properties
regex
Link copied to clipboard
@
SerialName
(
value
=
"regex"
)
val
regex
:
String