this.isMin.uk


golang에서 regexp를 사용할 때, 여러 라인에 걸쳐 읽으려면 `(?s)`를 붙여 줘야 한다.

regexp.MustCompile(`(?s)START(.*?)STOP`)
Til, Regexp, Golang