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

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

[Octave-bug-tracker] [bug #59992] regexp: behaviour of \> (end of a word


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #59992] regexp: behaviour of \> (end of a word) inconsistent with MATLAB
Date: Tue, 2 Feb 2021 16:02:17 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #3, bug #59992 (project octave):

Matlab r2020b:

>> [b, e] = regexp ('foo!+bar', '\w+\>')
b =
     1     6
e =
     3     8
>> [b, e] = regexp ('foo?!+bar', 'foo?!\>')
b =
     []
e =
     []
>> 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59992>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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