Find and replace regex match should include newlines in \s #13369
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
editor-find
Editor find operations
Reported by @g5codyswartz in #313 (comment)
For the text:
<fieldset>\s*<legend>
finds no matches but it should.<fieldset>$^\s*<legend>
and<fieldset>\n\s*<legend>
both work.The text was updated successfully, but these errors were encountered: