String replace function
Provide a Jade primitive function for searching and replacing text in strings. This should perform very much faster than implementations using pos() and loops in Jade code. Variations for case insensitivity and replace one vs replace all matches w...