"<circle cx='24' cy='24' fill='#CA3737' r='24'>".match(
new RegExp("((?![0-9])(\w+)-*(\w*) *= *)(([0-9.]+)|('.+?')|(\w+))",'g')
)
giving null while this expression is giving correct output on http://regexr.com/
i need a regular expression to find attributes of a tag.