This thingy converts certain kinds of Hotstrings from AHK to JavaScript string functions.


Supported AHK syntax with explanation:

::abc::"abc" with word boundary on both sides :*:abc::"abc" with word boundary at the start :*?:abc::"abc" with no word boundary required
uwu