class cc.appleshow.util.AsString extends String { function AsString(args) { super(args); } // End of the function function replace(a, b) { var _loc2 = new String(this); var _loc3; _loc3 = _loc2.split(a); _loc2 = _loc3.join(b); return (_loc2); } // End of the function } // End of Class