Is there a way to pick apart this text without resorting to regular
expressions?

p {
    color: black;
}

p -> element
color -> property
black -> value
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to