contains property
The input string must have the substring specified here.
.. note:: Empty contains match is not allowed, please use safe_regex
instead. Examples: * abc
matches the value xyz.abc.def
Implementation
core.String? contains;
The input string must have the substring specified here.
.. note:: Empty contains match is not allowed, please use safe_regex
instead. Examples: * abc
matches the value xyz.abc.def
core.String? contains;