And, again with the consistently inconsistent.
Apparently match_simple uses not just it's own list of pattern characters but also some/all of the ones from match_pattern.
I was trying to remove any values of repeating X's like XX, XXX, XXXX etc.
But I ended up removing any values that contained any character.