I for the life of me cannot figure out how to negate everything but what I want to capture with REGEX.
I get close with [^(\d{4}-\d{3}-\d{3}]
But doing a replace in powershell with an input of: 1234-567-899 ABC 1W(23W) BLUE BIKE30 KIT
I get: 1234-567-8991(2330
Instead of 1234-567-899