1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

strip color keys from webfront form lists

This commit is contained in:
RaidMax
2022-04-08 17:14:04 -05:00
parent e17c66887a
commit bd852b295b
2 changed files with 3 additions and 2 deletions

View File

@ -154,6 +154,7 @@ namespace SharedLibraryCore
}
str = Regex.Replace(str, @"(\^+((?![a-z]|[A-Z]).){0,1})+", "");
str = Regex.Replace(str, @"\(Color::(.{1,16})\)", "");
return str;
}