On Sep 23, 2009, at 17:26, Semper Fidelis <[email protected]> wrote: > Shouldn't there be a comma after "16"? — like this: > > {16,}
No. > That way, your grep search pattern will look for 16 _or more_ > characters. > > On Sep 23, 2009, at 15:26, Ronald J Kimball <[email protected]> >> >> (,[a-z0-9\-_. ]{16})[a-z0-9\-_. ]+$ The 16 characters are matched into \1 and the rest are discarded. >> --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
