-
Notifications
You must be signed in to change notification settings - Fork 182
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
Issue with a search replacement that contains a backslash #467
Comments
|
grepWin is a regex tool. So the regex rules apply, which includes escaping. |
Try "Text search" mode using the CI build of the latest commit. |
https://github.com/stefankueng/grepWin/actions/runs/8424535527 I had fixed it. |
Thanks @lifenjoiner I managed to download the artifact build from GitHub Actions and sure enough it works. I guess this was fixed a while ago? Looking forward to seeing this in an official release |
Expected
Search for:
namespace App\Models\Assessments;
Replace with/Capture format:
namespace App\Models\Assessment;
Actual
namespace AppModelsAssessment;
ℹ️ The same issue does not exist with forward slashes.
The text was updated successfully, but these errors were encountered: