Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道许多来自 FastStrings 的代码已包含在 Delphi XE 中。我需要处理数千个文件并进行一些文本处理。System.Pos例程是否有“更快”的替代方案?
是的。PosEx函数来自 FastCode,与 System.Pos 相比要快得多。它位于StrUtils单元中。
PosEx