Skip to content

Instantly share code, notes, and snippets.

@Godoy
Created August 5, 2013 12:49
Show Gist options
  • Select an option

  • Save Godoy/6155683 to your computer and use it in GitHub Desktop.

Select an option

Save Godoy/6155683 to your computer and use it in GitHub Desktop.
busca de parte do valor por regex em um IEnumerable
.Where(u => Regex.IsMatch(u.Nome, busca, RegexOptions.IgnoreCase))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment