Visual Studio 2019+ Regex Features
Whether you’ve never heard of regex before, or use it in your code all the time, one thing is almost certain…it is not that easy to read! Case in point: /^#?({3})$/ Thankfully the Visual Studio team at Microsoft have included several handy features inside the code editor to help using regex a little less painful.