C# regex extracting tags
Posted
by SysAdmin
on Stack Overflow
See other posts from Stack Overflow
or by SysAdmin
Published on 2010-03-27T19:31:47Z
Indexed on
2010/03/27
19:33 UTC
Read the original article
Hit count: 166
Hi, Say I have a few string like
Hi my name is <Name>
Hi <name>, shall we go for a <Drink>
Is it possible to get the tags captured through c# Regex? like <Name>, <drink>
etc?
I am not able to get it right..
© Stack Overflow or respective owner