On Aug 18, 2006, at 2:54 PM, Google Kreme wrote:

On 17 Aug 2006, at 10:45 , Jack Foster Mancilla wrote:
For example.
Find all occasions of email addresses that are not part of "<a href=mailto:"; and change the "@" to an " (at) "?

Ugh!  Why would you do that?

If you want to hide email addresses from spiderbots, then use the entity class for the @ sign.

find "@" and replace with "&#64;"

This seems to come up every year or so:

        http://www.listsearch.com/bbedittalk.lasso?id=562
        http://www.listsearch.com/bbedittalk.lasso?id=565
        http://www.listsearch.com/bbedittalk.lasso?id=9196
        http://www.listsearch.com/bbedittalk.lasso?id=9198
        http://www.listsearch.com/bbedittalk.lasso?id=10036
        http://www.listsearch.com/bbedittalk.lasso?id=10083     
        http://www.listsearch.com/webauthoring.lasso?id=628
        http://www.listsearch.com/webauthoring.lasso?id=630
        http://www.listsearch.com/webauthoring.lasso?id=631
        http://www.listsearch.com/webauthoring.lasso?id=647
        http://www.robsworld.org/pbmtopng.html
        http://www.apple.com/downloads/macosx/email_chat/spamstopper.html
        http://www.zapyon.de/spam-me-not/index.html
        http://automaticlabs.com/products/enkoderform


Strip all html tags from the selected text?

That's built in to BBEdit.  Grep the manual for "Translate"

And not a good example of something that should be done
from a regex, unless you want a whole lot of pain:

        <!-- >>> problem <<< -->
        <!-- -- --> even bigger problem -->


-----
Joe Hourcle



--
------------------------------------------------------------------
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