How do I write a .net regex which will match a string that does NOT start with "Seat"
What you're looking for is:
^(?!Seat).+
This article has more information about look aheads.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With