On Oct 18, 2012, at 7:58 AM, David Cortesi <[email protected]> wrote:
> So one way to find a word is to look forward for \W then back for \W\w+ > however this is not going to hit at beginning or end of line (of file, > if ?-m given), so \b\w+\b is perhaps a better choice. The problem with this approach is that it doesn't match words with apostrophes. -- -- 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>
