I am using search and replace in an advanced text editor that supports regex.
Now i want to replace ##,##- with -##,## (where ##,## stands for any number)
Any help what search and replace expressions I need to use to achieve this?
E.g. \d- will only replace the - itself.
1-changed to-1and do not wantone-changed to-one, but there are a lot of cases where I don't know whether you would want them changed.)