Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
substring
部分文字列
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
contains substring
部分文字列を含む
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
removes all occurrences of given substring.
指定された部分文字列をすべて削除します。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
checks if the string contains the given substring.
指定された部分列を含む文字列かどうかチェックします。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
replaces all occurrences of the given substring with the given replacement.
指定された部分文字列のすべてを、指定された文字列で置換します。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
returns the position of a substring in the string, or -1 if it is not found.
文字列中の部分列の位置を返します。見つからなければ -1 を返します。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
however, substring capturing is carried out only for positive assertions, because it does not make sense for negative assertions.
空白文字
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
returns the position of a substring in the string, or -1 if it is not found. string is searched backwards
文字列中の部分文字列の位置を返します。見つからなければ -1 を返します。文字列は後ろ向きに検索されます。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
mb_substr_count() returns the number of times the needle substring occurs in the haystack string.
substr_count() は、文字列 haystack の中での副文字列 needle の出現回数を返します。
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
the mid() function returns a substring that contains'length 'characters of the string, starting at'position' index.
mid() 関数は、与えられた文字列の中の「位置」から「長さ」分のブ文字列を返します。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
if the optional third parameter was specified, the function returns the byte length of matched part, and therarray regs if the optional third parameter was specified, the function returns the byte length of matched part, and therarray regs will contain the substring of matched string.
mb_ereg() は、マルチバイト対応の正規表現マッチを 行い、一致した場合は1を返します。オプションの3番目の引数 regs を指定した場合は、一致した部分のバイト 数を返し、配列 regs に一致した部分文字列が格 納されます。空文字に一致した場合は1が返されます。 正規表現に一致しないか、エラーを発生した場合に false を返します。
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
\<emph\>number (optional):\</emph\> the number of substrings that you want to return.
\<emph\>number (省略可能):\</emph\> 取得するサブストリングの数。