vanderhoffs

Results 1 issues of vanderhoffs

I am trying to match a source array to a pattern array (I process the source list one item at a time) sourceList := []string{"test.20190101.120000", "test.20190101.130000", "test.20190101.140000"} patternList := []string{"test.*201901*.12*",...