How can I get the negative of the result of this regex?
8000[0-9]{12}|4000[0-9]{12}|2000[0-9]{11}
I just want to modify the regex to get the negative.
Example with this sample:
200045646587982
8000046678465132
8000078526654112
4000846464256741
4000875465123111
8318548479844423
8020489065458054
If I execute the current regex, I get that result:
200045646587982
8000046678465132
8000078526654112
4000846464256741
4000875465123111
I want the regex returns the reverse:
8318548479844423
8020489065458054