随笔分类 -  delphi中查找函数

查找函数包含有字符查找,字符串查找,那delphi中有哪些查找函数了……
AnsiPos
摘要:Locates the position of a substring within a string.function AnsiPos(const Substr, S: string): Integer;DescriptionCall AnsiPos to obtain the byte offset of the Substr parameter, as it appears in the string S. For example, if Substr is the string 'AB', and S is the string 'ABCDE', Ans 阅读全文

posted @ 2012-08-15 16:40 孤独的流浪汉 阅读(191) 评论(0) 推荐(0)

导航