Regex creata per sostituire {{Tnavbar}} con {{Navbar}}

Regex:

replace.py -regex "(\{\{)([Tt]navbar)(\|[A-Za-z0-9]*)(\}\})" "\1Navbar\3|parametro\4"