```sh
var = indexof full_text text_to_find
```
This command will attempt to find the text from the second argument inside the text in the first argument.<br>
If found, an index value will be returned, otherwise none is returned.
* *
The index of the text found or none if not found.
```sh
index = indexof " some text " some
```