strlib
strlib copied to clipboard
Removing Hex Colours from a String. {RRGGBB}
Hello, how can I reprocess a string that has {RRGGBB] Hex Colours to delete only them? Without changing/removing colours to every single line manually?
Example: string[128] = "{FFFF00}Text"; Convert to: "Text"
Best regards and thanks for your time.