Multiline search using regex fails to return all results #19217
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
search
Search widget and operation issues
Hi,
I'm trying to find all occurences of:
''LTS+/\r&
''IGNORED\r&
I use the following regex:
''LTS\+/\\r&[\r\n].*''IGNORED.*[\r\n]
which seems to work in sublime text, for instance.
On VSCode, it only returns one hit.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: