comparison scripts/strings/isletter.m @ 3446:5ee5afb3981a

[project @ 2000-01-17 09:42:43 by jwe]
author jwe
date Mon, 17 Jan 2000 09:42:48 +0000
parents f8dde1807dee
children 79d76eca8e08
comparison
equal deleted inserted replaced
3445:c3eed8ac845a 3446:5ee5afb3981a
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
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 ## @deftypefn {Function File } { @var{bool} =} isletter(@var{s}) 21 ## @deftypefn {Function File } { @var{bool} =} isletter(@var{s})
21 ## Returns true if @var{s} is a letter false otherwise. 22 ## Returns true if @var{s} is a letter false otherwise.
22 ## @end deftypefn 23 ## @end deftypefn
23 ## @seealso{isalpha} 24 ## @seealso{isalpha}
24 25