Marmalade SDK: remove or change HTML elements Unknown 16:34To remove or change HTML elements in your strings, use this code: std::string nombre = "Hola Mundo"; ...Read More
Remove html tags, entities, characters... from a SQLite table Unknown 11:16Is easy, you only have to use this command: update table SET column = replace(column, " ", " "); And the com...Read More