検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 33 for digit (0.008 sec.)
繰り返し正規表現検索を行う 7604
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (P ... 2 c: 3 FOO; preg_match_all ( '/(?P<name>\w+): (?P<digit>\d+)/' , $str , $matches ); /* 別のやり方 */ // pr ... eg_match_all('/(?<name>\w+): (?<digit>\d+)/', $str, $matches); print_r ( $matches ); ?> ... > c ) [1] => Array ( [0] => a [1] => b [2] => c ) [digit] => Array ( [0] => 1 [1] => 2 [2] => 3 ) [2] => Ar ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
正規表現によるマッチングを行う 7604
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... 'foobar: 2008' ; preg_match ( '/(?P<name>\w+): (?P<digit>\d+)/' , $str , $matches ); /* 別のやり方 */ // pr ... eg_match('/(?<name>\w+): (?<digit>\d+)/', $str, $matches); print_r ( $matches ); ?> ... 0] => foobar: 2008 [name] => foobar [1] => foobar [digit] => 2008 [2] => 2008 ) 注意 ヒント ある文字列が他の ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
NumberFormatter クラス 7444
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... 常に小数点を表示する NumberFormatter::MAX_INTEGER_DIGITS ( int ) 整数部の最大桁数 NumberFormatter::MIN_INT ... EGER_DIGITS ( int ) 整数部の最小桁数 NumberFormatter::INTEGER ... _DIGITS ( int ) 整数部の桁数 NumberFormatter::MAX_FRACTIO ... N_DIGITS ( int ) 小数部の最大桁数 NumberFormatter::MIN_FRA ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
Parle pattern matching 7444
« 定義済み定数 Character representations » PHP Manual Parle Parle pattern matching Parle pattern ... [:alnum:] , [:alpha:] , [:blank:] , [:cntrl:] , [:digit:] , [:graph:] , [:lower:] , [:print:] , [:punct:] ... , [:space:] , [:upper:] and [:xdigit:] . The Unicode character classes are currently no ...
https://man.plustar.jp/php/parle.pattern.matching.html - [similar]
Ctype 関数 7444
« 定義済み定数 ctype_alnum » PHP Manual Ctype Ctype 関数 Ctype 関数 目次 ctype_alnum — 英数字かど ... 調べる ctype_cntrl — 制御文字かどうかを調べる ctype_digit — 数字かどうかを調べる ctype_graph — 空白以外の印字 ... うか調べる ctype_upper — 大文字かどうか調べる ctype_xdigit — 16 進数を表す文字かどうかを調べる 関連キーワード ...
https://man.plustar.jp/php/ref.ctype.html - [similar]
文字タイプチェック 7363
« trait_exists はじめに » PHP Manual 変数・データ型関連 文字タイプチェック 文字タイプチェック は ... 調べる ctype_cntrl — 制御文字かどうかを調べる ctype_digit — 数字かどうかを調べる ctype_graph — 空白以外の印字 ... うか調べる ctype_upper — 大文字かどうか調べる ctype_xdigit — 16 進数を表す文字かどうかを調べる 関連キーワード ...
https://man.plustar.jp/php/book.ctype.html - [similar]
Unicode character classes 7283
« Character classes Alternation and repetition » PHP Manual Pattern matching Unicode character c ... , nonspacing. \p{N} Number. \p{Nd} Number, decimal digit. \p{Nl} Number, letter. \p{No} Number, other. \p{P ...
https://man.plustar.jp/php/parle.regex.unicodecharclass.html - [similar]
10進数の桁の文字を桁の値として取得する 7203
« IntlChar::charAge IntlChar::charDirection » PHP Manual IntlChar 10進数の桁の文字を桁の値として ... 取得する IntlChar::charDigitValue (PHP 7, PHP 8) IntlChar::charDigitValue — 10進 ... の値として取得する 説明 public static IntlChar::charDigitValue ( int | string $codepoint ): ? int 10進数の桁 ... ます。 対象となる文字は、一般カテゴリ "Nd" (decimal digit numbers) と a Numeric_Type of Decimal に属するもの ... コードポイントの例 <?php var_dump ( IntlChar :: charDigitValue ( "1" )); var_dump ( IntlChar :: charDigitVal ...
https://man.plustar.jp/php/intlchar.chardigitvalue.html - [similar]
コードポイント値に対応する、Unicode 文字を返す 7203
« IntlChar::charType IntlChar::digit » PHP Manual IntlChar コードポイント値に対応する、Unicode 文 ...
https://man.plustar.jp/php/intlchar.chr.html - [similar]
コードポイントが英数字であるかを調べる 7203
« IntlChar::hasBinaryProperty IntlChar::isalpha » PHP Manual IntlChar コードポイントが英数字であ ... します。 一般カテゴリ "L" (letters) や "Nd" (decimal digit numbers) に属する場合に true を返します。 パラメー ... コードポイントがアルファベットかを調べる IntlChar::isdigit() - コードポイントが、数字であるかを調べる 関連キー ...
https://man.plustar.jp/php/intlchar.isalnum.html - [similar]
PREV 1 2 3 4 NEXT