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

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

[Octave-bug-tracker] [bug #45712] strread bug when ignoring a string


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #45712] strread bug when ignoring a string
Date: Sat, 15 Aug 2015 13:00:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33

Follow-up Comment #9, bug #45712 (project octave):

Turns out is *is* mentioned in the texinfo help, but maybe not so clear.
What about the following?

:
     "delimiter"
          Any character in VALUE will be used to split STR into words
          (default value = any whitespace).  Note that whitespace is
          implicitly added to the set of delimiter characters unless a
          "%s" format conversion specifier is supplied; see "whitespace"
          parameter below.  The set of delimiter characters cannot be
          empty; if needed Octave substitutes a space as delimiter.
:
     "whitespace"
          Any character in VALUE will be interpreted as whitespace and
          trimmed; the string defining whitespace must be enclosed in
          double quotes for proper processing of special characters like
          "\t".  The default value for whitespace is " \b\r\n\t" (note
          the space).  Whitespace is always added to the set of
          delimiter characters UNLESS at least one "%s" format
          conversion specifier is supplied; in that case only whitespace
          explicitly specified in "delimiter" is retained as delimiter
          and removed from the set of whitespace characters.  See also
          the "delimiter" parameter.
:



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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