On Friday, 10 August 2018 13:57:18 UTC+1, Zeta Convex wrote:
>
> I'm trying to match anything that isn't a tab or space, but I end up 
> matching nearly everything. 
>

Ah, I think I just figured it out. I need to replace 

>    *[(:+ (complement (:or #\Tab #\Space)))*
>

with 
[(+(char-complement (:or #\Tab #\Space)))

It took me a long time to figure that out!

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to