Hi there, is it possible to remove duplicate characters on string ?
Example of the desire output:
HELLO WORLD -> HELO WRD
DIRECTOR -> DIRECTO
9999 -> 9
??? -> ?
@aurzuao One way of doing this
@aurzuao
Thanks ! This works
Hi, @aurzuao
Another way , just like @binu_acs .
@binu_acs Why would you not just using the Unique Tool, where you've used the Tile and Filter Tool?