CHeighlund
Programmer
Can the Delphi StringReplace function be used with wildcard values? That is, if I wanted to, for data entry purposes, read in a file with datestamps in it, and put quotes around the stamps, would the StringReplace function allow me to do so without having to know the exact string value?
Ex: Read in value xx/yy/zzzz. Convert to 'xx/yy/zzzz', where the values of xx, yy, and zzzz remain the same. Again, can StringReplace do this, or do I need to look into other methods?
Ex: Read in value xx/yy/zzzz. Convert to 'xx/yy/zzzz', where the values of xx, yy, and zzzz remain the same. Again, can StringReplace do this, or do I need to look into other methods?