contains property
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;
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
core.String? contains;