Page 1 of 1

Is it possible to use Fastkeys to process a regex search in a textbox?

Posted: Dec 1st, ’20, 00:55
by alih1029
Here's my Regex search:

SEARCH (?-s)(<img class.+?)\x20style=.+?>
REPLACE \1>

but i'm not sure how I could use fastkeys search through all mentions and replace any instances.

Re: Is it possible to use Fastkeys to process a regex search in a textbox?

Posted: Dec 1st, ’20, 22:24
by Tom
Sure, you can use a AutoHotkey script in Type: Command. Here is the RegExReplace syntax:
https://www.autohotkey.com/docs/command ... eplace.htm