### Background and motivation Hello Can dotnet team add a feature to pattern matching to use RegEx? (with `is` keyword) ### API Proposal I think there is no need to submit an API proposal ### API Usage ```csharp if (data is @"\s+") { } ``` ### Alternative Designs _No response_ ### Risks _No response_