svdtools
svdtools copied to clipboard
Create a remove duplicates functionality
Problem: Sometimes register names contain duplicate strings that
unnecessarily lengthen them.
Solution: Remove the largest duplicated substring, with a specified
delimiter to avoid removing mere duplicated characters.