Hi Joris I can't think of any way to do this, but it should be easy to implement more substitution filters like |upper, |lower, |initcap, |...
Ticker On Mon, 2020-06-22 at 06:25 +0000, Joris Bo wrote: > Hi > > Does somebody ever managed to change a tag-value to > propercase/titlecase? > For example Change: amsterdam into Amsterdam ? > > Searching the string with subst function and regex mostly works fine. > Replace that search with a hardcoded or known stringvalue works fine > Split the value with substring in two parts 1(a) and 2(msterdam) > works fine. > But I cannot come up with a way to change the small ‘a’ into a large > ‘A’ (besides adding 26 rules to my style 😊) > > Anybody any more ideas? > > > Kind regards, > Joris > > _______________________________________________ > mkgmap-dev mailing list > [email protected] > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
