João~
You're right -- that *is* simpler! (I think I inadvertently must have
been so fixated on the subpattern replacement token "\1" that I felt
the RegEx wouldn't work without it, but it does, as you've pointed
out.) Thanks.
~Semper Fi, Mac!
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
On Feb 07, 2008, at 9:40 AM, João Carlos Pinho wrote:
Em 2/7/08 03:15, "Fidelis Semper" <[EMAIL PROTECTED]> escreveu:
Well, almost. I think you'll find that you need to embellish your
RegEx of ^(.*?), as ...
^(.*?),.+$
... before replacing it with \1
Sorry, guys, but it seems that you are complicating something very
simple.
What's so wrong with:
Find:
,.*
Replace:
nothing
João Carlos de Pinho
São Paulo, Brazil
--
------------------------------------------------------------------
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]>
--
------------------------------------------------------------------
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]>