:regex("pattern", "replacement"): Applies regular expression pattern matching and replacement. For example,
[auth.etal:regex("\\.etal","EtAl"):regex("\\.","And")], the first regex() replaces .etal with EtAl. The second regex() replaces the . between entries with two authors with And