For the word "technology",
Eg t-1
e-1
c-1
I need character count of unique elements of this string
Discussion posts and replies are publicly visible
a!localVariables( local!string: "technology", union( a!forEach( items: enumerate(len(local!string)) , expression: { a!localVariables( local!char: regexallmatches( local!string[fv!index], local!string, "gms" ), local!char[1] & " - " & length(local!char) ) } ), {} ))