changeset 16726:694883adb279

Mention ostrsplit() in NEWS
author Ben Abbott <bpabbott@mac.com>
date Thu, 06 Jun 2013 10:48:57 +0800
parents 57bf164f1608
children 3ce3579405f8
files NEWS
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jun 06 10:45:23 2013 +0800
+++ b/NEWS	Thu Jun 06 10:48:57 2013 +0800
@@ -46,11 +46,9 @@
     delimiter.  By default, Octave's legacy behavior was to return an
     empty string for the part between the delmiters.
 
-    Where the legacy behavior is desired, the call to strsplit() should
-    specify that the delimitertype is "legacy".
-
-    strsplit (str, del, "collapsedelimiters", false,
-      "delimitertype", "legacy")
+    Where the legacy behavior is desired, the call to strsplit() may be
+    replaced by ostrsplit(), which is Octave's original implementation of
+    strsplit().
 
  ** Octave now supports nested functions with scoping rules that are
     compatible with Matlab.  A nested function is one declared and defined