A slight modification to Holger's answer above -- from [A-Z]
works. Be sure to tick the "Case sensitive" box at the top of the dialog. [image: Screen Shot 2018-05-15 at 8.52.20 AM.png] --Kerri On Tue, May 15, 2018 at 8:33 AM 'Holger Bartel' via BBEdit Talk < [email protected]> wrote: > Hi, > > if I’m not mistaken you could use either > > from [A-Z]+ > > Or > > from [[:upper:]]+ > > Not on a computer right now, so this is untested, but hopefully is correct > and helps ;) > > As for books, maybe one of the O’Reilly pocket references, but I’m not > sure about the plainer english… > > Best, > Holger > > > On 15 May 2018, at 5:15 AM, Matthew London <[email protected]> wrote: > > Hi, > Struggling to get my head around GREP... > > I need to use Process Lines Containing function in BBEdit to find all > lines that contain the word "from" followed by a space, followed by any > word that begins with a capital letter > > ie: > He is from California > but not > He is from his mother > > > PS.Grateful if someone can recommend a "GREP for non-programmers" written > in plain(er) English so I dont have to bother you very helpful people here. > Thanks :-) > > -- > 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. > > -- > 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. > -- 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.
