摘要:
function getWindowByProcessName(pName) { if(!pName || pName.lenght < 1) return; let wnds = sp.AllApplications(); let result = new Array(); for(let i = 阅读全文
posted @ 2023-03-24 15:59
fndefbwefsowpvqfx
阅读(17)
评论(0)
推荐(0)
摘要:
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 阅读全文
posted @ 2023-03-24 13:36
fndefbwefsowpvqfx
阅读(65)
评论(0)
推荐(0)
摘要:
ORi: https://o7planning.org/12219/ecmascript-regular-expression - Regular Expression A regular expression defines a search pattern for strings. Regula 阅读全文
posted @ 2023-03-24 13:34
fndefbwefsowpvqfx
阅读(41)
评论(0)
推荐(0)