tron/regexes.dhall

9 lines
233 B
Plaintext

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" }
]