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
 
Back
Top