Poohmaan Hello all, how can I use negation in regexes, for example, I want to capture anything which is not a digit excluding the minus sign 14:18
I tried \D-[-], but that does not seem to work the way I want 14:19
Poohmaan Or <[\D] - [-]> 14:39