On 18 May 2011, at 06:38, Bo wrote: > How does one convert email and web addresses to hyperlinks using > BBEdit.
What sort of input are you expecting? Just plain text, HTML, something else? If it's plain text, there's an interesting URL for matching an email address: http://daringfireball.net/2009/11/liberal_regex_for_matching_urls There is a useful resource for regular expressions over here: http://regexlib.com/REDetails.aspx?regexp_id=501 (the one I've linked to directly is for matching URIs) The next bit is using BBEdit Find & Replace with grep to do the legwork :) Hope this helps! Alex -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
