Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Value Primitives : tint.map-string

Syntax

#(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