Just trying to work out how the Regular Expression search works.
I'm trying to find specific lines in a text file that do not contain at least 22 pipe characters.
The expression I entered is
~^*\|{22}
This doesn't find any rows but I definately know that invalid rows exist. I found one manually by scanning through the file.
Is my expression incorrect, or is there a problem with the regex find?
Thanks
Phill