Hi RStudio IDE Devs,
I recently started working with RStudio on a Mac and it looks like the Global search with regular expressions is not functioning quite right when + is used.
If I am searching for all of the instances with a prefix of str_, I can use str_[\w]* and find matches but str_[\w]+ returns no matches.
Screen recording here
Hi @technocrat,
Thanks for chiming in here! There's no wrap option in global find/replace for me:
The screenshot you have there is the find in file menu.

