Updated Scripting: chk (markdown)

TurdPooCharger 2018-04-29 00:13:13 -04:00
parent 6789d138fc
commit 9d29c792e9

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