Content deleted Content added
Attempt to account for pipe trick |
m quick regex fix |
||
Line 4:
local function replicatePipeTrick(target)
local new = target:gsub("^[a-zA-Z0-9 _]-:(.*)$", "%1") --Remove the namespace
if new:find("
new = new:gsub("^(.-) *%(.+%)$", "%1") --Remove ending parenthesis
else
|