Mercurial > hg > octave-nkf
diff scripts/strings/findstr.m @ 5428:2a16423e4aa0
[project @ 2005-08-23 18:38:27 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 2005 18:38:28 +0000 |
parents | c7e3cf2fce3e |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/strings/findstr.m +++ b/scripts/strings/findstr.m @@ -35,7 +35,7 @@ ## Note that this implementation swaps the strings if second one is longer ## than the first, so try to put the longer one first. ## -## Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> +## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> ## Adapted-By: jwe function v = findstr (s, t, overlap)