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

Even with the Regular Expression Tester setting Multiline turned on, $ does not match multiple lines. However, ^ does match multiple lines. (Version 2.0-preview.8) #1494

Open
osakana4242 opened this issue Jan 16, 2025 · 0 comments

Comments

@osakana4242
Copy link

osakana4242 commented Jan 16, 2025

Current behavior

Regular Expression: ^abc$
Text:

abc
abc
abc ← Match

Regular Expression: ^abc
Text:

abc ← Match
abc ← Match
abc ← Match

How to reproduce it (as minimally and precisely as possible)

No response

Expected behavior

Regular Expression: ^abc$
Text:

abc ← Match
abc ← Match
abc ← Match

Screenshots

ss_2025-01-16 120211

Workaround

No response

Affected platforms

Windows

Affected DevToys kind

DevToys (app with GUI)

DevToys Version

Version 2.0-preview.8

Relevant Assets/Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant