This commit is contained in:
Isaac0-dev 2025-03-10 23:32:24 +10:00
parent f98571c458
commit af45e0cdc3

View file

@ -734,7 +734,7 @@ Removes color codes from a string.
### Lua Example
```lua
print(get_uncolored_string("\#210059\Colored \#FF086F\String")) -- "Colored String"
print(get_uncolored_string("\\#210059\\Colored \\#FF086F\\String")) -- "Colored String"
```
### Parameters