Looks like it’s already sorted by song title, so assuming you mean artist:

Text > Sort Lines
Turn on Sort using pattern
Enter search pattern of ‘ - (.+)$’ (without the quotes).  This ‘captures’ the 
artist name which comes after a hyphen.
Sort by ‘All sub-patterns’ — the text you’ve just captured within the brackets.

You can also issue a normal find using the same regular expression (pattern), 
to see how that bit works.

Cheers


> On 2017-12-13, at 08:46, Vlad Ghitulescu <[email protected]> wrote:
> 
> Hello!
> 
> I would like to sort alphabetically this list of songs:
> 
>       • Blackbird - The Beatles
>       • For No One - The Beatles
>       • Hound Dog - Elvis
>       • I Don't Eat Animals - Melanie
>       • Is There Anybody Out There - Pink Floyd
>       • Let It Be - The Beatles
>       • Photograph - Ed Sheeran
>       • Same Mistake - James Blunt
>       • Someone Like You - Adele
>       • That’s All Right - Elvis
>       • Thinking Out Loud - Ed Sheeran
>       • This Years Love - David Gray
>       • Unchained Melody - The Righteous Brothers
>       • Wish You Were Here - Pink Floyd
>       • Yesterday - The Beatles
>       • You Were Never Mine - Janiva Magness
>       • End Of The Line - The Traveling Willburys
>       • Handle With Care - The Traveling Willburys
>       • Hotel California - The Eagles
>       • Lyin' Eyes - The Eagles
>       • Mull Of Kintyre - Paul McCartney & The Wings
>       • Peaceful Easy Feeling - The Eagles
>       • San Francisco Bay Blues - Eric Clapton
>       • The Best Of My Love - The Eagles
>       • You Got It - Roy Orbison
>       • Wish You Were Here - Pink Floyd
>       • Babe I'm Gonna Live You - Led Zeppelin
>       • Blackbird - The Beatles
>       • For No One - The Beatles
>       • Is There Anybody Out There - Pink Floyd
>       • Tears In Heaven - Eric Clapton
>       • Thinking Out Loud - Ed Sheeran
>       • You Were Never Mine - Janiva Magness
>       • Yesterday - The Beatles
> in regard to column 3 (where the title of the song begins).
> 
> Could you please give me a hint?
> 
> Thanks!
> 
> Regards,
> Vlad
> 

-- 
This is the BBEdit Talk public discussion group. 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>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to