You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: