Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # hammerspoon chooser - https://github.com/Hammerspoon/hammerspoon/issues/782 <code clojure> local splitQuery = query:gsub("%s+", ".*") local splitTable = {} for i = 0, #splitQuery do splitTable[i] = string.sub(splitQuery, i, i) end local regex = table.concat(splitTable, ".*") </code> open/hammerspoon-chooser.txt Last modified: 2024/10/05 06:15by 127.0.0.1