我试图解析HTML标签的字符串在PHP属性。 可以有三种情况:
attribute="value" //inside the quotes there can be everything also other escaped quotes
attribute //without the value
attribute=value //without quotes so there are only alphanumeric characters
有人可以帮助我找到一个正则表达式,可以在第一场比赛中的属性名称,并在第二个属性值获取(如果它存在的话)?