Strfind
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
strfind (DNM Script function)
[edit]
full declaration
int strfind (string str,string strToFind,int startFrom,[ bool IgnoringCase=FALSE])
[edit]
return value
[edit]
description
Tries to find 'strToFind' in 'str' starting from 'startFrom'. If IgnoringCase parameter is false the searching is case-sensitive.
