Home
last modified time | relevance | path

Searched refs:sfrom (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dre.js53 function all(sfrom) { argument
54 return new RegExp(sfrom, 'g');
57 function replaceAll(ss, sfrom, sto) { argument
58 return ss.replace(all(sfrom), sto);