{ "name": "Applet", "author": "Brendan Coles ", "version": "0.2", "description": "This plugin detects instances of applet HTML elements and retrieves the URL from the code parameter.", "website": "http://en.wikipedia.org/wiki/Java_applet", "matches": [ { "regexp": "(?i-mx:]+code[\\s]*=[\\s]*[\"|']?([^\\s^>^\"^']+)[^>]*>)" } ] }