How to remove duplicates from a string and count the number of times each character is repeated using linq

Input_str=“Gangoli”
Expected output:
Output_str=“Gangoli” and G-2,A-1,N-1,O-1,L-1,I-1

Please help!!!

Hey @Chirag12 ,
Kindly refer the below Thread

Hope it helps you out!

1 Like

Hi @Chirag12

Check out this thread. This will help you with solution.

Regards

Hi @Chirag12

Check the below thread, In this thread there is a workflow it might help you.

Hope it helps!!

Hey @mkankatala , Yea i referred it from @Vikas_M post above

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.