[Tex/LaTex] texstudio scripting:converting selected text

texstudio

There is not ToUppercase ToLowercase function which convers text in my language from
so called small letters to capital letters.

how can i loop char by char in selected text in texstudio to convert selected text?
example:
from_array={'ა','ბ','გ','დ'}
to_array={'Ⴀ','Ⴁ','Ⴂ','Ⴃ'}

need to replace seelcted text from from_array to to_array

Best Answer

You can write a User Script if you need more control than the builtin Edit -> Textoperations. See these examples

Related Question