EVfilterPath(path){ pattern = (.*)path:("|)[^"]*("|)\s(.*) ControlGetText, search_string, Edit1, ahk_class EVERYTHING if RegExMatch(search_string,pattern,m) ControlSetText, Edit1, % m1 "path:""" path """ " m4, ahk_class EVERYTHING else ControlSetText, Edit1, % "path:""" path """ " search_string, ahk_class EVERYTHING }
60 queries in 6.498 seconds |
岭南飘雪 2016年4月4日 的 08:08
我是一个autohotkey的初学者,能在您这里看到这么多的实际例子,非常高兴!希望今后不断的向您学习,谢谢您!