Mercurial > hg > octave-lyh
comparison scripts/strings/isletter.m @ 3501:8b21bcbc1080
[project @ 2000-01-31 06:43:15 by jwe]
author | jwe |
---|---|
date | Mon, 31 Jan 2000 06:43:18 +0000 |
parents | 7923abdeb4e5 |
children | c08cb1098afc |
comparison
equal
deleted
inserted
replaced
3500:7923abdeb4e5 | 3501:8b21bcbc1080 |
---|---|
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA | 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
18 ## 02111-1307, USA. | 18 ## 02111-1307, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} isletter(@var{s}) | 21 ## @deftypefn {Function File} {} isletter (@var{s}) |
22 ## Returns true if @var{s} is a letter false otherwise. | 22 ## Returns true if @var{s} is a letter false otherwise. |
23 ## @end deftypefn | 23 ## @end deftypefn |
24 ## @seealso{isalpha} | 24 ## @seealso{isalpha} |
25 | 25 |
26 ## Author: jwe | 26 ## Author: jwe |