전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
substring
部分文字列
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
contains substring
部分文字列を含む
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
removes all occurrences of given substring.
指定された部分文字列をすべて削除します。
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
checks if the string contains the given substring.
指定された部分列を含む文字列かどうかチェックします。
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
replaces all occurrences of the given substring with the given replacement.
指定された部分文字列のすべてを、指定された文字列で置換します。
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
returns the position of a substring in the string, or -1 if it is not found.
文字列中の部分列の位置を返します。見つからなければ -1 を返します。
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
however, substring capturing is carried out only for positive assertions, because it does not make sense for negative assertions.
空白文字
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns the position of a substring in the string, or -1 if it is not found. string is searched backwards
文字列中の部分文字列の位置を返します。見つからなければ -1 を返します。文字列は後ろ向きに検索されます。
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
mb_substr_count() returns the number of times the needle substring occurs in the haystack string.
substr_count() は、文字列 haystack の中での副文字列 needle の出現回数を返します。
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
the mid() function returns a substring that contains'length 'characters of the string, starting at'position' index.
mid() 関数は、与えられた文字列の中の「位置」から「長さ」分のブ文字列を返します。
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
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 を返します。
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: