848,DES STORM ADMIN Blue City west
1456,GFD TALK
1520,MCF OPS 8
1552,MCF OPS 9
2000,GPD DET TAC1
2128,GPD TAC 1 west yellow
2160,GPD TAC 2
2192,GPD CITYWIDE

I need to detect all lines that are 17 characters or more in length
after the comma.

I can use GREP find to find all letters after the comma
,([a-z0-9-_. ]+$)
I can use replace to substitute the line.
\1

But how do I get GREP to find the lines with 17 or more characters to
trim the lines?

2128,GPD TAC 1 west yellow
becomes this
2128,GPD TAC 1 west y


Also is there a bookmark type feature that will allow me to mark lines
in a text file and be able to navigate quickly to the bookmarked lines
using keystrokes?


Thanks for any help.


--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to