View Single Post
04/30/14, 08:03 PM   #18
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Another method to remove the ^m, and other ^, texts should be:

Code:
text = string.gsub( text , "%^.*", "")
  Reply With Quote