diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 8faea3314..68b62816e 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6412,7 +6412,7 @@ Example: --------------------------------------- -*compare (<string>,<substring>) +*compare(<string>,<substring>) This command returns 1 or 0 when the substring is in the main string (1) or not (0). This command is not case sensitive. |