STRSTR†
Format†
STRSTR( src , search , pos )
Function†
- Searches for a substring in a string and returns the character positions at which they are found.
Arguments†
- src
- The string to search in.
- search
- The substring to search for.
- pos
- Character position at which to start the search (start of string = 0)
Return value†
- If the substring is found, the character position (start of string = 0)
- If the substring is not found, -1
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!