manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 222 for 大文字 (0.045 sec.)
Man page of REGEX 6922
REGEX Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 regex - ... れた部分正規表現も null 文字列にマッチする。 マッチが大文字・小文字を無視するように指定されると、 アルファベット ... から大小文字の区別が無くなったかのような効果となる。 大文字・小文字を持つアルファベットがブラケット表現の外部で ... " [xX] " となる。ブラケット表現の内部に現れると、 大文字なら小文字が、小文字なら大文字がそのブラケット表現に ... か?) 使わないほうが良い。 POSIX.2 の規格では、case (大文字か小文字か) に依存しないマッチの記述があいまいである ...
https://man.plustar.jp/manpage/man7/regex.7.html - [similar]
Man page of WCSNCASECMP 6901
WCSNCASECMP Section: Linux Programmer's Manual (3) Updated: 2016-03-15 Index JM Home Page 名前 w ... csncasecmp - 大文字と小文字を区別せず、2 つの固定長のワイド文字文字列を ... 最大でも先頭のワイド文字 n 個 しか比較しない。また、大文字と小文字 ( towupper (3), towlower (3)) は区別しない。 ... れ指す文字列を n 文字に収まるように切り詰めたものを、大文字と小文字の違いを無視 して比較したときに等しければ 0 ... を返す。この関数は、大文字と小文字を区 別しない場合に、 s1 を切り詰めたものが ...
https://man.plustar.jp/manpage/man3/wcsncasecmp.3.html - [similar]
Man page of WCSCASECMP 6881
WCSCASECMP Section: Linux Programmer's Manual (3) Updated: 2016-03-15 Index JM Home Page 名前 wc ... scasecmp - ワイド文字列を比較する。大文字と小文字を区別しない。 書式 #include < wchar.h > int ... 指すワイド文字文字列と s2 が指す ワイド文字文字列を、大文字と小文字の違い ( towupper (3), towlower (3)) を無視し ... cscasecmp () 関数は、 s1 と s2 が指すワイド文字列を大文 字と小文字の違いを無視して比較した時に、等しければ 0 ... を返す。大文字と 小文字の違いを無視して s1 の方が s2 より大きければ ...
https://man.plustar.jp/manpage/man3/wcscasecmp.3.html - [similar]
Man page of TOWUPPER 6808
TOWUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 towu ... pper, towupper_l - ワイド文字 1 個を大文字に変換する 書式 #include < wctype.h > wint_t towuppe ... wc が小文字のワイド文字で、現在のロケールで対応する大文字が存在する場合、 wc に対応する大文字が返される。 それ ... 文字、または値 WEOF でなければならない。 返り値 wc が大文字に変換可能だった場合、 towupper () は対応する大文字... を扱うのはあまり適切でない。 なぜなら、Unicode には、大文字 (upper case)・小文字 (lower case)・ タイトル文字 ( ...
https://man.plustar.jp/manpage/man3/towupper.3.html - [similar]
Man page of TOWUPPER 6808
TOWUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 towu ... pper, towupper_l - ワイド文字 1 個を大文字に変換する 書式 #include < wctype.h > wint_t towuppe ... wc が小文字のワイド文字で、現在のロケールで対応する大文字が存在する場合、 wc に対応する大文字が返される。 それ ... 文字、または値 WEOF でなければならない。 返り値 wc が大文字に変換可能だった場合、 towupper () は対応する大文字... を扱うのはあまり適切でない。 なぜなら、Unicode には、大文字 (upper case)・小文字 (lower case)・ タイトル文字 ( ...
https://man.plustar.jp/manpage/man3/towupper_l.3.html - [similar]
Man page of STRING 6735
STRING Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 stpcpy ... t char * s1 , const char * s2 ); 文字列 s1 と s2 を大文字小文字の違いを無視して比較する。 int strncasecmp(con ... , size_t n ); 文字列 s1 と s2 の最初の n バイトを、大文字小文字の違いを無視して比較する。 char *index(const c ...
https://man.plustar.jp/manpage/man3/string.3.html - [similar]
JM Project (Japanese)::List(man1) 6693
Linux マニュアル 一覧表 アルファベット順 - t linuxマニュアルの t の一覧表です。 Linux マニュアル ... 3 toupper, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を小文字にする。 tolower_l man3 ... toupper, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を小文字にする。 touch man1 touc ... 3 toupper, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を小文字にする。 toupper_l man3 ... toupper, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を小文字にする。 towctrans man3 ...
https://man.plustar.jp/manpage/man_t.html - [similar]
Man page of TERMCAP 6662
TERMCAP Section: Linux Programmer's Manual (5) Updated: 2020-08-13 Index JM Home Page 名前 termc ... 2 文字からなる短い名前となっている。この短い名前は 大文字もしくは小文字で構成される。4.4BSD の termcap エント ... ければならない。 順序については定義されていないが、 大文字小文字は区別せずにアルファベット順にならべ、 始めはブ ...
https://man.plustar.jp/manpage/man5/termcap.5.html - [similar]
Man page of LOCALE 6620
LOCALE Section: Linux User Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 locale - ロケー ... 始める。 ここでは以下のキーワードが使用できる: upper 大文字 (uppercase letter) のリストを指定する。 A から Z ま ... hen to be defined in the locale. toupper 小文字から大文字への対応リストを指定する。各対応は小文字と大文字のペ ... アを , で区切って括弧で括って指定する。 tolower 大文字から小文字への対応リストを指定する。tolower という キ ... ィールド記述子を使用できる。 %f 姓 (family name) %F 大文字の姓 (family name) %g 名 (first given name) %G 名の頭 ...
https://man.plustar.jp/manpage/man5/locale.5.html - [similar]
Man page of stty 6610
stty Section: User Commands (1) Updated: 18 June 2002 Index JM Home Page 名前 stty - 端末ラインの ... start 文字を送る機能を有効にする。 [ - ]iuclc (np) 大文字を小文字に変換する。 [ - ]ixany (np) どの文字でも出力 ... ost プロセス終了後に出力。 [ - ]olcuc (np) 小文字を大文字に変換。 [ - ]ocrnl (np) 復帰文字 (carriage return) ... ]xcase (np) icanon が設定されている場合、 入出力の大文字を対応する小文字に `\' を前置して表示可能にする。 [ ...
https://man.plustar.jp/manpage/man1/stty.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022