Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/
g

Test String

Code Generator

Generated Code

#include <StringConstants.au3> ; to declare the Constants of StringRegExp #include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate Local $sRegex = "<label class="icn16 .*" for=".*">(.*)<[^>]+>" Local $sString = "" & @CRLF & _ "<!doctype html>" & @CRLF & _ "<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->" & @CRLF & _ "<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->" & @CRLF & _ "<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->" & @CRLF & _ "<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->" & @CRLF & _ "<head>" & @CRLF & _ "<meta charset="utf-8">" & @CRLF & _ "<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">" & @CRLF & _ "<title>" & @CRLF & _ "Ninite - Install or Update Multiple Apps at Once" & @CRLF & _ "</title>" & @CRLF & _ "<meta name="description" content="The easiest, fastest way to update or install software. Ninite downloads and installs programs automatically in the background.">" & @CRLF & _ "<meta name="author" content="">" & @CRLF & _ "<!--" & @CRLF & _ "<meta name="viewport" content="width=device-width, initial-scale=1.0">" & @CRLF & _ "-->" & @CRLF & _ "<link rel="icon" type="image/png" href="https://d8f7mp21btv4f.cloudfront.net/favicon-f2adff6a3437e4b447b9ed3e18ea6da3.png">" & @CRLF & _ "<link rel="stylesheet" href="https://d8f7mp21btv4f.cloudfront.net/css/style-2ac77874a515f12011f1769b65e3743b.css">" & @CRLF & _ "<script src="https://d8f7mp21btv4f.cloudfront.net/js/libs/modernizr.min-fdea45d32b49928d8028af0c4e836788.js"></script>" & @CRLF & _ "" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "var _gaq = _gaq || [];" & @CRLF & _ "_gaq.push(['_setAccount', 'UA-10831845-1']);" & @CRLF & _ "_gaq.push(['_trackPageview']);" & @CRLF & _ "_gaq.push(['_trackPageLoadTime']);" & @CRLF & _ "(function() {" & @CRLF & _ "var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;" & @CRLF & _ "ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';" & @CRLF & _ "var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);" & @CRLF & _ "})();" & @CRLF & _ "</script>" & @CRLF & _ "</head>" & @CRLF & _ "<body>" & @CRLF & _ "<div id="container">" & @CRLF & _ "" & @CRLF & _ "<div class="header">" & @CRLF & _ "<div class="container_12">" & @CRLF & _ "<div class="grid_6">" & @CRLF & _ "<a class="brand" href="/">Ninite</a>" & @CRLF & _ "<a href="/pro">Ninite Pro</a>" & @CRLF & _ "<a href="/updater/">Ninite Updater</a>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="grid_6 right">" & @CRLF & _ "<a href="/help/">help</a>" & @CRLF & _ "<a href="/feedback/">feedback</a>" & @CRLF & _ "" & @CRLF & _ "<a href="/signin/">sign in</a>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<style>" & @CRLF & _ "body {" & @CRLF & _ "background: #fff;" & @CRLF & _ "overflow-x: hidden;" & @CRLF & _ "}" & @CRLF & _ "#content {" & @CRLF & _ "display: none;" & @CRLF & _ "}" & @CRLF & _ ".home_heading {" & @CRLF & _ "margin-bottom: 4px;" & @CRLF & _ "}" & @CRLF & _ ".app_category, .app_name {" & @CRLF & _ "list-style-type: none;" & @CRLF & _ "}" & @CRLF & _ ".app_category_list, .app_name_list {" & @CRLF & _ "padding: 0;" & @CRLF & _ "margin: 0;" & @CRLF & _ "}" & @CRLF & _ ".app_category_list {" & @CRLF & _ "margin: 0 auto;" & @CRLF & _ "}" & @CRLF & _ ".app_category {" & @CRLF & _ "width: 145px;" & @CRLF & _ "margin-right: 2px;" & @CRLF & _ "float: left;" & @CRLF & _ "}" & @CRLF & _ ".app_category_name {" & @CRLF & _ "margin: 16px 0 0;" & @CRLF & _ "}" & @CRLF & _ ".app_name {" & @CRLF & _ "margin: 2px 0 0;" & @CRLF & _ "cursor: pointer;" & @CRLF & _ "}" & @CRLF & _ ".app_name .icn16 {" & @CRLF & _ "display: inline-block;" & @CRLF & _ "height: 16px;" & @CRLF & _ "width: auto;" & @CRLF & _ "padding-left: 17px;" & @CRLF & _ "}" & @CRLF & _ ".app_name:hover {" & @CRLF & _ "background: #f8de7e;" & @CRLF & _ "}" & @CRLF & _ ".selected_app {" & @CRLF & _ "background: #5CE673;" & @CRLF & _ "}" & @CRLF & _ ".selected_app:hover {" & @CRLF & _ "background: #52CC66;" & @CRLF & _ "}" & @CRLF & _ ".get_installer_button {" & @CRLF & _ "margin: 16px 0;" & @CRLF & _ "}" & @CRLF & _ ".ninite_opinions {" & @CRLF & _ "margin: 0;" & @CRLF & _ "padding: 0;" & @CRLF & _ "}" & @CRLF & _ ".ninite_opinions li {" & @CRLF & _ "margin-top: 5px;" & @CRLF & _ "}" & @CRLF & _ ".homepage_explanation {" & @CRLF & _ "border-bottom: none;" & @CRLF & _ "}" & @CRLF & _ ".homepage_instructions {" & @CRLF & _ "margin: 10px auto;" & @CRLF & _ "}" & @CRLF & _ ".homepage_info {" & @CRLF & _ "margin-top: 50px;" & @CRLF & _ "}" & @CRLF & _ "/* masonry transitions */" & @CRLF & _ ".masonry, .masonry .masonry-brick {" & @CRLF & _ "-webkit-transition-duration: 0.7s;" & @CRLF & _ "-moz-transition-duration: 0.7s;" & @CRLF & _ "-ms-transition-duration: 0.7s;" & @CRLF & _ "-o-transition-duration: 0.7s;" & @CRLF & _ "transition-duration: 0.7s;" & @CRLF & _ "}" & @CRLF & _ ".masonry {" & @CRLF & _ "-webkit-transition-property: height, width;" & @CRLF & _ "-moz-transition-property: height, width;" & @CRLF & _ "-ms-transition-property: height, width;" & @CRLF & _ "-o-transition-property: height, width;" & @CRLF & _ "transition-property: height, width;" & @CRLF & _ "}" & @CRLF & _ ".masonry .masonry-brick {" & @CRLF & _ "-webkit-transition-property: left, right, top;" & @CRLF & _ "-moz-transition-property: left, right, top;" & @CRLF & _ "-ms-transition-property: left, right, top;" & @CRLF & _ "-o-transition-property: left, right, top;" & @CRLF & _ "transition-property: left, right, top;" & @CRLF & _ "}" & @CRLF & _ "</style>" & @CRLF & _ "<div class="homepage_explanation">" & @CRLF & _ "<div class="container_12">" & @CRLF & _ "<div class="grid_6">" & @CRLF & _ "<h1 class="home_heading">Install and Update All Your Programs at Once</h1>" & @CRLF & _ "<img style="border-radius: 16px;" width="444" height="299" src="https://d8f7mp21btv4f.cloudfront.net/img/screenshot-507034b30050770944e5bd1855e1c9b0.png" alt="A Ninite Installer">" & @CRLF & _ "<br>" & @CRLF & _ "No toolbars. No clicking next." & @CRLF & _ "Just pick your apps and click Get Installer." & @CRLF & _ "</div>" & @CRLF & _ "<div class="grid_3">" & @CRLF & _ "<h1 class="home_heading">Always Up-to-date</h1>" & @CRLF & _ "<p>You don't have to watch for updates. Our bots do that. Here's what's new:</p>" & @CRLF & _ "" & @CRLF & _ "<p>" & @CRLF & _ "Glary updated to 5.35.0.55.<br>" & @CRLF & _ "<span class="news_timestamp">16 hours ago</span>" & @CRLF & _ "</p>" & @CRLF & _ "" & @CRLF & _ "<p>" & @CRLF & _ "AIMP updated to 3.60.1503.<br>" & @CRLF & _ "<span class="news_timestamp">Saturday at 6:31 pm</span>" & @CRLF & _ "</p>" & @CRLF & _ "" & @CRLF & _ "<p>" & @CRLF & _ "Dropbox updated to 3.10.5.<br>" & @CRLF & _ "<span class="news_timestamp">Friday at 7:41 pm</span>" & @CRLF & _ "</p>" & @CRLF & _ "" & @CRLF & _ "<p>" & @CRLF & _ "Chrome updated to 45.0.2454.101.<br>" & @CRLF & _ "<span class="news_timestamp">Thursday at 11:07 pm</span>" & @CRLF & _ "</p>" & @CRLF & _ "" & @CRLF & _ "<p>" & @CRLF & _ "Skype updated to 7.11.0.102.<br>" & @CRLF & _ "<span class="news_timestamp">Thursday at 8:19 pm</span>" & @CRLF & _ "</p>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<p><a href="/news">more news</a></p>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="grid_3">" & @CRLF & _ "<h1 class="home_heading">Trusted by Millions</h1>" & @CRLF & _ "<p>We install and update over 500,000 programs each day for millions of home users and <a href="https://ninite.com/pro">Ninite Pro</a> subscribers like NASA, Harvard Medical School, and Tupperware.</p>" & @CRLF & _ "<p>The <a href="/press">press</a> likes us too:</p>" & @CRLF & _ "<p>" & @CRLF & _ "&#8220;I'll bet the service saved me a couple hours&#8221;" & @CRLF & _ "<br>" & @CRLF & _ "<b>PCWorld</b>" & @CRLF & _ "</p>" & @CRLF & _ "<p>" & @CRLF & _ "&#8220;Ninite.com frees up your day&#8221;" & @CRLF & _ "<br>" & @CRLF & _ "<b>The Christian Science Monitor</b>" & @CRLF & _ "</p>" & @CRLF & _ "<p>" & @CRLF & _ "&#8220;This post can be fairly short because Ninite works exactly as advertised.&#8221;" & @CRLF & _ "<br>" & @CRLF & _ "<b>Lifehacker</b>" & @CRLF & _ "</p>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="container_12 homepage_instructions">" & @CRLF & _ "<div class="grid_4">" & @CRLF & _ "<h1 class="home_heading">1. Click all the apps you want</h1>" & @CRLF & _ "You can learn more about a program by hovering over it." & @CRLF & _ "</div>" & @CRLF & _ "<div class="grid_4">" & @CRLF & _ "<h1 class="home_heading">2. Click Get Installer and run it</h1>" & @CRLF & _ "Ninite installs apps for you in the background." & @CRLF & _ "No clicking next." & @CRLF & _ "We say NO to toolbars or other junk." & @CRLF & _ "</div>" & @CRLF & _ "<div class="grid_4">" & @CRLF & _ "<h1 class="home_heading">3. Run it again later</h1>" & @CRLF & _ "Your installer will update apps to the latest versions. If something is up-to-date we'll skip it." & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="container_12">" & @CRLF & _ "<div class="grid_12">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<h1 class="visuallyhidden">We also have a page for screenreader-friendly" & @CRLF & _ "accessible apps at <a href="/accessible">ninite.com/accessible</a>.</h1>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<form method="POST">" & @CRLF & _ "<input type="hidden" name="_xsrf" value="2|264cb74f|df809b2aea80a04375f18cd76fdcdc32|1443511718"/>" & @CRLF & _ "<ul class="app_category_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Web Browsers</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Fast Browser by Google 45.0.2454.101">" & @CRLF & _ "<input type="checkbox" name="apps" value="chrome"" & @CRLF & _ "id="cb_kvedr">" & @CRLF & _ "<label class="icn16 icn16_kvedr" for="cb_kvedr">Chrome</label>" & @CRLF & _ "<p class="visuallyhidden">Fast Browser by Google 45.0.2454.101</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Alternative Browser 32.0.1948.25">" & @CRLF & _ "<input type="checkbox" name="apps" value="operaChromium"" & @CRLF & _ "id="cb_dqbak">" & @CRLF & _ "<label class="icn16 icn16_dqbak" for="cb_dqbak">Opera Chromium</label>" & @CRLF & _ "<p class="visuallyhidden">Alternative Browser 32.0.1948.25</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Extensible Browser 41.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="firefox"" & @CRLF & _ "id="cb_22s4s">" & @CRLF & _ "<label class="icn16 icn16_22s4s" for="cb_22s4s">Firefox</label>" & @CRLF & _ "<p class="visuallyhidden">Extensible Browser 41.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Messaging</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Internet Telephone 7.11.0.102">" & @CRLF & _ "<input type="checkbox" name="apps" value="skype"" & @CRLF & _ "id="cb_2qq4h">" & @CRLF & _ "<label class="icn16 icn16_2qq4h" for="cb_2qq4h">Skype</label>" & @CRLF & _ "<p class="visuallyhidden">Internet Telephone 7.11.0.102</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Multi-IM Client 2.10.11">" & @CRLF & _ "<input type="checkbox" name="apps" value="pidgin"" & @CRLF & _ "id="cb_tm27m">" & @CRLF & _ "<label class="icn16 icn16_tm27m" for="cb_tm27m">Pidgin</label>" & @CRLF & _ "<p class="visuallyhidden">Multi-IM Client 2.10.11</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Email Reader by Mozilla 38.2.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="thunderbird"" & @CRLF & _ "id="cb_4nn6w">" & @CRLF & _ "<label class="icn16 icn16_4nn6w" for="cb_4nn6w">Thunderbird</label>" & @CRLF & _ "<p class="visuallyhidden">Email Reader by Mozilla 38.2.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Trillian IM 5.6.0.5">" & @CRLF & _ "<input type="checkbox" name="apps" value="trillian"" & @CRLF & _ "id="cb_tvalh">" & @CRLF & _ "<label class="icn16 icn16_tvalh" for="cb_tvalh">Trillian</label>" & @CRLF & _ "<p class="visuallyhidden">Trillian IM 5.6.0.5</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="AOL Instant Messenger 7.5.14.8">" & @CRLF & _ "<input type="checkbox" name="apps" value="aim"" & @CRLF & _ "id="cb_iicoh">" & @CRLF & _ "<label class="icn16 icn16_iicoh" for="cb_iicoh">AIM</label>" & @CRLF & _ "<p class="visuallyhidden">AOL Instant Messenger 7.5.14.8</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Yahoo! IM Client 11.5.0.0228">" & @CRLF & _ "<input type="checkbox" name="apps" value="yahoo"" & @CRLF & _ "id="cb_eqp6r">" & @CRLF & _ "<label class="icn16 icn16_eqp6r" for="cb_eqp6r">Yahoo!</label>" & @CRLF & _ "<p class="visuallyhidden">Yahoo! IM Client 11.5.0.0228</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Media</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Music/Media Manager 12.3.0.44">" & @CRLF & _ "<input type="checkbox" name="apps" value="itunes"" & @CRLF & _ "id="cb_hmiuc">" & @CRLF & _ "<label class="icn16 icn16_hmiuc" for="cb_hmiuc">iTunes</label>" & @CRLF & _ "<p class="visuallyhidden">Music/Media Manager 12.3.0.44</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Great Video Player 2.2.1">" & @CRLF & _ "<input type="checkbox" name="apps" value="vlc"" & @CRLF & _ "id="cb_5hco5">" & @CRLF & _ "<label class="icn16 icn16_5hco5" for="cb_5hco5">VLC</label>" & @CRLF & _ "<p class="visuallyhidden">Great Video Player 2.2.1</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Video Player 4.0.0.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="kmplayer"" & @CRLF & _ "id="cb_tglx7">" & @CRLF & _ "<label class="icn16 icn16_tglx7" for="cb_tglx7">KMPlayer</label>" & @CRLF & _ "<p class="visuallyhidden">Video Player 4.0.0.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Music Player 3.60.1503">" & @CRLF & _ "<input type="checkbox" name="apps" value="aimp"" & @CRLF & _ "id="cb_lconn">" & @CRLF & _ "<label class="icn16 icn16_lconn" for="cb_lconn">AIMP</label>" & @CRLF & _ "<p class="visuallyhidden">Music Player 3.60.1503</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Music Player 1.3.8">" & @CRLF & _ "<input type="checkbox" name="apps" value="foobar"" & @CRLF & _ "id="cb_hbmpm">" & @CRLF & _ "<label class="icn16 icn16_hbmpm" for="cb_hbmpm">foobar2000</label>" & @CRLF & _ "<p class="visuallyhidden">Music Player 1.3.8</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Music Player 5.6.6.3516">" & @CRLF & _ "<input type="checkbox" name="apps" value="winamp"" & @CRLF & _ "id="cb_gs7lf">" & @CRLF & _ "<label class="icn16 icn16_gs7lf" for="cb_gs7lf">Winamp</label>" & @CRLF & _ "<p class="visuallyhidden">Music Player 5.6.6.3516</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Audio Editor 2.1.1">" & @CRLF & _ "<input type="checkbox" name="apps" value="audacity"" & @CRLF & _ "id="cb_htevm">" & @CRLF & _ "<label class="icn16 icn16_htevm" for="cb_htevm">Audacity</label>" & @CRLF & _ "<p class="visuallyhidden">Audio Editor 2.1.1</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Video decoders plus Media Player Classic 11.4.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="klitecodecs"" & @CRLF & _ "id="cb_w53be">" & @CRLF & _ "<label class="icn16 icn16_w53be" for="cb_w53be">K-Lite Codecs</label>" & @CRLF & _ "<p class="visuallyhidden">Video decoders plus Media Player Classic 11.4.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Video Player 2.2.69.5227">" & @CRLF & _ "<input type="checkbox" name="apps" value="gom"" & @CRLF & _ "id="cb_uhgi3">" & @CRLF & _ "<label class="icn16 icn16_uhgi3" for="cb_uhgi3">GOM</label>" & @CRLF & _ "<p class="visuallyhidden">Video Player 2.2.69.5227</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Online Music Service 1.0.14.124">" & @CRLF & _ "<input type="checkbox" name="apps" value="spotify"" & @CRLF & _ "id="cb_tlvlq">" & @CRLF & _ "<label class="icn16 icn16_tlvlq" for="cb_tlvlq">Spotify</label>" & @CRLF & _ "<p class="visuallyhidden">Online Music Service 1.0.14.124</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Video decoders plus MPC 2014.07.13">" & @CRLF & _ "<input type="checkbox" name="apps" value="cccp"" & @CRLF & _ "id="cb_xsupa">" & @CRLF & _ "<label class="icn16 icn16_xsupa" for="cb_xsupa">CCCP</label>" & @CRLF & _ "<p class="visuallyhidden">Video decoders plus MPC 2014.07.13</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Music Organizer 4.1.8.1751">" & @CRLF & _ "<input type="checkbox" name="apps" value="mediamonkey"" & @CRLF & _ "id="cb_7qwxr">" & @CRLF & _ "<label class="icn16 icn16_7qwxr" for="cb_7qwxr">MediaMonkey</label>" & @CRLF & _ "<p class="visuallyhidden">Music Organizer 4.1.8.1751</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Video Player 7.7.8">" & @CRLF & _ "<input type="checkbox" name="apps" value="quicktime"" & @CRLF & _ "id="cb_nmyd5">" & @CRLF & _ "<label class="icn16 icn16_nmyd5" for="cb_nmyd5">QuickTime</label>" & @CRLF & _ "<p class="visuallyhidden">Video Player 7.7.8</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Runtimes</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Java Runtime Environment (JRE) 8u60-b27">" & @CRLF & _ "<input type="checkbox" name="apps" value="java8"" & @CRLF & _ "id="cb_za42k">" & @CRLF & _ "<label class="icn16 icn16_za42k" for="cb_za42k">Java 8</label>" & @CRLF & _ "<p class="visuallyhidden">Java Runtime Environment (JRE) 8u60-b27</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Microsoft .NET 4.6.00081">" & @CRLF & _ "<input type="checkbox" name="apps" value=".net4.6"" & @CRLF & _ "id="cb_mq4ah">" & @CRLF & _ "<label class="icn16 icn16_mq4ah" for="cb_mq4ah">.NET 4.6</label>" & @CRLF & _ "<p class="visuallyhidden">Microsoft .NET 4.6.00081</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Microsoft Silverlight 5.1.40728.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="silverlight"" & @CRLF & _ "id="cb_sutoa">" & @CRLF & _ "<label class="icn16 icn16_sutoa" for="cb_sutoa">Silverlight</label>" & @CRLF & _ "<p class="visuallyhidden">Microsoft Silverlight 5.1.40728.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Adobe Air 19.0.0.190">" & @CRLF & _ "<input type="checkbox" name="apps" value="air"" & @CRLF & _ "id="cb_hrcyq">" & @CRLF & _ "<label class="icn16 icn16_hrcyq" for="cb_hrcyq">Air</label>" & @CRLF & _ "<p class="visuallyhidden">Adobe Air 19.0.0.190</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Shockwave Player 12.2.0.162">" & @CRLF & _ "<input type="checkbox" name="apps" value="shockwave"" & @CRLF & _ "id="cb_rci2j">" & @CRLF & _ "<label class="icn16 icn16_rci2j" for="cb_rci2j">Shockwave</label>" & @CRLF & _ "<p class="visuallyhidden">Shockwave Player 12.2.0.162</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Imaging</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Image Editor 4.6.5693.28 (requires .NET 4.5)">" & @CRLF & _ "<input type="checkbox" name="apps" value="paint.net"" & @CRLF & _ "id="cb_by33i">" & @CRLF & _ "<label class="icn16 icn16_by33i" for="cb_by33i">Paint.NET</label>" & @CRLF & _ "<p class="visuallyhidden">Image Editor 4.6.5693.28 (requires .NET 4.5)</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Photo Manager by Google 3.9.140.248">" & @CRLF & _ "<input type="checkbox" name="apps" value="picasa"" & @CRLF & _ "id="cb_f5zjo">" & @CRLF & _ "<label class="icn16 icn16_f5zjo" for="cb_f5zjo">Picasa</label>" & @CRLF & _ "<p class="visuallyhidden">Photo Manager by Google 3.9.140.248</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Open Source Image Editor 2.8.14">" & @CRLF & _ "<input type="checkbox" name="apps" value="gimp"" & @CRLF & _ "id="cb_7rlms">" & @CRLF & _ "<label class="icn16 icn16_7rlms" for="cb_7rlms">GIMP</label>" & @CRLF & _ "<p class="visuallyhidden">Open Source Image Editor 2.8.14</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Image Viewer 4.40">" & @CRLF & _ "<input type="checkbox" name="apps" value="irfanview"" & @CRLF & _ "id="cb_2n6do">" & @CRLF & _ "<label class="icn16 icn16_2n6do" for="cb_2n6do">IrfanView</label>" & @CRLF & _ "<p class="visuallyhidden">Image Viewer 4.40</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Image Viewer 2.34">" & @CRLF & _ "<input type="checkbox" name="apps" value="xnview"" & @CRLF & _ "id="cb_hzubg">" & @CRLF & _ "<label class="icn16 icn16_hzubg" for="cb_hzubg">XnView</label>" & @CRLF & _ "<p class="visuallyhidden">Image Viewer 2.34</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Vector Graphics Editor 0.91">" & @CRLF & _ "<input type="checkbox" name="apps" value="inkscape"" & @CRLF & _ "id="cb_g6lly">" & @CRLF & _ "<label class="icn16 icn16_g6lly" for="cb_g6lly">Inkscape</label>" & @CRLF & _ "<p class="visuallyhidden">Vector Graphics Editor 0.91</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="FastStone Image Viewer 5.5">" & @CRLF & _ "<input type="checkbox" name="apps" value="faststone"" & @CRLF & _ "id="cb_6nlg6">" & @CRLF & _ "<label class="icn16 icn16_6nlg6" for="cb_6nlg6">FastStone</label>" & @CRLF & _ "<p class="visuallyhidden">FastStone Image Viewer 5.5</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Screenshot Tool 1.2.6.7">" & @CRLF & _ "<input type="checkbox" name="apps" value="greenshot"" & @CRLF & _ "id="cb_wq43l">" & @CRLF & _ "<label class="icn16 icn16_wq43l" for="cb_wq43l">Greenshot</label>" & @CRLF & _ "<p class="visuallyhidden">Screenshot Tool 1.2.6.7</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Documents</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Free Office Suite 4.1.1 (JRE recommended)">" & @CRLF & _ "<input type="checkbox" name="apps" value="openoffice"" & @CRLF & _ "id="cb_x52fw">" & @CRLF & _ "<label class="icn16 icn16_x52fw" for="cb_x52fw">OpenOffice</label>" & @CRLF & _ "<p class="visuallyhidden">Free Office Suite 4.1.1 (JRE recommended)</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Adobe PDF Reader 15.8.20082">" & @CRLF & _ "<input type="checkbox" name="apps" value="readerDC"" & @CRLF & _ "id="cb_edv2t">" & @CRLF & _ "<label class="icn16 icn16_edv2t" for="cb_edv2t">Reader DC</label>" & @CRLF & _ "<p class="visuallyhidden">Adobe PDF Reader 15.8.20082</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Lightweight PDF Reader 3.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="sumatrapdf"" & @CRLF & _ "id="cb_m4qxn">" & @CRLF & _ "<label class="icn16 icn16_m4qxn" for="cb_m4qxn">SumatraPDF</label>" & @CRLF & _ "<p class="visuallyhidden">Lightweight PDF Reader 3.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Alternative PDF Reader 7.2.0.0722">" & @CRLF & _ "<input type="checkbox" name="apps" value="foxit"" & @CRLF & _ "id="cb_n3l7s">" & @CRLF & _ "<label class="icn16 icn16_n3l7s" for="cb_n3l7s">Foxit Reader</label>" & @CRLF & _ "<p class="visuallyhidden">Alternative PDF Reader 7.2.0.0722</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Print Documents as PDF Files 3.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="cutepdf"" & @CRLF & _ "id="cb_g2ba4">" & @CRLF & _ "<label class="icn16 icn16_g2ba4" for="cb_g2ba4">CutePDF</label>" & @CRLF & _ "<p class="visuallyhidden">Print Documents as PDF Files 3.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Free Office Suite 5.0.2 (JRE recommended)">" & @CRLF & _ "<input type="checkbox" name="apps" value="libreoffice"" & @CRLF & _ "id="cb_iym3r">" & @CRLF & _ "<label class="icn16 icn16_iym3r" for="cb_iym3r">LibreOffice</label>" & @CRLF & _ "<p class="visuallyhidden">Free Office Suite 5.0.2 (JRE recommended)</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Print Documents as PDF Files 2.1.2.884">" & @CRLF & _ "<input type="checkbox" name="apps" value="pdfcreator"" & @CRLF & _ "id="cb_jjvo5">" & @CRLF & _ "<label class="icn16 icn16_jjvo5" for="cb_jjvo5">PDFCreator</label>" & @CRLF & _ "<p class="visuallyhidden">Print Documents as PDF Files 2.1.2.884</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Security</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Great Antivirus by Microsoft 4.8.204">" & @CRLF & _ "<input type="checkbox" name="apps" value="essentials"" & @CRLF & _ "id="cb_da233">" & @CRLF & _ "<label class="icn16 icn16_da233" for="cb_da233">Essentials</label>" & @CRLF & _ "<p class="visuallyhidden">Great Antivirus by Microsoft 4.8.204</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Avast Free Antivirus 10.4.2233">" & @CRLF & _ "<input type="checkbox" name="apps" value="avast"" & @CRLF & _ "id="cb_l3vzg">" & @CRLF & _ "<label class="icn16 icn16_l3vzg" for="cb_l3vzg">Avast</label>" & @CRLF & _ "<p class="visuallyhidden">Avast Free Antivirus 10.4.2233</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="AVG Free Antivirus 2015 15.0.6140">" & @CRLF & _ "<input type="checkbox" name="apps" value="avg"" & @CRLF & _ "id="cb_4mrni">" & @CRLF & _ "<label class="icn16 icn16_4mrni" for="cb_4mrni">AVG</label>" & @CRLF & _ "<p class="visuallyhidden">AVG Free Antivirus 2015 15.0.6140</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Malware Remover 2.1.8.1057">" & @CRLF & _ "<input type="checkbox" name="apps" value="malwarebytes"" & @CRLF & _ "id="cb_mgdaa">" & @CRLF & _ "<label class="icn16 icn16_mgdaa" for="cb_mgdaa">Malwarebytes</label>" & @CRLF & _ "<p class="visuallyhidden">Malware Remover 2.1.8.1057</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Antivirus Free Trial 11.8.586.8535">" & @CRLF & _ "<input type="checkbox" name="apps" value="adaware"" & @CRLF & _ "id="cb_avnaa">" & @CRLF & _ "<label class="icn16 icn16_avnaa" for="cb_avnaa">Ad-Aware</label>" & @CRLF & _ "<p class="visuallyhidden">Antivirus Free Trial 11.8.586.8535</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Spyware Remover 2.4.40">" & @CRLF & _ "<input type="checkbox" name="apps" value="spybot2"" & @CRLF & _ "id="cb_fflxm">" & @CRLF & _ "<label class="icn16 icn16_fflxm" for="cb_fflxm">Spybot 2</label>" & @CRLF & _ "<p class="visuallyhidden">Spyware Remover 2.4.40</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Avira Free Antivirus 15.0.13.202">" & @CRLF & _ "<input type="checkbox" name="apps" value="avira"" & @CRLF & _ "id="cb_e54zh">" & @CRLF & _ "<label class="icn16 icn16_e54zh" for="cb_e54zh">Avira</label>" & @CRLF & _ "<p class="visuallyhidden">Avira Free Antivirus 15.0.13.202</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="SUPERAntiSpyware Free 6.0.1206">" & @CRLF & _ "<input type="checkbox" name="apps" value="super"" & @CRLF & _ "id="cb_dmzdc">" & @CRLF & _ "<label class="icn16 icn16_dmzdc" for="cb_dmzdc">Super</label>" & @CRLF & _ "<p class="visuallyhidden">SUPERAntiSpyware Free 6.0.1206</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">File Sharing</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Free Bittorrent Client 3.2.3">" & @CRLF & _ "<input type="checkbox" name="apps" value="qbittorrent"" & @CRLF & _ "id="cb_itstl">" & @CRLF & _ "<label class="icn16 icn16_itstl" for="cb_itstl">qBittorrent</label>" & @CRLF & _ "<p class="visuallyhidden">Free Bittorrent Client 3.2.3</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="File Sharing Client 0.50a">" & @CRLF & _ "<input type="checkbox" name="apps" value="emule"" & @CRLF & _ "id="cb_ceish">" & @CRLF & _ "<label class="icn16 icn16_ceish" for="cb_ceish">eMule</label>" & @CRLF & _ "<p class="visuallyhidden">File Sharing Client 0.50a</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Online Storage</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Great Online Backup/File Sync 3.10.5">" & @CRLF & _ "<input type="checkbox" name="apps" value="dropbox"" & @CRLF & _ "id="cb_f4z4i">" & @CRLF & _ "<label class="icn16 icn16_f4z4i" for="cb_f4z4i">Dropbox</label>" & @CRLF & _ "<p class="visuallyhidden">Great Online Backup/File Sync 3.10.5</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Online Backup/File Sync 1.25.0286.7715">" & @CRLF & _ "<input type="checkbox" name="apps" value="googledrive"" & @CRLF & _ "id="cb_v4sqq">" & @CRLF & _ "<label class="icn16 icn16_v4sqq" for="cb_v4sqq">Google Drive</label>" & @CRLF & _ "<p class="visuallyhidden">Online Backup/File Sync 1.25.0286.7715</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="MozyHome Online Backup 2.28.2.432">" & @CRLF & _ "<input type="checkbox" name="apps" value="mozy"" & @CRLF & _ "id="cb_r7qtr">" & @CRLF & _ "<label class="icn16 icn16_r7qtr" for="cb_r7qtr">Mozy</label>" & @CRLF & _ "<p class="visuallyhidden">MozyHome Online Backup 2.28.2.432</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Online File Sync by Microsoft 17.3.5951.0827">" & @CRLF & _ "<input type="checkbox" name="apps" value="onedrive"" & @CRLF & _ "id="cb_57ao2">" & @CRLF & _ "<label class="icn16 icn16_57ao2" for="cb_57ao2">OneDrive</label>" & @CRLF & _ "<p class="visuallyhidden">Online File Sync by Microsoft 17.3.5951.0827</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Online Backup/File Sync 3.6.0.1.139445">" & @CRLF & _ "<input type="checkbox" name="apps" value="sugarsync"" & @CRLF & _ "id="cb_rm6zf">" & @CRLF & _ "<label class="icn16 icn16_rm6zf" for="cb_rm6zf">SugarSync</label>" & @CRLF & _ "<p class="visuallyhidden">Online Backup/File Sync 3.6.0.1.139445</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="File Synchronization 1.4.111">" & @CRLF & _ "<input type="checkbox" name="apps" value="bittorrentsync"" & @CRLF & _ "id="cb_mwfrt">" & @CRLF & _ "<label class="icn16 icn16_mwfrt" for="cb_mwfrt">BitTorrent Sync</label>" & @CRLF & _ "<p class="visuallyhidden">File Synchronization 1.4.111</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Other</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Online Notes 5.9.1.8742">" & @CRLF & _ "<input type="checkbox" name="apps" value="evernote"" & @CRLF & _ "id="cb_i2ycj">" & @CRLF & _ "<label class="icn16 icn16_i2ycj" for="cb_i2ycj">Evernote</label>" & @CRLF & _ "<p class="visuallyhidden">Online Notes 5.9.1.8742</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Online Atlas by Google 7.1.5.1557">" & @CRLF & _ "<input type="checkbox" name="apps" value="googleearth"" & @CRLF & _ "id="cb_ewkjy">" & @CRLF & _ "<label class="icn16 icn16_ewkjy" for="cb_ewkjy">Google Earth</label>" & @CRLF & _ "<p class="visuallyhidden">Online Atlas by Google 7.1.5.1557</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="App Store for Games">" & @CRLF & _ "<input type="checkbox" name="apps" value="steam"" & @CRLF & _ "id="cb_oxxml">" & @CRLF & _ "<label class="icn16 icn16_oxxml" for="cb_oxxml">Steam</label>" & @CRLF & _ "<p class="visuallyhidden">App Store for Games</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Password Manager 2.30">" & @CRLF & _ "<input type="checkbox" name="apps" value="keepass2"" & @CRLF & _ "id="cb_jrd6u">" & @CRLF & _ "<label class="icn16 icn16_jrd6u" for="cb_jrd6u">KeePass 2</label>" & @CRLF & _ "<p class="visuallyhidden">Password Manager 2.30</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Local File Search Engine 1.3.4.686">" & @CRLF & _ "<input type="checkbox" name="apps" value="everything"" & @CRLF & _ "id="cb_gew3n">" & @CRLF & _ "<label class="icn16 icn16_gew3n" for="cb_gew3n">Everything</label>" & @CRLF & _ "<p class="visuallyhidden">Local File Search Engine 1.3.4.686</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Screen Reader 2015.3">" & @CRLF & _ "<input type="checkbox" name="apps" value="nvda"" & @CRLF & _ "id="cb_rrag3">" & @CRLF & _ "<label class="icn16 icn16_rrag3" for="cb_rrag3">NV Access</label>" & @CRLF & _ "<p class="visuallyhidden">Screen Reader 2015.3</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Utilities</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Remote Access Tool 10.0.47484.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="teamviewer"" & @CRLF & _ "id="cb_ibqtw">" & @CRLF & _ "<label class="icn16 icn16_ibqtw" for="cb_ibqtw">TeamViewer</label>" & @CRLF & _ "<p class="visuallyhidden">Remote Access Tool 10.0.47484.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Disc Burner 2.5.8.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="imgburn"" & @CRLF & _ "id="cb_itq3h">" & @CRLF & _ "<label class="icn16 icn16_itq3h" for="cb_itq3h">ImgBurn</label>" & @CRLF & _ "<p class="visuallyhidden">Disc Burner 2.5.8.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Great Disk Defrag 6.0.2.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="auslogics"" & @CRLF & _ "id="cb_5tcns">" & @CRLF & _ "<label class="icn16 icn16_5tcns" for="cb_5tcns">Auslogics</label>" & @CRLF & _ "<p class="visuallyhidden">Great Disk Defrag 6.0.2.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Free Remote PC Access 5.2.3.8648">" & @CRLF & _ "<input type="checkbox" name="apps" value="realvnc"" & @CRLF & _ "id="cb_a3cu2">" & @CRLF & _ "<label class="icn16 icn16_a3cu2" for="cb_a3cu2">RealVNC</label>" & @CRLF & _ "<p class="visuallyhidden">Free Remote PC Access 5.2.3.8648</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Better File Copy 2.3">" & @CRLF & _ "<input type="checkbox" name="apps" value="teracopy"" & @CRLF & _ "id="cb_pa3mm">" & @CRLF & _ "<label class="icn16 icn16_pa3mm" for="cb_pa3mm">TeraCopy</label>" & @CRLF & _ "<p class="visuallyhidden">Better File Copy 2.3</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Disc Burner 4.5.6.5844 (requires .NET)">" & @CRLF & _ "<input type="checkbox" name="apps" value="cdburnerxp"" & @CRLF & _ "id="cb_7d32j">" & @CRLF & _ "<label class="icn16 icn16_7d32j" for="cb_7d32j">CDBurnerXP</label>" & @CRLF & _ "<p class="visuallyhidden">Disc Burner 4.5.6.5844 (requires .NET)</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="App Uninstaller/Reverse Ninite 1.95">" & @CRLF & _ "<input type="checkbox" name="apps" value="revo"" & @CRLF & _ "id="cb_lpcec">" & @CRLF & _ "<label class="icn16 icn16_lpcec" for="cb_lpcec">Revo</label>" & @CRLF & _ "<p class="visuallyhidden">App Uninstaller/Reverse Ninite 1.95</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Hotkey Launcher 2.5">" & @CRLF & _ "<input type="checkbox" name="apps" value="launchy"" & @CRLF & _ "id="cb_aly25">" & @CRLF & _ "<label class="icn16 icn16_aly25" for="cb_aly25">Launchy</label>" & @CRLF & _ "<p class="visuallyhidden">Hotkey Launcher 2.5</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Directory Statistics 1.1.2.80">" & @CRLF & _ "<input type="checkbox" name="apps" value="windirstat"" & @CRLF & _ "id="cb_ih3nm">" & @CRLF & _ "<label class="icn16 icn16_ih3nm" for="cb_ih3nm">WinDirStat</label>" & @CRLF & _ "<p class="visuallyhidden">Directory Statistics 1.1.2.80</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="System Utilities 5.35.0.55">" & @CRLF & _ "<input type="checkbox" name="apps" value="glary"" & @CRLF & _ "id="cb_h4enj">" & @CRLF & _ "<label class="icn16 icn16_h4enj" for="cb_h4enj">Glary</label>" & @CRLF & _ "<p class="visuallyhidden">System Utilities 5.35.0.55</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Disc Burner 0.53.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="infrarecorder"" & @CRLF & _ "id="cb_addmm">" & @CRLF & _ "<label class="icn16 icn16_addmm" for="cb_addmm">InfraRecorder</label>" & @CRLF & _ "<p class="visuallyhidden">Disc Burner 0.53.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Classic Shell Win8 Start Menu 4.2.4">" & @CRLF & _ "<input type="checkbox" name="apps" value="classicstart"" & @CRLF & _ "id="cb_6cxnu">" & @CRLF & _ "<label class="icn16 icn16_6cxnu" for="cb_6cxnu">Classic Start</label>" & @CRLF & _ "<p class="visuallyhidden">Classic Shell Win8 Start Menu 4.2.4</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Compression</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Great Compression App 9.20">" & @CRLF & _ "<input type="checkbox" name="apps" value="7zip"" & @CRLF & _ "id="cb_bcaaf">" & @CRLF & _ "<label class="icn16 icn16_bcaaf" for="cb_bcaaf">7-Zip</label>" & @CRLF & _ "<p class="visuallyhidden">Great Compression App 9.20</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="File Compression Tool 5.7.2">" & @CRLF & _ "<input type="checkbox" name="apps" value="peazip"" & @CRLF & _ "id="cb_z6s5m">" & @CRLF & _ "<label class="icn16 icn16_z6s5m" for="cb_z6s5m">PeaZip</label>" & @CRLF & _ "<p class="visuallyhidden">File Compression Tool 5.7.2</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Another Compression Tool 5.21 (Trial)">" & @CRLF & _ "<input type="checkbox" name="apps" value="winrar"" & @CRLF & _ "id="cb_nxciq">" & @CRLF & _ "<label class="icn16 icn16_nxciq" for="cb_nxciq">WinRAR</label>" & @CRLF & _ "<p class="visuallyhidden">Another Compression Tool 5.21 (Trial)</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_category">" & @CRLF & _ "<h3 class="app_category_name">Developer Tools</h3>" & @CRLF & _ "<ul class="app_name_list">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Great Programming Language 2.7.10">" & @CRLF & _ "<input type="checkbox" name="apps" value="python"" & @CRLF & _ "id="cb_epxow">" & @CRLF & _ "<label class="icn16 icn16_epxow" for="cb_epxow">Python</label>" & @CRLF & _ "<p class="visuallyhidden">Great Programming Language 2.7.10</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="FTP Client 3.14.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="filezilla"" & @CRLF & _ "id="cb_xqkaw">" & @CRLF & _ "<label class="icn16 icn16_xqkaw" for="cb_xqkaw">FileZilla</label>" & @CRLF & _ "<p class="visuallyhidden">FTP Client 3.14.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Programmer&#39;s Editor 6.8.3">" & @CRLF & _ "<input type="checkbox" name="apps" value="notepadplusplus"" & @CRLF & _ "id="cb_j2gws">" & @CRLF & _ "<label class="icn16 icn16_j2gws" for="cb_j2gws">Notepad++</label>" & @CRLF & _ "<p class="visuallyhidden">Programmer&#39;s Editor 6.8.3</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Java Development Kit 8u60-b27">" & @CRLF & _ "<input type="checkbox" name="apps" value="jdk8"" & @CRLF & _ "id="cb_b6djg">" & @CRLF & _ "<label class="icn16 icn16_b6djg" for="cb_b6djg">JDK 8</label>" & @CRLF & _ "<p class="visuallyhidden">Java Development Kit 8u60-b27</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Java Development Kit 8u60-b27">" & @CRLF & _ "<input type="checkbox" name="apps" value="jdkx8"" & @CRLF & _ "id="cb_azvh4">" & @CRLF & _ "<label class="icn16 icn16_azvh4" for="cb_azvh4">JDK x64 8</label>" & @CRLF & _ "<p class="visuallyhidden">Java Development Kit 8u60-b27</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="SCP Client 5.7.5">" & @CRLF & _ "<input type="checkbox" name="apps" value="winscp"" & @CRLF & _ "id="cb_3nmgs">" & @CRLF & _ "<label class="icn16 icn16_3nmgs" for="cb_3nmgs">WinSCP</label>" & @CRLF & _ "<p class="visuallyhidden">SCP Client 5.7.5</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="SSH client 0.65">" & @CRLF & _ "<input type="checkbox" name="apps" value="putty"" & @CRLF & _ "id="cb_uriix">" & @CRLF & _ "<label class="icn16 icn16_uriix" for="cb_uriix">PuTTY</label>" & @CRLF & _ "<p class="visuallyhidden">SSH client 0.65</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="Compare and Merge Files 2.14.0">" & @CRLF & _ "<input type="checkbox" name="apps" value="winmerge"" & @CRLF & _ "id="cb_a7h2w">" & @CRLF & _ "<label class="icn16 icn16_a7h2w" for="cb_a7h2w">WinMerge</label>" & @CRLF & _ "<p class="visuallyhidden">Compare and Merge Files 2.14.0</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<li class="app_name" title="IDE for Java 4.5 (requires Java)">" & @CRLF & _ "<input type="checkbox" name="apps" value="eclipse"" & @CRLF & _ "id="cb_nn5wk">" & @CRLF & _ "<label class="icn16 icn16_nn5wk" for="cb_nn5wk">Eclipse</label>" & @CRLF & _ "<p class="visuallyhidden">IDE for Java 4.5 (requires Java)</p>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "</li>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</ul>" & @CRLF & _ "" & @CRLF & _ "<div class="container_12">" & @CRLF & _ "<div class="grid_12 center">" & @CRLF & _ "<p class="please_select_apps error" style="display: none;">" & @CRLF & _ "Select the apps you want by clicking on them above." & @CRLF & _ "</p>" & @CRLF & _ "<button class="get_installer_button" type="submit" accesskey="g">Get Installer</button>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "</form>" & @CRLF & _ "<div class="container_12 homepage_info">" & @CRLF & _ "<div class="grid_6">" & @CRLF & _ "<h1>Ninite will</h1>" & @CRLF & _ "<ul class="ninite_opinions">" & @CRLF & _ "<li>start working as soon as you run it</li>" & @CRLF & _ "<li>not bother you with any choices or options</li>" & @CRLF & _ "<li>install apps in their default location</li>" & @CRLF & _ "<li>say no to toolbars or extra junk</li>" & @CRLF & _ "<li>install 64-bit apps on 64-bit machines</li>" & @CRLF & _ "<li>install apps in your PC's language <a href="/help/features/language.html">or one you choose</a></li>" & @CRLF & _ "<li>do all its work in the background</li>" & @CRLF & _ "<li>install the latest stable version of an app</li>" & @CRLF & _ "<li>skip up-to-date apps</li>" & @CRLF & _ "<li>skip any reboot requests from installers</li>" & @CRLF & _ "<li>use your proxy settings from Internet Explorer</li>" & @CRLF & _ "<li>download apps from each publisher's official site</li>" & @CRLF & _ "<li>verify digital signatures or hashes before running anything</li>" & @CRLF & _ "<li>work best if you turn off any web filters or firewalls</li>" & @CRLF & _ "<li>save you a lot of time!</li>" & @CRLF & _ "</ul>" & @CRLF & _ "<h1 style="margin-top: 30px;">Suggest an app</h1>" & @CRLF & _ "<p>" & @CRLF & _ "We only add popular user-requested apps to Ninite.<br>" & @CRLF & _ "<a href="#" onclick="$('#suggest').toggle(); $(this).hide(); return false;">Show suggestion form.</a>" & @CRLF & _ "</p>" & @CRLF & _ "<form id="suggest" style="display: none;">" & @CRLF & _ "I want to see" & @CRLF & _ "<input class="auto" name="name" id="suggestname" placeholder="app name">" & @CRLF & _ "on Ninite." & @CRLF & _ "<br>" & @CRLF & _ "Email me at" & @CRLF & _ "<input class="auto" name="email" type="email" id="suggestemail"" & @CRLF & _ "placeholder="your email (optional)">" & @CRLF & _ "(optional) when it's ready." & @CRLF & _ "<br>" & @CRLF & _ "<input class="auto" type="submit" value="Suggest this app">" & @CRLF & _ "<span style="display:none; color: green;" id="suggestthanks">Thanks!</span>" & @CRLF & _ "</form>" & @CRLF & _ "</div>" & @CRLF & _ "<div class="grid_6" style="position: relative;">" & @CRLF & _ "" & @CRLF & _ "<h1>Patch your domain from one window</h1>" & @CRLF & _ "" & @CRLF & _ "<a href="https://ninite.com/pro">" & @CRLF & _ "<img src="https://d8f7mp21btv4f.cloudfront.net/img/proremote/remote_small-7bbe9766239fc1c5a8f7b624b26e5f79.jpg" alt="The new remote interface in Ninite Pro">" & @CRLF & _ "</a>" & @CRLF & _ "<p>" & @CRLF & _ "<a href="https://ninite.com/pro">Ninite Pro</a> helps you manage apps on your whole network for just $20/month for 100 machines. It's licensed for business use, faster because of its download cache, works offline, can uninstall apps, has options to disable built-in updaters and desktop shortcuts &hellip; we could go on, but there's a <a href="https://ninite.com/pro">whole page for that</a>." & @CRLF & _ "</p>" & @CRLF & _ "<a href="https://ninite.com/updater">" & @CRLF & _ "<img src="https://d8f7mp21btv4f.cloudfront.net/updater/updates_available-e22afb0d61d0f2ff5dc52b810b5a8484.png" alt="Ninite Updater in action">" & @CRLF & _ "</a>" & @CRLF & _ "<p>" & @CRLF & _ "<a href="https://ninite.com/updater">Ninite Updater</a> is for home users who want to support Ninite. It watches your apps for updates automatically for $9.99/year." & @CRLF & _ "</p>" & @CRLF & _ "<p>" & @CRLF & _ "Our website is free for home use because these products pay the bills. We just like saving you time." & @CRLF & _ "</p>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div id="content" role="main">" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "<div class="footer container_12">" & @CRLF & _ "<div class="grid_4 push_4 center">" & @CRLF & _ "&copy;2015 Secure By Design Inc." & @CRLF & _ "</div>" & @CRLF & _ "<div class="grid_8 right">" & @CRLF & _ "<a href="/about">about</a>" & @CRLF & _ "<a href="/press">press</a>" & @CRLF & _ "<a href="/news">updates</a>" & @CRLF & _ "<a href="/terms/">terms</a>" & @CRLF & _ "<a href="/privacy/">privacy</a>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>" & @CRLF & _ "<script>window.jQuery || document.write('<script src="https://d8f7mp21btv4f.cloudfront.net/js/libs/jquery-1.9.1.min-2ee4df84bb86736eb58870514d2cb4eb.js"><\/script>')</script>" & @CRLF & _ "<script src="https://d8f7mp21btv4f.cloudfront.net/js/libs/jquery.masonry.min-cf62fcc80f9712e5806e4772e5aa6b80.js"></script>" & @CRLF & _ "" & @CRLF & _ "<script>" & @CRLF & _ "$(function(){" & @CRLF & _ "$('.app_category_list').masonry({" & @CRLF & _ "itemSelector: '.app_category'," & @CRLF & _ "isFitWidth: true" & @CRLF & _ "});" & @CRLF & _ "});" & @CRLF & _ "$('.get_installer_button').click(function(e) {" & @CRLF & _ "if ($('input[name=apps]:checked').size() == 0) {" & @CRLF & _ "$('.please_select_apps').slideDown();" & @CRLF & _ "return false;" & @CRLF & _ "}" & @CRLF & _ "});" & @CRLF & _ "function set_checked_class(el) {" & @CRLF & _ "if (el.find("input:checkbox").prop("checked")) {" & @CRLF & _ "el.addClass("selected_app");" & @CRLF & _ "} else {" & @CRLF & _ "el.removeClass("selected_app");" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "function setall(cl, v) {" & @CRLF & _ "$("."+cl+" input").prop("checked", v);" & @CRLF & _ "$(".app_name").each(function(){ set_checked_class($(this)); });" & @CRLF & _ "return false;" & @CRLF & _ "}" & @CRLF & _ "$(document).ready(function() {" & @CRLF & _ "$(".app_name").each(function(){ set_checked_class($(this)); });" & @CRLF & _ "});" & @CRLF & _ "$(".app_name").click(function(e){" & @CRLF & _ "var ck = $("input:checkbox", this).prop("checked");" & @CRLF & _ "if (e.target.tagName != 'INPUT')" & @CRLF & _ "$("input:checkbox", this).prop("checked", !ck);" & @CRLF & _ "set_checked_class($(this));" & @CRLF & _ "});" & @CRLF & _ "$(".app_name label").click(function(e){" & @CRLF & _ "e.preventDefault();" & @CRLF & _ "});" & @CRLF & _ "function getCookie(name) {" & @CRLF & _ "var r = document.cookie.match("\\b" + name + "=([^;]*)\\b");" & @CRLF & _ "return r ? r[1] : undefined;" & @CRLF & _ "}" & @CRLF & _ "$("form#suggest").submit(function(e){" & @CRLF & _ "e.preventDefault();" & @CRLF & _ "var data = { name: $("#suggestname").val()," & @CRLF & _ "email: $("#suggestemail").val()," & @CRLF & _ "_xsrf: getCookie("_xsrf") };" & @CRLF & _ "$.post("/suggest", data, function(){" & @CRLF & _ "$("#suggestthanks").fadeIn().delay(2000).fadeOut("slow");" & @CRLF & _ "});" & @CRLF & _ "$("#suggestname").val("");" & @CRLF & _ "});" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "</body>" & @CRLF & _ "</html>" & @CRLF & _ "" Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH) Local $aFullArray[0] For $i = 0 To UBound($aArray) -1 _ArrayConcatenate($aFullArray, $aArray[$i]) Next $aArray = $aFullArray ; Present the entire match result _ArrayDisplay($aArray, "Result")

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm