On Wed, Jan 13, 2010 at 02:48:49PM -0700, le...@gmail wrote: > something like > > :\s+?"(.*)", > > Sort Using [x] Specific sub-pattern: \1 > > That would sort on the first character following a colon and optionally > white space and a doublequote.
That should be: :\s*"(.*)", if you want the whitespace to be optional. :) Ronald
-- 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.
