Hi: I'm trying to write a regex expression so it will extract the attribute names from a tag. For example, <P attr1=3D"hello world" attr2 attr3=3D"hi" attr4> The regex should return attr1, attr2, attr3 and attr4 Is there anyway to write these into one regex expression? Thanks, Adrian
- Re: regex question Adrian Pang
- Re: regex question Jeff 'japhy' Pinyan
- Re: regex question Pete Emerson
- Re: regex question Jeff 'japhy' Pinyan
- Re: regex question Michael Fowler
- Re: Re: Regex question Bruno Veldeman
- extracting substr William
- Re: extracting substr Karen Cravens
- Re: extracting substr Dave Cross
- Re: extracting substr Karen Cravens
- Re: extracting substr iain truskett