The problem is my numbers don't have an "e" inside.
I try to find "[0-9]{1}-[0-9]{1}" with boost::regex and change it with boost::regex_replace. But I have trouble how to write the replace string. I don't know the syntax for [first number]e-[second number].