delphi - Split a string into an array of strings based on a delimiter - Stack Overflow

delphi - Split a string into an array of strings based on a delimiter - Stack Overflow

瀏覽:506
日期:2025-06-27
Explode is very high speed function, source alhoritm get from TStrings component. I use next test for explode: Explode 134217733 bytes of data, i get 19173962 elements, time of work: 2984 ms. Implode is very low speed function, but i write it easy. ......看更多