I know it's a regex search, and I've tried several variants (\n, \\n, \r\n) with the regex box checked, but none seem to work. The only info that comes up in a google search suggests that this might be a limitation of the Rstudio IDE.
Is it true that you can't use the find box to search for a newline? If not, what am I doing wrong? TIA
Thanks for the confirmation. In that GH issue, they also say:
Categorizing this as a feature request -- to support this request we would have to provide support for multiline matches, and we currently only support matches of any kind within a single line of text.
What I really need to look for is two newlines in a row, so it sounds like this is not possible for more than one reason, for now.