Extension for selecting a sentence

I would like to create an extension that selects a sentence where the cursor is (see the text in bold below). The selection sould start from the first character after the previous period and end at the next period.

This is an example to show how the selection will work. I am trying to select this sentence. It is in the middle of a paragraph. The cursor is somewhere within the sentence to be selected.

Appreciate any ideas on how to accomplish this.

1 Like

Hmm, this would sure be useful but I’m not aware of any way for an app to change the text selection in another app.

I found this on the KBM forum that uses a regex:

Wow, I’ll have to investigate how that works, it looks like magic!

1 Like