I need something besides [^0-9\n], I want a regex(but dont know how to make one), that captures anything in a pattern of numbers like this, "0000000000" or "000-000-0000" or basically any numbers that exist with spaces and or special characters right before or in between.
so any number, even like these (626*) 34a2- 4387) should convert to 6263424387
How can this be accomoplished? Im thinking its too hard?