検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for uppercase (0.008 sec.)
大文字かどうか調べる 13858
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4. ... se )) { echo "The string $testcase consists of all uppercase letters.\n" ; } else { echo "The string $testcase ... does not consist of all uppercase letters.\n" ; } } ?> 上の例の出力は以下となります。 ... The string AKLWC139 does not consist of all uppercase letters. The string LMNSDO consists of all upperca ... tters. The string akwSKWsm does not consist of all uppercase letters. 参考 ctype_alpha() - 英字かどうかを調べる ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
コードポイントが大文字のUnicodeプロパティを持つかを調べる 9131
« IntlChar::isupper IntlChar::isUWhiteSpace » PHP Manual IntlChar コードポイントが大文字のUnicod ... eプロパティを持つかを調べる IntlChar::isUUppercase (PHP 7, PHP 8) IntlChar::isUUppercase — コードポイ ... ティを持つかを調べる 説明 public static IntlChar::isUUppercase ( int | string $codepoint ): ? bool コードポイント ... ::hasBinaryProperty($codepoint, IntlChar::PROPERTY_UPPERCASE) と同等です。 注意 : これは、 IntlChar::isupper() ... なコードポイントの例 <?php var_dump ( IntlChar :: isUUppercase ( "A" )); var_dump ( IntlChar :: isUUppercase ( "a ...
https://man.plustar.jp/php/intlchar.isuuppercase.html - [similar]
IntlChar クラス 8861
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... OPERTY_UNIFIED_IDEOGRAPH = 29 ; const int PROPERTY_UPPERCASE = 30 ; const int PROPERTY_WHITE_SPACE = 31 ; const ... _LOWERCASED = 51 ; const int PROPERTY_CHANGES_WHEN_UPPERCASED = 52 ; const int PROPERTY_CHANGES_WHEN_TITLECASED ... LECASE_MAPPING = 16392 ; const int PROPERTY_SIMPLE_UPPERCASE_MAPPING = 16393 ; const int PROPERTY_TITLECASE_MAP ... OPERTY_UNICODE_1_NAME = 16395 ; const int PROPERTY_UPPERCASE_MAPPING = 16396 ; const int PROPERTY_BIDI_PAIRED_B ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
コードポイントの一般カテゴリの値を取得する 8861
« IntlChar::charName IntlChar::chr » PHP Manual IntlChar コードポイントの一般カテゴリの値を取得す ... TEGORY_GENERAL_OTHER_TYPES IntlChar::CHAR_CATEGORY_UPPERCASE_LETTER IntlChar::CHAR_CATEGORY_LOWERCASE_LETTER In ... :: charType ( "A" ) === IntlChar :: CHAR_CATEGORY_UPPERCASE_LETTER ); var_dump ( IntlChar :: charType ( "." ) ...
https://man.plustar.jp/php/intlchar.chartype.html - [similar]
現在の Tidy の設定を取得する 8717
« tidy::$errorBuffer tidy::getHtmlVer » PHP Manual tidy 現在の Tidy の設定を取得する tidy::getCo ... ut-xhtml] => 1 [output-html] => [add-xml-decl] => [uppercase-tags] => [uppercase-attributes] => [bare] => [clea ...
https://man.plustar.jp/php/tidy.getconfig.html - [similar]
Unicode character classes 8052
« Character classes Alternation and repetition » PHP Manual Pattern matching Unicode character c ... r, other. \p{Lt} Letter, titlecase. \p{Lu} Letter, uppercase. \p{M} Mark. \p{Mc} Mark, space combining. \p{Me} ...
https://man.plustar.jp/php/parle.regex.unicodecharclass.html - [similar]
Collator クラス 7783
« 基本的な使用法 Collator::asort » PHP Manual intl Collator クラス Collator クラス (PHP 5 >= 5.3 ... らが前にくるかを指定するものです。 使用できる値は、 Uppercase_First (U) と Lowercase_First (L)、そして標準の Def ... ercase_First を使うことはありません。 Off あるいは Uppercase_First を使用することになります (X と L の違いを知り ...
https://man.plustar.jp/php/class.collator.html - [similar]
コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 7783
« IntlChar::isULowercase IntlChar::isUUppercase » PHP Manual IntlChar コードポイントが一般カテゴ ... も含めて大文字かどうかを判定するには、 IntlChar::isUUppercase() を使って下さい。 パラメータ codepoint コードポイ ... () - Unicode 文字を大文字にする IntlChar::PROPERTY_UPPERCASE 関連キーワード: コード , ポイント , 大文字 , IntlC ...
https://man.plustar.jp/php/intlchar.isupper.html - [similar]
Unicode 文字を大文字にする 7783
« IntlChar::totitle IntlException » PHP Manual IntlChar Unicode 文字を大文字にする IntlChar::tou ... )。 戻り値 存在する場合に、コードポイントの Simple_Uppercase_Mapping の値を返します。 存在しない場合は、コードポ ...
https://man.plustar.jp/php/intlchar.toupper.html - [similar]
PREV 1 NEXT