diff --git a/Scripting:-chk.md b/Scripting:-chk.md index ad6b89e..ce4bb36 100644 --- a/Scripting:-chk.md +++ b/Scripting:-chk.md @@ -10,9 +10,15 @@ Example: **Example 1** True: `chk hello hello` -True: `chk "hello" "hello"` +True: `chk "hello" "hello"` +True: `chk "hello" hello` +True: `chk hello "hello"` + +Arguments are not case sensitives. + +**Example 2** True: `chk HELLO hello` -True: `chk HeLlO "hElLo"` +True: `chk HeLlO hElLo` ## Notes