function onCreated() { this.list = { "ronnie:coolman(Bert)" , "Tigairius:Tig(lol)" }; } function editnicks() { elist = this.list.tokenize(":"); /* elist[1] is now the nicks, how would I remove the guilds from those names in that list */ }