Howdy,

I need to divide several attributes of a tag.
<div key1=val1 key2 = val2 key3='val3' key4 = "val4">
how can I do this without too many time lost?
Is it possible to do this with a regular expression?

Thomas


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to