Hello,
I have a .txt file with a very long text. I would like to extract Lat and Long that follow the text "Coordinate: " using this pattern
##°##’##,##” N - ##°##’##,##” E
after the comma can be one or two digit and after the dash there is often, but not always, a space character.
I would...