I looked around quit a bit but was unable to find an answer to this question.
I'm trying to select everything from a string except white spaces that repeat over a certain number of times. I've found a regex to select the white spaces, and what I was hoping for was an easy way to get the exact inverse of this, but I haven't found a way to do that yet. I'm ultimately going to implement this in python if that matters.
Below is my test string, current regex, and link to the regex test site I was using.
test string:
'All: Day and Night Vulnerabilities\\Personnel vulnerabilities\\Outdoor vulnerability 1E-09 /AvgeYear \x1a'
Regex:
[ ]{50,}