comparison src/strfns.cc @ 9036:58604c45ca74

Cleanup of data types related documentation Files: data.texi, numbers.texi, strings.texi, container.texi Use two spaces after a period for increased readibility in Info browser Spellcheck
author Rik <rdrider0-list@yahoo.com>
date Sat, 21 Mar 2009 15:52:41 -0700
parents eb63fbe60fab
children 7c02ec148a3c
comparison
equal deleted inserted replaced
9035:57649dcecb55 9036:58604c45ca74
313 Return 1 if the character strings @var{s1} and @var{s2} are the same,\n\ 313 Return 1 if the character strings @var{s1} and @var{s2} are the same,\n\
314 and 0 otherwise.\n\ 314 and 0 otherwise.\n\
315 \n\ 315 \n\
316 If either @var{s1} or @var{s2} is a cell array of strings, then an array\n\ 316 If either @var{s1} or @var{s2} is a cell array of strings, then an array\n\
317 of the same size is returned, containing the values described above for\n\ 317 of the same size is returned, containing the values described above for\n\
318 every member of the cell array. The other argument may also be a cell\n\ 318 every member of the cell array. The other argument may also be a cell\n\
319 array of strings (of the same size or with only one element), char matrix\n\ 319 array of strings (of the same size or with only one element), char matrix\n\
320 or character string.\n\ 320 or character string.\n\
321 \n\ 321 \n\
322 @strong{Caution:} For compatibility with @sc{Matlab}, Octave's strcmp\n\ 322 @strong{Caution:} For compatibility with @sc{Matlab}, Octave's strcmp\n\
323 function returns 1 if the character strings are equal, and 0 otherwise.\n\ 323 function returns 1 if the character strings are equal, and 0 otherwise.\n\
620 @end group\n\ 620 @end group\n\
621 @end example\n\ 621 @end example\n\
622 \n\ 622 \n\
623 If either @var{s1} or @var{s2} is a cell array of strings, then an array\n\ 623 If either @var{s1} or @var{s2} is a cell array of strings, then an array\n\
624 of the same size is returned, containing the values described above for\n\ 624 of the same size is returned, containing the values described above for\n\
625 every member of the cell array. The other argument may also be a cell\n\ 625 every member of the cell array. The other argument may also be a cell\n\
626 array of strings (of the same size or with only one element), char matrix\n\ 626 array of strings (of the same size or with only one element), char matrix\n\
627 or character string.\n\ 627 or character string.\n\
628 \n\ 628 \n\
629 @example\n\ 629 @example\n\
630 @group\n\ 630 @group\n\