From: 7stud -- Date: 2008-01-23T09:10:40+09:00 Subject: Re: Hey, how do you make a regular expression visible? Xeno Campanoli wrote: > I've got all these strings in this object holding regular expressions, > and I want to report on them accurately, but all my backslashes are > disappearing. Any suggestions? What does "report on them accurately" entail? r = /s\.d/ p r --output:-- /s\.d/ -- Posted via http://www.ruby-forum.com/.