| Syntax |
|
| Documentation | Funktion $contains examines if a string contains some substrings:
substring_1 through substring_n, the substrings to examine if contained in main_string
|
| Examples | |
Examine if an account whos id is known exists
if{$contains{$account{list}}{$get{accountID}}}
$//The account exists } { $//The account does not exist } |
|
| Group | String |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |