let old = query[i].field_data;
let new = old.SUBSTITUTE(’\n’,’ \n’);
Results in “SUBSTITUTE is not a function”
let old = query[i].field_data;
let new = old.SUBSTITUTE(’\n’,’ \n’);
Results in “SUBSTITUTE is not a function”
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.