Skip to content
Prev 393300 / 398500 Next

interval between specific characters in a string...

try

gregexpr('b+', target_string)

which looks for one or more b characters, then get the attribute
"match.length"
On Fri, Dec 2, 2022, 18:56 Evan Cooch <evan.cooch at gmail.com> wrote: