trim() for removing trailing white spaces

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 097.
Note: Core 097 is no longer officially supported.
Locked
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

trim() for removing trailing white spaces

Post by tekproxy »

What about adding trim()-like method for strings for removing trailing white spaces? It wouldn't be hard to do with code but if it needed to be done several hundred times a core function would be faster.

Is there something that already does this? I've looked around but I can't find anything.

[edit]
RemoveSpaces() in string.inc does this.
[/edit]
Locked