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: Sébastien Villemot
Subject: [Octave-bug-tracker] [bug #59992] regexp: behaviour of \> (end of a word) inconsistent with MATLAB
Date: Tue, 2 Feb 2021 10:58:00 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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

                 Summary: regexp: behaviour of \> (end of a word) inconsistent
with MATLAB
                 Project: GNU Octave
            Submitted by: svillemot
            Submitted on: mar. 02 févr. 2021 15:57:58 UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.1.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Under Octave:

octave:1> regexp('foo!+bar', 'foo!\>')
ans = [](1x0)


While under MATLAB:

>> regexp('foo!+bar', 'foo!\>')

ans =

     1






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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