regex examples (negate regex) #2226
-
Hello, I am trying to check if some CSV file contains bad values. The minimal example
doing: as expected shows all 0-9 numbers, dots and commas. But I am stuck trying to get either these two lines:
or (better):
Many thanks for your help. Darek Kedra |
Beta Was this translation helpful? Give feedback.
Answered by
BurntSushi
Jun 1, 2022
Replies: 1 comment 3 replies
-
Like that? Honestly, I'm having a lot of difficulty parsing your question. Could you please show the entire output that you want? Otherwise I'm just stuck trying to guess what you mean. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
BurntSushi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like that? Honestly, I'm having a lot of difficulty parsing your question. Could you please show the entire output that you want? Otherwise I'm just stuck trying to guess what you mean.