PosEx Function
ImagingUtility

Similar to RTL's Pos function but with optional Offset where search will start.

Pascal
function PosEx(const SubStr: string; 
               const S: string; 
               Offset: LongInt = 1): LongInt;
File

ImagingUtility (at line 153)

Description

This function is in the RTL StrUtils unit but

Related Information
You are here: Symbol Reference > Functions > PosEx Function