Update of bug #32412 (project grep):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

The plus is a special character in extended regular expressions, so whenever
you want to treat it as a literal "+" you should escape it.  Even though grep
will sometimes try to second guess syntactically invalid regular expressions,
the correct solution is to use '^(-|+)RA$' as you did.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32412>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to