sampath meka

sampath meka

  • NA
  • 41
  • 11.7k

C# Regular expression to skip <>,() contains data

Sep 19 2014 12:19 AM
Hello,
 
            I have a query in regular expression . 
string sText ="Declare <Global/Local> Function "<Function>(arguments)" of type "<datatype>""
 
when i implement the regular expression to the above string then i should get output has
 
 sText ="Declare  Function of type "
 
should exclude the text between <> and (). 
 
Thanks &  Regards,
Sampath 

Answers (1)