STRSTR†
Format†
STRSTR( src , search , pos )
Function†
- 文字列内の部分文字列を検索し、見つかった文字位置を返します。
Arguments†
- src
- 検索対象の文字列。
- search
- 検索する部分文字列。
- pos
- 検索を開始する文字位置(先頭=0)
Return value†
- 部分文字列が見つかった場合、文字位置(先頭=0)
- 部分文字列が見つからなかった場合、-1
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!