Regular expression

  • Thread starter Thread starter Cool
  • Start date Start date
C

Cool

I have a bunch of data in this format:

AccountData(100)
BalanceData(50)

How do I use regex to extract the information ? I expect to get AccountData
and 100 using regular expression. Can this be done using regular expression
?
 
Cool said:
I have a bunch of data in this format:

AccountData(100)
BalanceData(50)

How do I use regex to extract the information ? I expect to get AccountData
and 100 using regular expression. Can this be done using regular expression
?

Search the newsgroup archives for "question for regex" - this should
turn up a thread where I answered a similar question.

HTH & kind regards
frank
 

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

Similar Threads


Back
Top