SOLVED
Remove duplicate characters on string
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
aurzuao
6 - Meteoroid
‎08-01-2023
08:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there, is it possible to remove duplicate characters on string ?
Example of the desire output:
HELLO WORLD -> HELO WRD
DIRECTOR -> DIRECTO
9999 -> 9
??? -> ?
Solved! Go to Solution.
Labels:
- Labels:
- Developer Tools
- Fuzzy Match
- Optimization
- Regex
5 REPLIES 5
binuacs
21 - Polaris
‎08-01-2023
09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@aurzuao One way of doing this
MilindG
12 - Quasar
‎08-01-2023
09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎08-01-2023
01:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks ! This works
flying008
15 - Aurora
‎08-01-2023
05:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
16 - Nebula
‎08-02-2023
10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs Why would you not just using the Unique Tool, where you've used the Tile and Filter Tool?
