[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return Position of one ansistring in another.
Source position: sysansih.inc line 18
function AnsiPos( |
const substr: string; |
const s: string |
):SizeInt; |
AnsiPos does the same as the standard Pos function.
|
Return position of one null-terminated substring in another |
|
|
Find first occurrence of a character in a null-terminated string. |
|
|
Find last occurrence of a character in a null-terminated string. |