On Apr 17, 2007, at 6:40 PM, Jonathan Lundell wrote:



In the pattern I want to match there is never any other chars in the string.

Find: ([a-z])\r([A-Z])
Replace: \1\t\2

Thanks, that worked fine. But I assumed that I could change the A-Z to 1-0 to cover my next set of lines and BBE didn't like it.

Is there an easy way to change it to find the CRs that are followed by a number?

Thanks again for the reply.

M./


--
------------------------------------------------------------------
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_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to