Posts by user222823 • 26 points
1 post
-
1
votes1
answer50
viewsA: C# Lambda function with multiple validations, checking using contains with multiple comparisons
Cara tries this solution and compares _lancamento.Where(x => x.Localizado && new List<string> { "6", "9" }.Contains(String.Join("", Regex.Split(x.descricao, @"[^\d]")))…