Hi folks
The choice of standard Lite-C header files doesn't seem to offer much in the way of string manipulation.
I'd like to add basic functionality such as search and replace within strings, changing to lower case etc. For example it would be nice to normalise asset names so I can access per asset configs.
Most public domain functions seem to require at least string.h. I found the source for string.c and string.h but it won't compile.
It's not an essential, but for reporting etc some string capabilities would be nice to have. Any suggestions?