check(a, list b)
|
Group |
Checks the existence of a in a comma-separated token list of values in b.
Description of Parameters
|
Parameter |
Description |
|
a |
The value looking for. |
|
b |
Comma-separated list of values. |
Examples
|
Parameter a |
Parameter b |
Result |
|
Munich |
Munich,Rome,Berlin |
true |
|
Dresden |
Munich,Rome,Berlin |
false |