How to use RegexMatch in EF Core Cosmos C# I want to apply the below in Linq. Here code is in-case sensitive Cosmos Query SELECT * FROM c WHERE RegexMatch (c.Code, "ZWw","i")