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

Share your favorite FastKeys commands
Post Reply
alih1029
Posts: 21
Joined: Sep 3rd, ’19, 16:01

Post by alih1029 » Dec 1st, ’20, 00:55

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.
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Dec 1st, ’20, 22:24

Sure, you can use a AutoHotkey script in Type: Command. Here is the RegExReplace syntax:
https://www.autohotkey.com/docs/command ... eplace.htm
Post Reply