my strings:
12345:cluster/ecs52v-usw2-tst",
12345:cluster/test32-euw1-stg",
The output I'm looking for is:
ecs52v-usw2-tst
test32-euw1-stg
I have multiple cluster names that I'm trying to capture in a slice
I've gotten it in ruby (?<=\/)(.*(tst|stg|prd))(?=")
but I'm having trouble in golang.
https://go.dev/play/p/DyYr3igu2CF