Inno Setup Preprocessor: Pos

Prototype

int Pos(str SubStr, str S)

Description

Searches for SubStr within S and returns the first index of SubStr within S, 1-based. If SubStr is not found, Pos returns zero. The Pos function is case-sensitive.