Hey. Does anyone know a way to filter certain characters in an edit box in runtime?
Might be easier if I just give an example...
User makes EditBox1 = "Hello there."
On button clicked, "Hello" filters to "Goodbye"
EditBox1 = "Goodbye there."
Develop games in your browser. Powerful, performant & highly capable.
The text manipulator object provides an easy way to replace things in strings (though it can be done via system expression also).