If you want to sort from the 97th _line_ through the last line
of the document, then you need only make a selection and apply
the Sort Lines command as Rich described.
If instead you want to key the sort to begin at the 97th
_character_ of each line, you can do so by turning ON the "Sort
using pattern" option, entering a "Searching pattern" of
^.{96}(.+?)$
then choosing "Specific sub-patterns" and entering \1.
The searching pattern[1] will cause BBEdit to skip the first 96
characters of each line and perform a sort based on the
remaining text, which are captured by the first (and only :)
sub-pattern defined in the searching pattern.
Regards,
Patrick Woolsey
==
Bare Bones Software, Inc. <http://www.barebones.com/>
[1: This is a 'grep' or 'regular expression' pattern, as
detailed in Chapter 8 of the included PDF manual, which you can
access at any time via Help -> User Manual.]
On 6/19/17 at 4:37 AM, [email protected] (Dingoe) wrote:
Well, that posting, was suddenly sent, while I was writing it.
I wanted to show that I want to sort those lines from position
97 onwards, otherwise sorting would be useless.
--
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.