Thread: special letters
View Single Post
01-04-13, 04:33 PM   #8
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 27
someone helped me in private message, for those who search for the same answer

i used the wrong regex
%w finds only normal letters

string.match(msg, "(.+)")

finds the rest

Last edited by Anja : 01-04-13 at 04:41 PM.
  Reply With Quote