Strfind

From kwiki

Jump to: navigation, search
This article is written by Konrad, thus using rather nonstandard English:)

strfind (DNM Script function)

full declaration

int strfind (string str,string strToFind,int startFrom,[ bool IgnoringCase=FALSE])

return value

int

description

Tries to find 'strToFind' in 'str' starting from 'startFrom'. If IgnoringCase parameter is false the searching is case-sensitive.

Personal tools
konradp.com