RegEx help needed: How can I group between two tags?

  • Thread starter Thread starter Andreas Klemt
  • Start date Start date
A

Andreas Klemt

Hello,

how can I group everything between a tag like
<title>xx22yyy</title>

but ONLY word-charactor, NO digits.

Result should be:
Group: xxyyy


Thanks for any help or for any hint where to post this to get help.
Andreas
 
Andreas

This ought to get you going in the right direction
http://www.4guysfromrolla.com/webtech/031302-1.shtm

----- Andreas Klemt wrote: ----

Hello

how can I group everything between a tag lik
<title>xx22yyy</title

but ONLY word-charactor, NO digits

Result should be
Group: xxyy


Thanks for any help or for any hint where to post this to get help
Andrea
 

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