comparison scripts/io/strread.m @ 20193:88efded31037

maint: Periodic merge of stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 14 May 2015 14:52:09 -0400
parents 64f817945783 aa36fb998a4d
children b5d2f6954c48
comparison
equal deleted inserted replaced
20191:64f817945783 20193:88efded31037
147 ## Any character in @var{value} will be interpreted as whitespace and trimmed; 147 ## Any character in @var{value} will be interpreted as whitespace and trimmed;
148 ## the string defining whitespace must be enclosed in double quotes for proper 148 ## the string defining whitespace must be enclosed in double quotes for proper
149 ## processing of special characters like @qcode{"@xbackslashchar{}t"}. The 149 ## processing of special characters like @qcode{"@xbackslashchar{}t"}. The
150 ## default value for whitespace is 150 ## default value for whitespace is
151 ## @c Note: the next line specifically has a newline which generates a space 151 ## @c Note: the next line specifically has a newline which generates a space
152 ## @c in the output of qcode, but keeps the next line < 80 characters. 152 ## @c in the output of qcode, but keeps the next line < 80 characters.
153 ## @qcode{" 153 ## @qcode{"
154 ## @xbackslashchar{}b@xbackslashchar{}r@xbackslashchar{}n@xbackslashchar{}t"} 154 ## @xbackslashchar{}b@xbackslashchar{}r@xbackslashchar{}n@xbackslashchar{}t"}
155 ## (note the space). Unless whitespace is set to @qcode{""} (empty) AND at 155 ## (note the space). Unless whitespace is set to @qcode{""} (empty) AND at
156 ## least one @qcode{"%s"} format conversion specifier is supplied, a space is 156 ## least one @qcode{"%s"} format conversion specifier is supplied, a space is
157 ## always part of whitespace. 157 ## always part of whitespace.