selectBetween
Select text between the start and end of of a given set of characters.
Arguments
str: text that starts and ends with this string will be selected. You can only specify this ifbetweenisn't specifiedbetween: an object withfromandtofields; text that starts withfromand ends withtowill be selected. You can only specify this ifstrisn't specified.inclusive: whether to include the characters that start and end the selection (e.g.strorbetween)