×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

Change History

Once a checker request has been fulfilled and the challenge owner (or checker requester) is satisfied the thread should be moved here by a moderator. Please allow some time before moving the thread, to allow feedback from the requester.

Message: Re: Can a checker be made for GC5M7XJ please?

Changed By: pieterix
Change Date: May 29, 2019 10:47PM

Re: Can a checker be made for GC5M7XJ please?
GreyHams: try string.match(haystack,"[^ -~]") which will exclude the characters space (chr(32)) to tilde (chr(127)), since special characters are after tilde in the ASCII table.

Edit: scratch that idea. It's too lenient.

Original Message

Author: pieterix
Date: May 29, 2019 10:39PM

Re: Can a checker be made for GC5M7XJ please?
GreyHams: try string.match(haystack,"[^ -~]") which will exclude the characters space (chr(32)) to tilde (chr(127)), since special characters are after tilde in the ASCII table.