Changing sentence navigator plugin regex

Hi,

I’m sure i have added the wrong tags or posted in the wrong category. I’m sorry, this is my first post.

I’m looking for some help changing the regex of the sentence navigator plugin. I’m sure this is very easy for most of you, but i don’t have any coding knowledge whatsoever.

Things I have tried

searched in the help docs

What I’m trying to do

I want the sentence navigator to see “)” as a sentence end, so it will navigate to it.

the default regex looks like this:

[^.!?\s][^.!?](?:.!?[^.!?])*[.!?]?['"]?(?=\s|$)

coudl someone post a version of this including “)”?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.