let Rule = { Type = { regex : Text, why : Text } , default = { regex = "", why = "" } } in [ Rule::{ regex = "(n|z)igg(er|a)", why = "racism" } , Rule::{ regex = "(hot|cute)", why = "Cadey is testing" } ]