[plt-scheme] Checking if strings are only whitespace

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Sun Mar 19 09:35:25 EST 2006

> (define (is-space? x) (regexp-match #rx"^[ \t\n]*$" x))
>   
Thanks!, Is

#rx"^[ \t\n]*$" 

an inline construct?
--Hans

> Robby
>
>
>   



Posted on the users mailing list.