Searched refs:sfrom (Results 1 – 1 of 1) sorted by relevance
53 function all(sfrom) { argument54 return new RegExp(sfrom, 'g');57 function replaceAll(ss, sfrom, sto) { argument58 return ss.replace(all(sfrom), sto);