[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

AnsiPos

Return Position of one ansistring in another.

Declaration

Source position: sysansih.inc line 24

function AnsiPos(

  const substr: String;

  const s: String

):SizeInt;

Description

AnsiPos does the same as the standard Pos function.

See also

AnsiStrPos

  

Return position of one null-terminated substring in another

AnsiStrScan

  

Find first occurrence of a character in a null-terminated string.

AnsiStrRScan

  

Find last occurrence of a character in a null-terminated string.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.