Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Kindly suggest me a effective way to search for UTF-8 Entities within a String. How do i make a pattern or Regex which can search UTF Entities in a text file.

I am using following code for searching in C#.net using MatchCollection :

string utfmatter = "REGEX PATTHERN";
MatchCollection matchCollection_utfmatter = Regex.Matches(text, utfmatter);

In above code text is a variable which contains a set of Strings and utfmatter is the variable in which i am storing the required regex pattern.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900