Find
Finds the first occurrence of a substring in a string, from a specified start position.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string you are looking for. | |
|
|
| The string to search in. | |
|
|
| The position from which to start searching in the string. Default is 1. |
|
Examples
Related
Last updated