文字列の検索【StringFind】

int StringFind(string text, string matchec, int start=0)

 

Search for a substring. Returns the position in the string from which the searched substring begins, or -1 if the substring has not been found.

部分文字列を検索します。返される文字列の中の位置は、検索した部分文字列の開始位置、もしくは、見つからない場合は -1 になります。

Parameters:

パラメータ:

 

Sample:

サンプル:

 

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">