You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, sorry to interrupt, please help make sure this is a problem. @tangrammer@turbanoff@obourgain@sinaa@thjaeckle
Original Script:
var summary_rep = /.(xlgei-0/\d/\d/\d\d)./;
var summary_str=summary.match(summary_rep)[1];
summary_str=summary_str.replace(///g,"-");
return summary_str
Script after the RemoveComments method is invoked:
var summary_rep = /.(xlgei-0/\d/\d/\d\d)./;
var summary_str = summary.match(summary_rep)[1];
summary_str = summary_str.replace(/\ return summary_str;
The text was updated successfully, but these errors were encountered:
Hello, sorry to interrupt, please help make sure this is a problem.
@tangrammer @turbanoff @obourgain @sinaa @thjaeckle
Original Script:
var summary_rep = /.(xlgei-0/\d/\d/\d\d)./;
var summary_str=summary.match(summary_rep)[1];
summary_str=summary_str.replace(///g,"-");
return summary_str
Script after the RemoveComments method is invoked:
var summary_rep = /.(xlgei-0/\d/\d/\d\d)./;
var summary_str = summary.match(summary_rep)[1];
summary_str = summary_str.replace(/\ return summary_str;
The text was updated successfully, but these errors were encountered: