Results of 1 - 10 of about 21 for punct (0.003 sec.)
- Man page of ISWPUNCT 15661
- ISWPUNCT Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswpunct
...
字かどうかを調べる 書式 #include < wctype.h > int iswpunct(wint_t wc ); 説明 iswpunct () 関数は、 ispunct (3) ...
文字関数である。 この関数は、 wc がワイド文字クラス "punct" に属するワイド文字かど うかを調べる。 ワイド文字ク ...
ラス "punct" はワイド文字クラス "graph" のサブクラスである。 し ...
ス "print" のサブクラスでもある。 ワイド文字クラス "punct" はワイド文字クラス "alnum" と共通部分を持たな い。 ...
-
https://man.plustar.jp/manpage/man3/iswpunct.3.html
- [similar]
- Man page of LOCALE 9792
- LOCALE Section: Linux User Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 locale - ロケー
...
ら Z までの文字は自動的に含まれる。 cntrl , digit , punct , space に指定された文字を指定することはできない。 ...
ら z までの文字は自動的に含まれる。 cntrl , digit , punct , space に指定された文字を指定することはできない。 ...
定した全ての文字は自動的に含まれる。 cntrl , digit , punct , space に指定された文字を指定することはできない。 ...
のリストを指定する。 upper , lower , alpha , digit , punct , graph , print , xdigit に指定された文字を指定する ...
-
https://man.plustar.jp/manpage/man5/locale.5.html
- [similar]
- Man page of TR 8321
- TR Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 tr - 文字の変換・削
...
) lower 英小文字 print 印刷できる文字 (空白も含む) punct 句読点 space 水平および垂直方向の空白 upper 英大文 ...
単語だけを表示する。 #!/bin/sh cat "$@" \ | tr -s '[:punct:][:blank:]' '\n' \ | tr '[:upper:]' '[:lower:]' \ ...
-
https://man.plustar.jp/manpage/man1/tr.1.html
- [similar]
- Man page of ISWBLANK 8321
- ISWBLANK Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 iswb
...
m", "alpha", "upper", "lower", "digit", "xdigit", "punct" とも共通部分を持たない。 ワイド文字クラス "blank" ...
-
https://man.plustar.jp/manpage/man3/iswblank.3.html
- [similar]
- Man page of ISWCNTRL 8321
- ISWCNTRL Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswc
...
h", "alpha", "upper", "lower", "digit", "xdigit", "punct" とも共通部分を持たない。 unsigned char 型である c ...
-
https://man.plustar.jp/manpage/man3/iswcntrl.3.html
- [similar]
- Man page of ISWGRAPH 8321
- ISWGRAPH Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswg
...
文字クラス "graph" にはワイド文字クラス "almun" と "punct" が含 まれる。 返り値 iswgraph () 関数は、 wc がワ ...
-
https://man.plustar.jp/manpage/man3/iswgraph.3.html
- [similar]
- Man page of ISWSPACE 8321
- ISWSPACE Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 isws
...
m", "alpha", "upper", "lower", "digit", "xdigit", "punct" とも共通部分を持たない。 ワイド文字クラス "space" ...
-
https://man.plustar.jp/manpage/man3/iswspace.3.html
- [similar]
- Man page of ISWXDIGIT 8321
- ISWXDIGIT Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 isw
...
ので、ワイド文字クラス "xdigit" はワイド文字クラス "punct" と共通部分を持たない。 ワイド文字クラス "xdigit" ...
-
https://man.plustar.jp/manpage/man3/iswxdigit.3.html
- [similar]
- Man page of ISWALNUM 8186
- ISWALNUM Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswa
...
い。 ワイド文字クラス "alnum" は、ワイド文字クラス "punct" と共通部分を持たない。 ワイド文字クラス "alnum" は ...
-
https://man.plustar.jp/manpage/man3/iswalnum.3.html
- [similar]
- Man page of ISWALPHA 8186
- ISWALPHA Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 iswa
...
なので、ワイド文字クラス "alpha" はワイド文字クラス "punct" と共通部分を持たない。 ワイド文字クラス "alpha" は ...
-
https://man.plustar.jp/manpage/man3/iswalpha.3.html
- [similar]