Hi there,
I am trying to change the format of strings of characters (in LibreOffice Writer Version: 4.2.8.2 Linux) that are between two specific characters ( ’ ] ’ and ’ = '). After some search on Regular Expressions, I was able to find the strings I am looking for by searching for ‘].+=’.
The problem is that I do not want to change the format of the first and last characters (’[’ and ‘=’), only the characters in between. Is there a simple way to do that or to search differently so that these characters are not included in the result of the search?
When using the back reference character ‘&’ in the ‘replace with’ box, is there a way to exclude the first and last characters?
One more question, can a ‘search / replace with’ request be saved so that it can be reused easily later on?
Thank you in advance for your time and help.