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.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.