This method performs a search for the specified term in the wide string.
| Parameter | Description |
|---|---|
| token | search term to find |
Returns the first position in the string where the search term is found, or -1 if it is not found.
WString = Leadwerks.WString
s = WString.new("Hello, how are you today?")
print(s:Find("today"))