Filtering
Filtering symbol combos
var names = new NameGenerator()
.Any(x => x
.First("st")
.Middle("aeiou")
.Last("st"))
.Filter("tt"); // Prevent two t's in a rowTostis
Sastus
TessesosSottus
TottisFiltering through regex
Filtering multiple things at once
Last updated