You are not logged in.
Pages: 1
Hi,
how ca I do a PosEx to search inside a PUTF8Char (and avoid _LStrFromPCharLen) ?
Offline
StrPosI() from SynCommons.pas ?but it is case insensitive
For case-sensitive, just use standard StrPos() function using a PAnsiChar.