From 44ec57ece39ac1cd57138a8f0f08cfd1e62d3ae8 Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Sun, 29 Apr 2018 00:15:07 -0400 Subject: [PATCH] Updated Scripting: chk (markdown) --- Scripting:-chk.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Scripting:-chk.md b/Scripting:-chk.md index ce4bb36..1db643f 100644 --- a/Scripting:-chk.md +++ b/Scripting:-chk.md @@ -10,13 +10,9 @@ Example: **Example 1** 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"` True: `chk HELLO hello` True: `chk HeLlO hElLo`