View Single Post
05/01/14, 04:05 AM   #19
Sideshow
 
Sideshow's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 36
Originally Posted by Baertram View Post
Another method to remove the ^m, and other ^, texts should be:

Code:
text = string.gsub( text , "%^.*", "")
That's what I use.
But maybe someone can say what they actually mean?
  Reply With Quote