{ "name": "Meta-Author", "author": "Brendan Coles ", "version": "0.1", "description": "This plugin retrieves the author name from the meta name tag - info: http://www.webmarketingnow.com/tips/meta-tags-uncovered.html#author", "website": null, "matches": [ { "regexp": "(?i-mx:^=]+name[\\s]*=[\\s]*['\"]?author['\"]?[^>^=]+content[\\s]*=[\\s]*['\"]([^'^\"^>]+))" }, { "regexp": "(?i-mx:^=]+content[\\s]*=[\\s]*['\"]([^\"^'^>]+)['\"][^>^=]+name[\\s]*=[\\s]*['\"]?author['\"]?)" } ] }