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

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

[Octave-bug-tracker] [bug #44641] strsplit fails to split with a delimit


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #44641] strsplit fails to split with a delimiter of '<' or '>'
Date: Fri, 27 Mar 2015 08:34:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36

Follow-up Comment #1, bug #44641 (project octave):


The problem is with line 191 in strsplit.m


     del = regexprep (del, '([^w])', '\$1');


which changes '>' to '>'


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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