Regular expressions problem

  • Thread starter Thread starter Josef Janecek
  • Start date Start date
J

Josef Janecek

How can I use regular expressions to have them find paired brackets.
e.g. have VB 6 function definition:
function something (var1 as string, var 2 as somearray(), var3 as string)
and want to get all the attribute definitions between beginning and ending
brackets:
"var1 as string, var 2 as somearray(), var3 as string"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top