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

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

[Octave-bug-tracker] [bug #38149] regexp doesn't return empty tokens --


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #38149] regexp doesn't return empty tokens -- they just disappear
Date: Fri, 01 Feb 2013 14:42:33 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

Follow-up Comment #6, bug #38149 (project octave):

>> regexp ('abc', 'abc(z?)', 'tokenExtents')

ans = 

    [1x2 double]

>> 
>> regexp ('abc', 'abc(z)?', 'tokenExtents')

ans = 

    [1x2 double]

>> 
>> version

ans =

7.9.0.529 (R2009b)

 
>> t = regexp (sprintf('%s','John DavisnRogers, James'), '(?<f.
??? t = regexp (sprintf('%s','John DavisnRogers, James'), '(?<f.
                                                           |
Error: A MATLAB string constant is not terminated properly.
 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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