Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Strings

Strings

A string is an immutable sequence of characters. The only way to change the value of a string is to define a new string. Every string has an offset and an attribute, both of which can be changed.

def Define a string

string.get Get characters from a string

string.match Search a string for a match

string.regex-match Search a string for a regular expression match

string.offset Set or get the offset of a string

string.length Get the length of a string

string.attribute Get and optionally set the attribute on a string