comparison doc/interpreter/strings.txi @ 8817:03b7f618ab3d

include docstrings for new functions in the manual
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 15:39:19 -0500
parents 502e58a0d44f
children 8463d1a2e544
comparison
equal deleted inserted replaced
8816:a4a8f871be81 8817:03b7f618ab3d
410 For more complex manipulations, such as searching, replacing, and 410 For more complex manipulations, such as searching, replacing, and
411 general regular expressions, the following functions come with Octave. 411 general regular expressions, the following functions come with Octave.
412 412
413 @DOCSTRING(deblank) 413 @DOCSTRING(deblank)
414 414
415 @DOCSTRING(strtrim)
416
415 @DOCSTRING(strtrunc) 417 @DOCSTRING(strtrunc)
416 418
417 @DOCSTRING(findstr) 419 @DOCSTRING(findstr)
420
421 @DOCSTRING(strchr)
418 422
419 @DOCSTRING(index) 423 @DOCSTRING(index)
420 424
421 @DOCSTRING(rindex) 425 @DOCSTRING(rindex)
422 426