Hi @v-yamao-msft,
Thanks for clarification on existing function.
So maybe there is a nice workaround on how to solve this task?
My idea was to go thrue each symbol, compare if it is "special" (luckily there are only 11 possible cases) and replace with proper one. But then I have problem on - how to get array from string, where each string element is a separate array ellement.
I have:
"abcde"
I want:
[a], [b], [c], [d], [e]
Any ideas?