or download this
/dist: # match 'dist:'
.*? # match anything (including newlines), but only until th
+e next part of the pattern starts to match
...
.*? # same as before
km; # match 'km;' (not needed unless you want to match a num
+ber of these in one string)
/s # treat the whole line as a single string