ISALPHA
Section: ������ ���α��� �Ŵ��� (3)
Updated: 1995�� 9�� 2��
Index
Return to Main Contents
�̸�
isalnum, isalpha, isascii, isblank, iscntrl, isdigit, isgraph, islower,
isprint, ispunct, isspace, isupper, isxdigit - ���� ������ ��ƾ��
����
#include <ctype.h>
int isalnum (int c);
int isalpha (int c);
int isascii (int c);
int isblank (int c);
int iscntrl (int c);
int isdigit (int c);
int isgraph (int c);
int islower (int c);
int isprint (int c);
int ispunct (int c);
int isspace (int c);
int isupper (int c);
int isxdigit (int c);
����
�̵� �Լ�����
unsigned char
��
EOF����
�����߸� �ϴ�
c��
���� �����Ͽ� ���� � ���� ������ ��� �ִ����� �˻��Ѵ�.
- isalnum()
-
���ĺ� ���� ���ڿ� ���ڸ� �˻��Ѵ�.; �� �Լ���
(isalpha(c) || isdigit(c))
�� �����ϴ�.
- isalpha()
-
���ĺ� ���ڸ� �˻��Ѵ�; ǥ�� "C" �����Ͽ���,
(isupper(c) || islower(c))
�� �����ϴ�.
��� �����Ͽ���,
isalpha()
�� ���� �߰����� ���ڵ��� �ִ�--�빮�ڳ� �ҹ��ڵ� �ƴ� ���ڵ�.
- isascii()
-
c�� ASCII ���� ���տ� ���ϴ�
7-bit
unsigned char
������ �˻��Ѵ�.
�� �Լ��� BSD Ȯ���̸� ���� SVID Ȯ���̴�.
- isblank()
-
blank �������� �˻��Ѵ�.; ��, �����̽��� ��.
�� �Լ��� GNU Ȯ���̴�.
- iscntrl()
-
���� �������� �˻��Ѵ�.
- isdigit()
-
����(0-9)���� �˻��Ѵ�.
- isgraph()
-
�����̽��� ������ ����Ʈ ���� �������� �˻��Ѵ�.
- islower()
-
�ҹ������� �˻��Ѵ�.
- isprint()
-
�����̽��� ������ ����Ʈ ���� �������� �˻��Ѵ�.
- ispunct()
-
�����̽��� ���ĺ��� ���ڿ� ���ڰ� �ƴ� ����Ʈ ���� �������� �˻��Ѵ�.
- isspace()
-
white-space���ڸ� �˻��Ѵ�.
C
��
POSIX
�����Ͽ���, �����: �����̽�, form-feed
('\f'),
�� ����
('\n'),
ij���� ����
('\r'),
���� ��
('\t'),
���� ���� ��
('\v').
- isupper()
-
�빮������ �˻��Ѵ�.
- isxdigit()
-
16���� ���������� �˻��Ѵ�. ��
0 1 2 3 4 5 6 7 8 9 a b c d e f A B C D E F.
��ȯ��
���� ���� ���� ����
c
�� ��Ʈ�Ǵ� �����̸� 0�� �ƴѰ��� ���� ������ 0 ���� ��ȯ�Ѵ�.
ȣȯ
ANSI - C, BSD 4.3.
isascii() �� BSD Ȯ���̸� ���� SVID Ȯ���̴�.
isblank() �� GNU Ȯ���̴�.
����
Ŭ������ ���� ���ڵ��� ���λ����� ���� �����Ͽ� �����Ѵ�. ���� ���,
isupper()
�� A�� �ν����� ���Ѵ�.-- �⺻
C
�����Ͽ��� �빮�ڷν� umlaut
���� ��
tolower(3), toupper(3), setlocale(3), ascii(7), locale(7)
����
������ <skyeyes@soback.kornet.net>, 2001�� 2�� 25��
Index
- �̸�
-
- ����
-
- ����
-
- ��ȯ��
-
- ȣȯ
-
- ����
-
- ���� ��
-
- ����
-
This document was created by
man2html,
using the manual pages.
Time: 08:07:01 GMT, March 25, 2004