I'm trying to create a custom function that would edit chat string inputed by players.
I don't need very complex functionality, just being able to find and replace characters in a string.
I've spent a lot of time on google looking for the specifications for these functions, but all I've found is Stringsub();
Some of the intuitive names I've tried guessing havent worked (indexOf(), StrRpl(), ect ,ect)
Can anyone point me toward a list of string functions in galaxy? Thanks!
Hey everyone! Thanks for reading.
I'm trying to create a custom function that would edit chat string inputed by players. I don't need very complex functionality, just being able to find and replace characters in a string.
I've spent a lot of time on google looking for the specifications for these functions, but all I've found is Stringsub(); Some of the intuitive names I've tried guessing havent worked (indexOf(), StrRpl(), ect ,ect)
Can anyone point me toward a list of string functions in galaxy? Thanks!
http://www.sc2mapster.com/wiki/galaxy/triggers/string-with-search-replacement/