Updated Scripting: chk (markdown)

TurdPooCharger 2018-04-29 00:15:07 -04:00
parent 9d29c792e9
commit 44ec57ece3

@ -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`