tron/regexes.dhall

9 lines
233 B
Plaintext
Raw Normal View History

2020-07-04 00:47:30 +00:00
let Rule =
{ Type = { regex : Text, why : Text }
, default = { regex = "", why = "" }
}
2020-07-04 00:52:52 +00:00
in [ Rule::{ regex = "(n|z)igg(er|a)", why = "racism" }
, Rule::{ regex = "(hot|cute)", why = "Cadey is testing" }
]