Hello all,
I have a question about the replace options in regular expressions.
I need to search for the first letters of my paragraphs in my curriculum (built over a long time) that are in lower case and move them to upper case.
I put in search
^[:lower:]
and it works just fine. Unfortunately the only way I found in order to change it to appear upper case was to replace the found adding the “upper case” as effect. Unfortunately this is not actually changing the case, infact it will still find it next time I search for it and simply disapper nex time I remove direct format. Is there a way to actually replace the character case like in other programs? I thought something on the line (Sublime Text) in replace:
\U$0
Any hope this is already working with a different code or to add this feature? maybe with alternative search and replace (I could not manage to find the beginning lowercase string for it XD)?
Thank you for your time reading and sorry if my menu commands sound strange, but I use libre office in italian.