It's a little awkward since it only seems to work with the word after the empty text cursor (insertion point)
I have to put the cursor before the word, Find and Replace. That's OK -- just counter-intuitive
It doesn't work for a selected phrase; it just Finds the single word after the selected phrase, and applies the Replace to just that word
I'm guessing that even RegEx has no way to 'read' what ever the selected text is, so that was where my thought process conops of using a 'marker'(e.g. _SELECTION_) which would use whatever the selected text is
|