Hello
i have string like “indiauintedstatesofamerica” i want to display like how many times each character is repeated in the given string
Example i=4times
n=2 times
Hello
i have string like “indiauintedstatesofamerica” i want to display like how many times each character is repeated in the given string
Example i=4times
n=2 times
Hello,
You can use Matches Activity and pass the pattern which you are looking for and you’ll get the output in list, you can count them
how use match activity
Thank you @pikorpa
Thank you very much ,it worked
I made the workflow where you can add all values to the dictionary. All repeated values are skipped.
Please remember install package: Microsoft.Activities.Extension
BlankProcess3.7z (36.3 KB)