| [Overview][Types][Procedures and functions][Variables][Index] |
Returns the position where SearchInText starts in SearchForText
Source position: lazutf8.pas line 113
function UTF8PosP( |
SearchForText: PChar; |
SearchForTextLen: SizeInt; |
SearchInText: PChar; |
SearchInTextLen: SizeInt |
):PChar; |
If not found it returns nil. Null characters #0 are treated as normal characters.
| lazarus-ccr.sourceforge.net |