Created
August 5, 2013 12:49
-
-
Save Godoy/6155683 to your computer and use it in GitHub Desktop.
busca de parte do valor por regex em um IEnumerable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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