comparison scripts/strings/index.m @ 4946:48a39e2b2ab7

[project @ 2004-08-31 17:27:04 by jwe]
author jwe
date Tue, 31 Aug 2004 17:27:05 +0000
parents 8389e78e67d4
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
4945:4bd917f8a4a7 4946:48a39e2b2ab7
25 ## @example 25 ## @example
26 ## index ("Teststring", "t") 26 ## index ("Teststring", "t")
27 ## @result{} 4 27 ## @result{} 4
28 ## @end example 28 ## @end example
29 ## 29 ##
30 ## @strong{Note:} This function does not work for arrays of strings. 30 ## @strong{Caution:} This function does not work for arrays of strings.
31 ## @end deftypefn 31 ## @end deftypefn
32 32
33 ## Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> 33 ## Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
34 ## Adapted-By: jwe 34 ## Adapted-By: jwe
35 35