Registriert seit: 29. Apr 2003
268 Beiträge
|
Re: pos, posex, finden von Text
10. Jul 2003, 14:24
Probier einfach mal die Funktion StringReplace aus. Hier ein Beispiel:
Delphi-Quellcode:
output := StringReplace(Input, 'xxx', 'y', rfReplaceAll);
//ersetzt alle vorkommenden xxx mit y
.oO'rallY
Linux is like a tipi: no gates, no windows and a gnu-eating apache inside...
|