From: James Edward Gray II Date: 2009-11-18T04:15:36+09:00 Subject: Re: Special characters in csv header using fastercsv On Nov 17, 2009, at 1:13 PM, Aldric Giacomoni wrote: > John Mcleod wrote: >> what is happening here? >> h.tr(" ", "_").delete("^a-zA-Z0-9_#") >> >> it looks like you're checking a table row for an instance of " " and >> replacing with "_" >> but I'm unsure of the ".delete("^a-zA-Z0-9_")" >> >> John > > http://rubular.com/ is your best friend. I didn't use any regular expressions. ;) James Edward Gray II