octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #38778] regexp('a', '\<\w') != 1


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #38778] regexp('a', '\<\w') != 1
Date: Fri, 19 Apr 2013 21:50:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31

Update of bug #38778 (project octave):

                  Status:                    None => Confirmed              
                 Summary: regexp('a', '\<\w') != 1 => regexp('a', '<w') != 1 

    _______________________________________________________

Follow-up Comment #1:

Confirmed on both stable and default.

AFAICT the \< and \> sequences are not supported by Perl or PCRE at all. This
could be done by translating both into \b before passing down to PCRE, but
it's not exactly the same.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]