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

Reply via email to