Hi,
Ive been looking through the docs, but i havnt been able to find anything which can do what the C function sscanf() does.
(please dont confuse with scanf(), which is a fileio function. sscanf is a string parsing function)
Does anyone know if there is a class that can take a format, a string and some objects, and put the values it finds (according to the format) in the string, in the objects? (exactly what sscanf does)
Thanks.
Ive been looking through the docs, but i havnt been able to find anything which can do what the C function sscanf() does.
(please dont confuse with scanf(), which is a fileio function. sscanf is a string parsing function)
Does anyone know if there is a class that can take a format, a string and some objects, and put the values it finds (according to the format) in the string, in the objects? (exactly what sscanf does)
Thanks.