How could I extract a number of type double which may have exponent from a string with more character?
For example extract 56.8671311035e-06
from
"this is a string with a number inside 56.8671311035e-06 and the string continues here"
I guess it could be done using regular expressions, but my knowledge of them is very limited.