検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for letters (0.002 sec.)
小文字かどうかを調べる 12310
« ctype_graph ctype_print » PHP Manual Ctype 関数 小文字かどうかを調べる ctype_lower (PHP 4 >= 4 ... ho "The string $testcase consists of all lowercase letters.\n" ; } else { echo "The string $testcase does not ... consist of all lowercase letters.\n" ; } } ?> 上の例の出力は以下となります。 The st ... ring aac123 does not consist of all lowercase letters. The string qiutoas consists of all lowercase lett ... e string QASsdks does not consist of all lowercase letters. 参考 ctype_alpha() - 英字かどうかを調べる ctype_u ...
https://man.plustar.jp/php/function.ctype-lower.html - [similar]
大文字かどうか調べる 12310
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4. ... ho "The string $testcase consists of all uppercase letters.\n" ; } else { echo "The string $testcase does not ... consist of all uppercase letters.\n" ; } } ?> 上の例の出力は以下となります。 The st ... ring AKLWC139 does not consist of all uppercase letters. The string LMNSDO consists of all uppercase lette ... string akwSKWsm does not consist of all uppercase letters. 参考 ctype_alpha() - 英字かどうかを調べる ctype_l ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
英数字かどうかを調べる 10435
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4. ... se )) { echo "The string $testcase consists of all letters or digits.\n" ; } else { echo "The string $testcas ... e does not consist of all letters or digits.\n" ; } } ?> 上の例の出力は以下となります ... 。 The string AbCd1zyZ9 consists of all letters or digits. The string foo!#$bar does not consist o ... f all letters or digits. 参考 ctype_alpha() - 英字かどうかを調べ ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
文字クラス 9303
« ドット 選択肢 » PHP Manual PCRE 正規表現構文 文字クラス 文字クラス 開き角カッコは文字クラス (c ... しているクラス名は次のとおりです。 文字クラス alnum letters and digits alpha letters ascii character codes 0 - ... nting characters, excluding space lower lower case letters print printing characters, including space punct p ... rinting characters, excluding letters and digits space white space (not quite the same a ... s \s) upper upper case letters word "word" characters (same as \w) xdigit hexadec ...
https://man.plustar.jp/php/regexp.reference.character-classes.html - [similar]
IntlChar クラス 8047
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... NSIONS = 5 ; const int BLOCK_CODE_SPACING_MODIFIER_LETTERS = 6 ; const int BLOCK_CODE_COMBINING_DIACRITICAL_M ... _EXTENDED = 67 ; const int BLOCK_CODE_ENCLOSED_CJK_LETTERS_AND_MONTHS = 68 ; const int BLOCK_CODE_CJK_COMPATI ... ROSHTHI = 137 ; const int BLOCK_CODE_MODIFIER_TONE_LETTERS = 138 ; const int BLOCK_CODE_NEW_TAI_LUE = 139 ; c ... A_EXTENSIONS IntlChar::BLOCK_CODE_SPACING_MODIFIER_LETTERS IntlChar::BLOCK_CODE_COMBINING_DIACRITICAL_MARKS I ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
検索文字列に一致したすべての文字列を置換する 7941
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... e pear となります // 上で説明したのと同じ理由です $letters = array( 'a' , 'p' ); $fruit = array( 'apple' , 'p ... ear' ); $text = 'a p' ; $output = str_replace ( $letters , $fruit , $text ); echo $output ; ?> 注意 注意 : ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
コードポイントが英数字であるかを調べる 7729
« IntlChar::hasBinaryProperty IntlChar::isalpha » PHP Manual IntlChar コードポイントが英数字であ ... (文字または数字)かを判定します。 一般カテゴリ "L" (letters) や "Nd" (decimal digit numbers) に属する場合に tr ...
https://man.plustar.jp/php/intlchar.isalnum.html - [similar]
コードポイントがアルファベットかを調べる 7729
« IntlChar::isalnum IntlChar::isbase » PHP Manual IntlChar コードポイントがアルファベットかを調べ ... ットかを判定します。 つまり、general categories "L" (letters) の場合に true を返します。 パラメータ codepoint コ ...
https://man.plustar.jp/php/intlchar.isalpha.html - [similar]
コードポイントが基底文字に含まれるかを調べる 7623
« IntlChar::isalpha IntlChar::isblank » PHP Manual IntlChar コードポイントが基底文字に含まれるか ... 基底文字に含まれるかを判定します。 一般カテゴリ "L" (letters), "N" (numbers), "Mc" (spacing combining marks), " ...
https://man.plustar.jp/php/intlchar.isbase.html - [similar]
コードポイントが識別子として使えるかを調べる 7623
« IntlChar::isIDIgnorable IntlChar::isIDStart » PHP Manual IntlChar コードポイントが識別子として ... 識別子として使えるかを判定します。 一般カテゴリ "L" (letters), "Nl" (letter numbers), "Nd" (decimal digits), "M ...
https://man.plustar.jp/php/intlchar.isidpart.html - [similar]
PREV 1 2 NEXT