contains property

String? contains
getter/setter pair

The input string must have the substring specified here.

Note: empty contains match is not allowed, please use regex instead. Examples: * abc matches the value xyz.abc.def

Implementation

core.String? contains;