From 9d29c792e9b03b355803276ec47a6c76f2ce70b1 Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Sun, 29 Apr 2018 00:13:13 -0400 Subject: [PATCH] Updated Scripting: chk (markdown) --- Scripting:-chk.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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