this.string = "value with spaces"; this.tokens = this.string.tokenize(); // this.tokens[0] == "value", and so on