View Single Post
11-04-15, 12:08 PM   #5
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
There might be a better funciton, but this also works:

Lua Code:
  1. local substring = string.gsub("|TInterface\\OptionsFrame\\UI-OptionsFrame-NewFeatureIcon:0:0:0:-1|t  Colorblind and Move Pad options have been moved to the Accessibility section.", "|T.*|t", "")
  2. print(substring)
  Reply With Quote