Simple line filters - cannot get it working #567
Unanswered
skigoggles
asked this question in
Q&A
Replies: 2 comments
-
Try the following regex: |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks! Works on a certain set of files, but on another set it consistently doesn't work. I'm wondering if there is some strange file encoding. The broken ones came from github and I know there is an issue with a few lines where they get validation errors, but nothing is visible in a text editor (I'll have to edit binary and see). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an XML file with entries like:
It's a game config file. It may change from release to release.
I want to diff and ignore various lines like:
I thought a valid regex would be :
^ <nominal>
I had it working, tweaked it and now nothing is working. I've read far too many regex docs that my head hurts. It must be something simple, right?
Beta Was this translation helpful? Give feedback.
All reactions