Libraries anvil lang pattern substitute

string substitute(string text, string substition)
string substitute(string text, function substituter)
string substitute(string text, string substition, int amount)
string substitute(string text, function substituter, int amount)
Substitutes regions from string matching this pattern with given substitution.
Parameters Amount -  of occurences to subsitutute, if omitted all occurences are replaced