hi , how could i analyse a text the user added on a site to
look for some words like "car" "shouffere" .. and then i
can use that information in addition to other information
to make a decision about the adds im going to to show on
the site.
Answer Posted / kalyan
Use .net Regex
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can constructor have return type c#?
What is the difference between virtual and override in c#?
What is managed or unmanaged code?
Explain how is the dll hell problem solved in .net?
What is the purpose of reserved word using in c#?
What's new in c#?
What is the difference between readkey and readline in c#?
What is the difference between const and readonly in c#.net?
Explain the accessibility modifier protected internal?
What is a class level variable in c#?
What is the adv of using System.Text.StringBuilder over System.String?
What is nullable types in c#?
How we convert private assembly into public assembly?
What is yield c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?