class Ideone {
    static void main(String[] args) {
		def erg='[EM6111949VA61=cfefcgjnjcidaiieodmlgfijaiknankpiodhghbagndikijiieicfhiiiojmfcfgjjkokkoilinbkkedcaafplikgjhomkhnopjhfhpjgkadalbkeenengiapjpeaiemokenfckjbeho; path=/bla/bla; secure; HttpOnly]'
		def regex = /(?<=\[)\w+=\w+/
		def muster = erg =~ regex
		(0..<muster.count).each { print muster[it] }
		
		
    }
}
