I am wondering which online .NET regex tester people use?
In general, I like this one: https://regex101.com/, but it does not support .NET.
The one with .NET support I found has a really, ahem, basic UI: http://derekslager.com/blog/posts/2007/09/a-better-dotnet-regular-expression-tester.ashx
There is this one, which is a bit more recent: https://rextester.com/tester
But nothing comes near the "normal" regex testers (PCRE, Javascript). What online regex testers do people use? What can you recomment for .NET?
Daniel