Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find and replace regex match should include newlines in \s #13369

Closed
Tyriar opened this issue Oct 7, 2016 · 2 comments
Closed

Find and replace regex match should include newlines in \s #13369

Tyriar opened this issue Oct 7, 2016 · 2 comments
Assignees
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

Comments

@Tyriar
Copy link
Member

Tyriar commented Oct 7, 2016

  • VSCode Version: Code - Insiders 1.6.0-insider (98c9e61, 2016-10-06T18:06:29.844Z)
  • OS Version: Linux x64 4.4.0-38-generic, Ubuntu 16.04
  • Extensions: EditorConfig.EditorConfig-0.3.3, Tyriar.lorem-ipsum-1.0.0, Tyriar.terminal-tabs-0.0.5, Tyriar.theme-glacier-0.0.10, cssho.vscode-svgviewer-1.2.0, felipecaputo.git-project-manager-0.1.15, gerane.Theme-Wombat-0.0.2, ms-vscode.csharp-1.4.1, ms-vscode.typescript-javascript-grammar-0.0.3, ryu1kn.annotator-0.10.0

Reported by @g5codyswartz in #313 (comment)

For the text:

<form>
    <fieldset>
        <legend>abc</legend>

<fieldset>\s*<legend> finds no matches but it should. <fieldset>$^\s*<legend> and <fieldset>\n\s*<legend> both work.

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug editor-find Editor find operations labels Oct 7, 2016
@sandy081 sandy081 added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 7, 2016
@sandy081
Copy link
Member

sandy081 commented Oct 7, 2016

Duplicates #9051

@sandy081 sandy081 closed this as completed Oct 7, 2016
@g5codyswartz
Copy link

Thanks for opening up this new issue from my comment @Tyriar

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

4 participants