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