tron/regexes.dhall

7 lines
166 B
Plaintext

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