[REBOL] Re: can't quite get it right... - the parse way
From: arolls::bigpond::net::au at: 8-Sep-2001 18:01
Of course, there is also the parse way. s: "a" ; example value uppercase-letter: charset [#"A" - #"Z"] parse s [1 uppercase-letter] ; == false