From: Jason Roelofs Date: 2007-09-29T05:43:36+09:00 Subject: Re: File.Open ------=_Part_1633_14215530.1191012217203 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/28/07, Luis Enrique wrote: > > Jason Roelofs wrote: > > isalpha: /[a-zA-Z]/ > > isspace: /\w/ > > > > Regular Expressions are your friend. > > > > Jason > > Thanks Jason. > That works but how to put the non printable characters in there? > > -L > -- > Posted via http://www.ruby-forum.com/. > > Hmm, not sure right off hand. What exactly are you trying to do? search for certain instances of hex data? Jason ------=_Part_1633_14215530.1191012217203--