From professional translators, enterprises, web pages and freely available translation repositories.
pattern
pattern
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
使い方: grep [pattern]
usage: grep [pattern]
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
pattern は大文字小文字を区別することに 注意してください。
note that if you don' t require the power of regular expressions, it is faster to use explode(), which doesn't incur the overhead of the regular expression engine.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
pattern で指定した正規表現により subject を検索します。
flags can be the following flag:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
この関数は、 pattern で指定した正規表現 により string を検索します。
searches a string for matches to the regular expression given in pattern.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
preg_grep() は、指定した pattern にマッチする input 配列の要素からなる配列を返します。
preg_grep() returns the array consisting of the elements of the input array that match the given pattern.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
例 1 checking a color name against a shell wildcard pattern.
checking a color name against a shell wildcard pattern.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
string の中で pattern がマッチすると true を返し、マッチしなかった場合またはエラーとなっ た場合は false を返します。
the following code snippet takes a date in iso format (yyyy-mm-dd) and prints it in dd.mm.yyyy format:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
メールボックス名を保持する配列を返します。 ref および pattern の説明については、 imap_getmailboxes() を参照下さい。
this function is an alias to imap_list() and is identical to it in every way.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
subject において pattern で指定した正規表現にマッチする かどうかを検索し、 order で指定した 順番で matches に結果を代入します。
after the first match is found, the subsequent searches are continued on from end of the last match.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
pattern の場合、 c1 に pdf_begin_pattern() により返されるパターンハン ドルを指定します。
prev
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
fnmatch() checks if the passed string would match the given shell wildcard pattern.
fnmatch() checks if the passed string would match the given shell wildcard pattern.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
mb_split() は、マルチバイト文字列 string において、正規表現 pattern により文字列を分割し、配列として返し ます。
mb_split() split multibyte string using regular expression pattern and returns the result as an array.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
returns an array containing the names of the mailboxes. see imap_getmailboxes() for a description of ref and pattern.
example 1. imap_list() example
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
http://www.php.net/search.php?show=\\\\{mode,"manual"}pattern=\\\\{@}name
http: / /www. php. net/ search. php? show=\\\\{mode, "manual"}pattern=\\\\{@}
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
the glob() function searches for all the pathnames matching pattern according to the rules used by the shell. no tilde expansion or parameter substitution is done.
the glob() function searches for all the pathnames matching pattern according to the rules used by the shell.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
mb_ereg_match() は、マルチバイト文字列 string が正規表現 pattern に一致する場合に true 、そうでない場 合に false を返します。
mb_ereg_match() returns true if string matches regular expression pattern, false if not.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
mb_ereg_replace() は、マルチバイト文字列 string において、正規表現 pattern にマッチする文字列を replacement に置換し、置換後の文字列を返しま す。エラーの場合は、 false を返します。
multibyte character can be used in pattern.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: