local p = {} function p.main( frame ) return mw.ustring.gsub( "one (two)", "%s+%b()$", "", 1 ) end return p