At 12:30 PM -0400 3/18/08, BBEdit-Scripting List apparently wrote: >Date: Mon, 17 Mar 2008 14:24:22 -0400 >From: Ronald J Kimball <[EMAIL PROTECTED]> >Subject: Re: regex for converting decimal to ascii? >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset=us-ascii >In-Reply-To: <[EMAIL PROTECTED]> > >On Mon, Mar 17, 2008 at 12:17:45PM -0600, Ken G. Brown wrote: >> Thx! >> Tried it and it seemed to work. Even left existing ascii comments i had >> added alone, letting them come through unchanged. >> Took me a minute to figure out that all the changes were at the end of >> the file. > >It should have substituted the characters in place. I'm not sure why the >changes would be at the end of the file...
To be a bit clearer, what I meant was that a complete copy of the file with all changes in place was appended to the original file. Thx again. Ken > > Wonder what the equivalent of Perl chr($1) is for grep? I would think > > there would be something. > >Converting a number to the corresponding ASCII character requires executing >code, which can't be done with grep. > >Ronald -- ------------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_script.shtml> List archives: <http://www.listsearch.com/bbeditscripting.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
