摘要:
function getWindowByProcessName(pName) { if(!pName || pName.lenght < 1) return; let wnds = sp.AllApplications(); let result = new Array(); for(let i = 阅读全文
摘要:
Search forReplace withDescription (.*).png foo_$1.png Prepends "foo_" to the existing file name for PNG files (.*).png $1_foo.png Appends "_foo" to th 阅读全文
摘要:
ORi: https://o7planning.org/12219/ecmascript-regular-expression - Regular Expression A regular expression defines a search pattern for strings. Regula 阅读全文