摘要: 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 阅读(11) 评论(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 阅读(42) 评论(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 阅读(10) 评论(0) 推荐(0) 编辑