Tintware Documentation : Tint Programming Language : Tint Reference : Value Primitives : tint.map-stringSyntax#(tint.map-string,%s,%from,%to) %s is the value to be mapped. %from is the character to be mapped from and %to is the character to be mapped to. Examples#(tint.map-string,abccccde,c,z) abzzzzde #(tint.map-string,abccccde,z,c) abccccde |