-
Notifications
You must be signed in to change notification settings - Fork 35
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
Regexp not matching. #28
Comments
Hi Karim, thanks for raising this. Nothing's changed about the plugin for a good while, so not sure what might be going wrong. FYI I'm pretty stacked at the moment, so can't look at this immediately, but will try when I can. If you get any further with investigations let me know. Thanks again, Jonathan |
Thank you Jonathan, currently looking into it - and not finding anything obvious. Will let you know if I get to the bottom of this. |
Interestingly enough - this looks like a windows issue. The same script works on OSX - with same version of Node & Grunt ... |
I had the same issue and it turned out to be that my RegExp was trying to match newlines in a way that worked in OS X but didn't in Windows. |
I'm just playing around with this now, and it seems the plugin isn't matching spaces properly. I'm trying to read a json file, |
Hello there,
For some reason my regexp search and replace is no longer matching my selection - not sure which version this started happening with, however it used to work just fine. Nothing changed my side. ( I am using latest grunt / grunt-cli / replace ) .
Here is my replace grunt task:
and an example file: http://kurst.co.uk/transfer/JSONLoader.js
Here is the Regex in action: http://www.regexr.com/39u9o
Not sure why this stopped working - that query used to work. Any insight into why this stopped working would be welcome.
Thank you for your time.
The text was updated successfully, but these errors were encountered: