hi there...
 
I am having problems checking the following string...
 
string str_Content="The day is <CheckOne> for me <CheckTwo> and so on.. ";
 
how do I create a regex pattern that matches my "<CheckOne>" and "<CheckTwo> " within my str_Content in c#?
 
regards,
Nigil

Reply via email to