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
No Match

r"
"
gm

Test String

Code Generator

Generated Code

const regex = new RegExp('<h2 class=\\"entry-title\\"><a href.+?\\"(.+?)\\".+?rel=\\"bookmark\\".+?; (.+?)</a>', 'gm') const str = ` <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Youpits network &#8211; Sports Live Stream</title> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Youpits network - Sports Live Stream &raquo; Feed" href="http://scienceandtechnology.xyz/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/12.0.0-1\\/72x72\\/","ext":".png","svgUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/12.0.0-1\\/svg\\/","svgExt":".svg","source":{"concatemoji":"http:\\/\\/scienceandtechnology.xyz\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.2.3"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <!-- managing ads with Advanced Ads – https://wpadvancedads.com/ --><script> advanced_ads_ready=function(){var fns=[],listener,doc=typeof document==="object"&&document,hack=doc&&doc.documentElement.doScroll,domContentLoaded="DOMContentLoaded",loaded=doc&&(hack?/^loaded|^c/:/^loaded|^i|^c/).test(doc.readyState);if(!loaded&&doc){listener=function(){doc.removeEventListener(domContentLoaded,listener);window.removeEventListener("load",listener);loaded=1;while(listener=fns.shift())listener()};doc.addEventListener(domContentLoaded,listener);window.addEventListener("load",listener)}return function(fn){loaded?setTimeout(fn,0):fns.push(fn)}}(); </script><style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://scienceandtechnology.xyz/wp-includes/css/dist/block-library/style.min.css?ver=5.2.3' type='text/css' media='all' /> <link rel='stylesheet' id='advanced-floating-content-css' href='http://scienceandtechnology.xyz/wp-content/plugins/advanced-floating-content-lite/public/css/advanced-floating-content-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/css/font-awesome.min.css?ver=%20' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/css/bootstrap.min.css?ver=%20' type='text/css' media='all' /> <link rel='stylesheet' id='style-css' href='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/style.css?ver=%20' type='text/css' media='all' /> <link rel='stylesheet' id='kodiak-style-css' href='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/css/templateStyle.css?ver=%20' type='text/css' media='all' /> <link rel='stylesheet' id='background-css' href='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/css/background.css?ver=%20' type='text/css' media='all' /> <link rel='stylesheet' id='backgrounds-css' href='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/css/backgrounds/original.css?ver=%20' type='text/css' media='all' /> <script type='text/javascript' src='http://scienceandtechnology.xyz/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script> <script type='text/javascript' src='http://scienceandtechnology.xyz/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://scienceandtechnology.xyz/wp-content/plugins/advanced-floating-content-lite/public/js/advanced-floating-content-public.js?ver=1.0.0'></script> <link rel='https://api.w.org/' href='http://scienceandtechnology.xyz/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://scienceandtechnology.xyz/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://scienceandtechnology.xyz/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2.3" /> <script type="text/javascript" src="//services.bilsyndication.com/adv1/?d=1308" defer="" async=""></script><script> var vitag = vitag || {};</script> <script> vitag.outStreamConfig = { position: "right" };</script><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script>(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-9972760337412204", enable_page_level_ads: true, }); </script> <style type="text/css" id="wp-custom-css"> .adsbyvli{ max-height:350px !important; max-width:350px !important; } .info-1{ visibility: hidden; } body { background-color:#222; } .navbar-header .site-title { margin-bottom: 10px; font-size: 51px; font-weight: bold; padding-top: 10px; } .container{ width:95%; } .footerBg{ display:none; } .widget iframe { height:500px; } .full { position: absolute; width: 100%; height: 100% !important; background:#000; z-index: 9997; opacity:0.6; } .ga-content { position: absolute; top:50%; left: 50%; transform: translate3d(-50%,-50%, 0); width: 330px; height: 280px !important; margin: auto; background:transparent; z-index: 9998; } .ad-close-sp{ position:absolute; top:5px; left:0; width:270px; height:40px; margin:0 auto !important; z-index:9999; background-color:rgba(200,0,0,1); font-size:17px !important; text-align:center; color:rgba(255,255,255,1); padding-top: 3px !important; border: 1px solid rgba(255,255,255,0.9) !important; cursor: pointer; } </style> </head> <body class="home blog wp-custom-logo fpt-template-kodiak-football-sport hfeed"> <div class="mainWrapper"> <header> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header navbar-logo"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only"> Toggle navigation </span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="http://scienceandtechnology.xyz/" class="navbar-brand" rel="home" itemprop="url"><img width="1280" height="387" src="http://scienceandtechnology.xyz/wp-content/uploads/2019/08/cropped-logoYoupit-2.png" class="img-responsive" alt="" srcset="http://scienceandtechnology.xyz/wp-content/uploads/2019/08/cropped-logoYoupit-2.png 1280w, http://scienceandtechnology.xyz/wp-content/uploads/2019/08/cropped-logoYoupit-2-300x91.png 300w, http://scienceandtechnology.xyz/wp-content/uploads/2019/08/cropped-logoYoupit-2-768x232.png 768w, http://scienceandtechnology.xyz/wp-content/uploads/2019/08/cropped-logoYoupit-2-1024x310.png 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></a> </div> </div> </nav> <div class="clearfix"></div> </header> <div class="bodyMain"> <div class="container"> <div class="widget_text header-part"><div class="widget_text slider-box widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="adsbyvli" data-ad-slot="vi_13083173"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13083173")})</script></div></div></div> <div class="mainContent"> <div class="row"> <div class="col-xs-12 col-md-9 middle mright"><div class="col-xs-12 midCol"><div class="widget scien-widget"><div id="hc" align="center"> <div class="adsbyvli" data-ad-slot="vi_13083170"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13083170")})</script></div></div></div> <div class="col-xs-12 midCol_bcg o_crumb"> </div> <div class="midCol midCol-middle"> <main id="main" class="site-main " role="main"><!-- #content --> <div class="blog "> <div class="items-leading"> <div id="post-18425" class="item item-18425"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:52+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T13:51:33+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl-redzone/" rel="bookmark">NFL REDZONE</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18424" class="item item-18424"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:51+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T13:59:38+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl11-tampa-bay-buccaneers-vs-los-angeles-rams/" rel="bookmark">NFL11 &#8211; Tampa Bay Buccaneers vs Los Angeles Rams</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18422" class="item item-18422"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:51+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T13:59:49+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl14-dallas-cowboys-vs-new-orleans-saints/" rel="bookmark">NFL14 &#8211; Dallas Cowboys vs New Orleans Saints</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18421" class="item item-18421"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:51+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T13:59:56+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl12-minnesota-vikings-vs-chicago-bears/" rel="bookmark">NFL12 &#8211; Minnesota Vikings vs Chicago Bears</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18420" class="item item-18420"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:51+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T14:00:00+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl13-jacksonville-jaguars-vs-denver-broncos/" rel="bookmark">NFL13 &#8211; Jacksonville Jaguars vs Denver Broncos</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18419" class="item item-18419"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:50+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T14:00:05+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl8-los-angeles-chargers-vs-miami-dolphins/" rel="bookmark">NFL8 &#8211; Los Angeles Chargers vs Miami Dolphins</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18418" class="item item-18418"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:50+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T14:00:10+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl10-seattle-seahawks-vs-arizona-cardinals/" rel="bookmark">NFL10 &#8211; Seattle Seahawks vs Arizona Cardinals</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18417" class="item item-18417"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:50+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T14:00:15+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl9-washington-redskins-vs-new-york-giants/" rel="bookmark">NFL9 &#8211; Washington Redskins vs New York Giants</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18416" class="item item-18416"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:50+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T14:00:20+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl7-oakland-raiders-vs-indianapolis-colts/" rel="bookmark">NFL7 &#8211; Oakland Raiders vs Indianapolis Colts</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <div class="blog "> <div class="items-leading"> <div id="post-18415" class="item item-18415"> <div class="blog-inform info-details"> <div class="details"> <dl class="article-info muted"> <div class="info info-1"><dd class="createdby"><i class="fa fa-user fa-lg" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="http://scienceandtechnology.xyz/watch/author/skyteam/">youpit01</a></span></dd><dd class="comments"><i class="fa fa-comment fa-lg" aria-hidden="true"></i>0</dd></div><div class="info info-2"><dd class="published"><i class="fa fa-calendar-check-o fa-lg" aria-hidden="true"></i><time class="entry-date published" datetime="2019-09-24T14:15:50+00:00">September 24, 2019</time></dd><dd class="modified"><i class="fa fa-clock-o fa-lg" aria-hidden="true"></i><time class="updated" datetime="2019-09-29T14:00:24+00:00">September 29, 2019</time></dd></div> </dl> </div> </div> <div class="page-header"> <h2 class="entry-title"><a href="http://scienceandtechnology.xyz/watch/nfl4-new-england-patriots-vs-buffalo-bills/" rel="bookmark">NFL4 &#8211; New England Patriots vs Buffalo Bills</a></h2> </div> <hr> </div><!-- #post-## --> </div> </div> <nav class="navigation posts-navigation" role="navigation"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="http://scienceandtechnology.xyz/page/2/" >Older posts</a></div></div> </nav> </main><!-- #main --> </div> <div class="col-xs-12 midCol"><div class="widget scien-widget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block;" data-ad-client="ca-pub-9972760337412204" data-ad-slot="8281978221" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div></div> </div> <div class="col-xs-12 col-md-3 rightCol "> <div class="widget scien-widget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block;" data-ad-client="ca-pub-9972760337412204" data-ad-slot="8281978221" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div><div class="widget_text widget widget_custom_html"><div class="heading"><h3 class="text-left">Donate</h3></div><div class="textwidget custom-html-widget"><br><div align="center"> <style>.bmc-button img{width: 27px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}.bmc-button{line-height: 36px !important;height:37px !important;text-decoration: none !important;display:inline-flex !important;color:#ffffff !important;background-color:#FF813F !important;border-radius: 3px !important;border: 1px solid transparent !important;padding: 1px 9px !important;font-size: 22px !important;letter-spacing: 0.6px !important;box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;margin: 0 auto !important;font-family:'Cookie', cursive !important;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;-o-transition: 0.3s all linear !important;-webkit-transition: 0.3s all linear !important;-moz-transition: 0.3s all linear !important;-ms-transition: 0.3s all linear !important;transition: 0.3s all linear !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;opacity: 0.85 !important;color:#ffffff !important;}</style><link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet"> <a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/BMQhNFl14" rel="noopener noreferrer"><img src="https://www.buymeacoffee.com/assets/img/BMC-btn-logo.svg" alt="Buy me a coffee and Maintain System"><span style="margin-left:5px">Buy me a Coffee</span></a> </div></div></div><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="adsbyvli" data-ad-slot="vi_13083169"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13083169")})</script></div></div><div class="widget_text widget widget_custom_html"><div class="heading"><h3 class="text-left">Discovery</h3></div><div class="textwidget custom-html-widget"><div class="adsbyvli" data-ad-slot="vi_13083168"></div><script> vitag.videoDiscoverConfig = { random: true, noFixedVideo: true }; (vitag.Init = window.vitag.Init || []).push(function(){viAPItag.initInstreamBanner("vi_13083168")});</script></div></div><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><iframe src="http://youpits.com/chat.html" id="chatbox" frameborder="0" scrolling="no" height="500" width="100%"></iframe></div></div><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://nbabite.com">nba stream reddit</a> <a href="https://nbabite.com">nba live stream</a> <a href="https://footybite.com/">soccer stream</a> <a href="https://footybite.com/">soccer stream reddit</a> <a href="https://footybite.com/manchester-united-live-stream/">Manchester United Live stream</a> <a href="https://footybite.com/arsenal-live-stream/">Arsenal United Live stream</a> <a href="https://footybite.com/liverpool-live-streams/">Liverpool Live stream</a> <a href="https://footybite.com/tottenham-live-stream/">Tottenham Live stream</a> <a href="https://footybite.com/chelsea-live-stream/">Chelsea Live stream</a> <a href="https://footybite.com/manchester-city-live-stream/">Manchester City Live stream</a> <a href="https://footybite.com/barcelona-live-streaming/">Barcelona United Live stream</a> <a href="https://mlbtime.com/">MLB Live Stream</a> <a href="https://footybite.com/"><img src="http://leadingred.us/wp-content/uploads/2019/03/Screen-Shot-2019-03-11-at-10.50.21-PM-300x100.png" alt="" width="240" height="80" /></a> </div></div> </div> <div class="widget_text col-xs-12"><div id="custom_html-12" class="widget_text spons-box widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="adsbyvli" data-ad-slot="vi_13083173"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13083173")})</script></div></div></div> </div> </div> </div> </div> <footer> <div class="footerBg col-xs-12"> <div class="footerCont"> <div class="container"> <div class="col-xs-12 col-sm-3 kfMenu"> <div class="row-left"> </div> </div> <div class="col-xs-12 col-sm-3 kfMenu"> </div> <div class="col-xs-12 col-sm-3 kfMenu"> </div> <div class="col-xs-12 col-sm-3 kfMenu"> <div class="row-right"> </div> </div> <span class="col-xs-12 cprght"> <div class="row"> Copyright &copy; 2019 Youpits network - Sports Live Stream </div> <div class="row"> Theme: Kodiak Football Sport by <a href="https://joomsport.com" target="_blank" title=" The Best WordPress Sport Plugin for your league and club " rel="author"> JoomSport team </a> </div> <div class="row"> <a href="https://wordpress.org/"> Powered by WordPress </a> </div> </span> </div> </div> </div> </footer> <div id="to-top" style="display: block;"> <a href="#" rel="nofollow" class="clicktop">TO TOP</a> </div> </div><!-- #page --> <style type="text/css">#afc_sidebar_17514{background:#00c910;position:fixed;bottom:0px;left:0px;width:170px;margin:20px 20px 20px 20px;z-index:999999;padding:10px;color:#ffffff;} .afc_popup .img{position:absolute; top:-15px; right:-15px;}@media screen and (min-width:481px) and (max-width:768px){}@media only screen and (min-width: 321px) and (max-width: 480px) {.afc_popup{margin:0 !important;}.afc_popup iframe{width:100% !important;}}@media only screen and (max-width: 320px) {.afc_popup{margin:0 !important;}.afc_popup iframe{width:100% !important;}}</style><div id="afc_sidebar_17514" class="afc_popup"><p style="text-align: center;"><a href="https://go.nordvpn.net/aff_c?offer_id=15&amp;aff_id=32590&amp;url_id=2995"> <input type="button" value="Download VPN-75% Off" /> better your watching speed and support us!</a></p></div><script type='text/javascript'> (function (\$) { \$('.afc_close_content').click(function(){ var afc_content_id = \$(this).closest('div').attr('id'); \$('#'+afc_content_id).hide(); }); })(jQuery); </script><script type='text/javascript' src='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/js/bootstrap.min.js?ver=%20'></script> <script type='text/javascript' src='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/js/navigation.js?ver=%20'></script> <script type='text/javascript' src='http://scienceandtechnology.xyz/wp-content/themes/kodiak-football-sport/js/skip-link-focus-fix.js?ver=%20'></script> <script type='text/javascript' src='http://scienceandtechnology.xyz/wp-includes/js/wp-embed.min.js?ver=5.2.3'></script> </body> </html> <!-- Page generated by LiteSpeed Cache 2.9.8.5 on 2019-09-29 16:27:21 -->`; // Reset `lastIndex` if this regex is defined globally // regex.lastIndex = 0; let m; while ((m = regex.exec(str)) !== null) { // This is necessary to avoid infinite loops with zero-width matches if (m.index === regex.lastIndex) { regex.lastIndex++; } // The result can be accessed through the `m`-variable. m.forEach((match, groupIndex) => { console.log(`Found match, group ${groupIndex}: ${match}`); }); }

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 JavaScript, please visit: https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Regular_Expressions