Is it possible to use Fastkeys to process a regex search in a textbox?
Posted: 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.
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.