Regular Expressions 101

Save & Share

  • Save new Regex
    ctrl+s
  • Update Regex
    ctrl+⇧+s
  • Add to Community Library

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
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
  • Match everything enclosed
    (?:...)
  • Capture everything enclosed
    (...)
  • 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

/
/

Test String

Code Generator

Generated Code

$re = '/^(.*)((?<=","summary":")[\w\s\d]*(?=","updated"))(.*)$/'; $str = ' <!DOCTYPE html> <html lang="en-us" class="wf-active"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta charset="utf-8" /> <script>const startMetric=Date.now();function measureTiming(t){var e=Date.now()-startMetric;console.log(t+": "+e);window[t]=e}</script> <link rel="canonical" href="https://www.accuweather.com/en/gb/manchester/m15-6/minute-weather-forecast/329260" /> <title>Manchester, Manchester, United Kingdom MinuteCast(R) Weather | AccuWeather</title> <meta name="Description" content="See the latest minute-by-minute forecast for Manchester, Manchester, United Kingdom on AccuWeather.com"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script type="text/javascript">!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.ES6Promise=e()}(this,function(){"use strict";function t(t){var e=typeof t;return null!==t&&("object"===e||"function"===e)}function e(t){return"function"==typeof t}function n(t){B=t}function r(t){G=t}function o(){return function(){return process.nextTick(a)}}function i(){return"undefined"!=typeof z?function(){z(a)}:c()}function s(){var t=0,e=new J(a),n=document.createTextNode("");return e.observe(n,{characterData:!0}),function(){n.data=t=++t%2}}function u(){var t=new MessageChannel;return t.port1.onmessage=a,function(){return t.port2.postMessage(0)}}function c(){var t=setTimeout;return function(){return t(a,1)}}function a(){for(var t=0;t<W;t+=2){var e=V[t],n=V[t+1];e(n),V[t]=void 0,V[t+1]=void 0}W=0}function f(){try{var t=Function("return this")().require("vertx");return z=t.runOnLoop||t.runOnContext,i()}catch(e){return c()}}function l(t,e){var n=this,r=new this.constructor(p);void 0===r[Z]&&O(r);var o=n._state;if(o){var i=arguments[o-1];G(function(){return P(o,r,i,n._result)})}else E(n,r,t,e);return r}function h(t){var e=this;if(t&&"object"==typeof t&&t.constructor===e)return t;var n=new e(p);return g(n,t),n}function p(){}function v(){return new TypeError("You cannot resolve a promise with itself")}function d(){return new TypeError("A promises callback cannot return that same promise.")}function _(t){try{return t.then}catch(e){return nt.error=e,nt}}function y(t,e,n,r){try{t.call(e,n,r)}catch(o){return o}}function m(t,e,n){G(function(t){var r=!1,o=y(n,e,function(n){r||(r=!0,e!==n?g(t,n):S(t,n))},function(e){r||(r=!0,j(t,e))},"Settle: "+(t._label||" unknown promise"));!r&&o&&(r=!0,j(t,o))},t)}function b(t,e){e._state===tt?S(t,e._result):e._state===et?j(t,e._result):E(e,void 0,function(e){return g(t,e)},function(e){return j(t,e)})}function w(t,n,r){n.constructor===t.constructor&&r===l&&n.constructor.resolve===h?b(t,n):r===nt?(j(t,nt.error),nt.error=null):void 0===r?S(t,n):e(r)?m(t,n,r):S(t,n)}function g(e,n){e===n?j(e,v()):t(n)?w(e,n,_(n)):S(e,n)}function A(t){t._onerror&&t._onerror(t._result),T(t)}function S(t,e){t._state===$&&(t._result=e,t._state=tt,0!==t._subscribers.length&&G(T,t))}function j(t,e){t._state===$&&(t._state=et,t._result=e,G(A,t))}function E(t,e,n,r){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=e,o[i+tt]=n,o[i+et]=r,0===i&&t._state&&G(T,t)}function T(t){var e=t._subscribers,n=t._state;if(0!==e.length){for(var r=void 0,o=void 0,i=t._result,s=0;s<e.length;s+=3)r=e[s],o=e[s+n],r?P(n,r,o,i):o(i);t._subscribers.length=0}}function M(t,e){try{return t(e)}catch(n){return nt.error=n,nt}}function P(t,n,r,o){var i=e(r),s=void 0,u=void 0,c=void 0,a=void 0;if(i){if(s=M(r,o),s===nt?(a=!0,u=s.error,s.error=null):c=!0,n===s)return void j(n,d())}else s=o,c=!0;n._state!==$||(i&&c?g(n,s):a?j(n,u):t===tt?S(n,s):t===et&&j(n,s))}function x(t,e){try{e(function(e){g(t,e)},function(e){j(t,e)})}catch(n){j(t,n)}}function C(){return rt++}function O(t){t[Z]=rt++,t._state=void 0,t._result=void 0,t._subscribers=[]}function k(){return new Error("Array Methods must be provided an Array")}function F(t){return new ot(this,t).promise}function Y(t){var e=this;return new e(U(t)?function(n,r){for(var o=t.length,i=0;i<o;i++)e.resolve(t[i]).then(n,r)}:function(t,e){return e(new TypeError("You must pass an array to race."))})}function q(t){var e=this,n=new e(p);return j(n,t),n}function D(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function K(){throw new TypeError("Failed to construct \'Promise\': Please use the \'new\' operator, this object constructor cannot be called as a function.")}function L(){var t=void 0;if("undefined"!=typeof global)t=global;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(e){throw new Error("polyfill failed because global object is unavailable in this environment")}var n=t.Promise;if(n){var r=null;try{r=Object.prototype.toString.call(n.resolve())}catch(e){}if("[object Promise]"===r&&!n.cast)return}t.Promise=it}var N=void 0;N=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)};var U=N,W=0,z=void 0,B=void 0,G=function(t,e){V[W]=t,V[W+1]=e,W+=2,2===W&&(B?B(a):X())},H="undefined"!=typeof window?window:void 0,I=H||{},J=I.MutationObserver||I.WebKitMutationObserver,Q="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),R="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,V=new Array(1e3),X=void 0;X=Q?o():J?s():R?u():void 0===H&&"function"==typeof require?f():c();var Z=Math.random().toString(36).substring(2),$=void 0,tt=1,et=2,nt={error:null},rt=0,ot=function(){function t(t,e){this._instanceConstructor=t,this.promise=new t(p),this.promise[Z]||O(this.promise),U(e)?(this.length=e.length,this._remaining=e.length,this._result=new Array(this.length),0===this.length?S(this.promise,this._result):(this.length=this.length||0,this._enumerate(e),0===this._remaining&&S(this.promise,this._result))):j(this.promise,k())}return t.prototype._enumerate=function(t){for(var e=0;this._state===$&&e<t.length;e++)this._eachEntry(t[e],e)},t.prototype._eachEntry=function(t,e){var n=this._instanceConstructor,r=n.resolve;if(r===h){var o=_(t);if(o===l&&t._state!==$)this._settledAt(t._state,e,t._result);else if("function"!=typeof o)this._remaining--,this._result[e]=t;else if(n===it){var i=new n(p);w(i,t,o),this._willSettleAt(i,e)}else this._willSettleAt(new n(function(e){return e(t)}),e)}else this._willSettleAt(r(t),e)},t.prototype._settledAt=function(t,e,n){var r=this.promise;r._state===$&&(this._remaining--,t===et?j(r,n):this._result[e]=n),0===this._remaining&&S(r,this._result)},t.prototype._willSettleAt=function(t,e){var n=this;E(t,void 0,function(t){return n._settledAt(tt,e,t)},function(t){return n._settledAt(et,e,t)})},t}(),it=function(){function t(e){this[Z]=C(),this._result=this._state=void 0,this._subscribers=[],p!==e&&("function"!=typeof e&&D(),this instanceof t?x(this,e):K())}return t.prototype["catch"]=function(t){return this.then(null,t)},t.prototype["finally"]=function(t){var n=this,r=n.constructor;return e(t)?n.then(function(e){return r.resolve(t()).then(function(){return e})},function(e){return r.resolve(t()).then(function(){throw e})}):n.then(t,t)},t}();return it.prototype.then=l,it.all=F,it.race=Y,it.resolve=h,it.reject=q,it._setScheduler=n,it._setAsap=r,it._asap=G,it.polyfill=L,it.Promise=it,it.polyfill(),it});</script> <link rel="preload" href="/bundles/prebid.114dde98dc99fc60110d.js" as="script"> <link rel="preload" href="/bundles/city.minutecast.ce0b7ab163e7869b0478.js" as="script"> <link rel="preload" href="/bundles/2.10b81ee665e74e1b1072.js" as="script"> <link rel="preload" href="/bundles/0.1d853ecc6ca7015c358a.js" as="script"> <link rel="preload" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" as="script"> <link rel="preconnect" href="//securepubads.g.doubleclick.net" crossorigin> <link rel="preconnect" href="//sb.scorecardresearch.com" crossorigin> <link rel="preconnect" href="//www.googletagmanager.com" crossorigin> <link rel="preconnect" href="//contributor.google.com" crossorigin> <link rel="stylesheet" href="/bundles/city.minutecast.d904ac360cf697eca9e8.css" /> <link rel="stylesheet" href="/bundles/2.8680fd8bf757d5a467e0.css" /> <script> var minuteCastForecast = {"icon":6,"intervals":["10:51 AM","11:21 AM","11:51 AM","12:21 PM"],"minutes":[{"icon":6,"minute":0,"phrase":"No Precipitation","time":"10:51 AM"},{"icon":6,"minute":1,"phrase":"No Precipitation","time":"10:52 AM"},{"icon":6,"minute":2,"phrase":"No Precipitation","time":"10:53 AM"},{"icon":6,"minute":3,"phrase":"No Precipitation","time":"10:54 AM"},{"icon":6,"minute":4,"phrase":"No Precipitation","time":"10:55 AM"},{"icon":6,"minute":5,"phrase":"No Precipitation","time":"10:56 AM"},{"icon":6,"minute":6,"phrase":"No Precipitation","time":"10:57 AM"},{"icon":6,"minute":7,"phrase":"No Precipitation","time":"10:58 AM"},{"icon":6,"minute":8,"phrase":"No Precipitation","time":"10:59 AM"},{"icon":6,"minute":9,"phrase":"No Precipitation","time":"11:00 AM"},{"icon":6,"minute":10,"phrase":"No Precipitation","time":"11:01 AM"},{"icon":6,"minute":11,"phrase":"No Precipitation","time":"11:02 AM"},{"icon":6,"minute":12,"phrase":"No Precipitation","time":"11:03 AM"},{"icon":7,"minute":13,"phrase":"No Precipitation","time":"11:04 AM"},{"icon":7,"minute":14,"phrase":"No Precipitation","time":"11:05 AM"},{"icon":7,"minute":15,"phrase":"No Precipitation","time":"11:06 AM"},{"icon":7,"minute":16,"phrase":"No Precipitation","time":"11:07 AM"},{"icon":7,"minute":17,"phrase":"No Precipitation","time":"11:08 AM"},{"icon":7,"minute":18,"phrase":"No Precipitation","time":"11:09 AM"},{"icon":7,"minute":19,"phrase":"No Precipitation","time":"11:10 AM"},{"icon":7,"minute":20,"phrase":"No Precipitation","time":"11:11 AM"},{"icon":7,"minute":21,"phrase":"No Precipitation","time":"11:12 AM"},{"icon":7,"minute":22,"phrase":"No Precipitation","time":"11:13 AM"},{"icon":7,"minute":23,"phrase":"No Precipitation","time":"11:14 AM"},{"icon":7,"minute":24,"phrase":"No Precipitation","time":"11:15 AM"},{"icon":7,"minute":25,"phrase":"No Precipitation","time":"11:16 AM"},{"icon":7,"minute":26,"phrase":"No Precipitation","time":"11:17 AM"},{"icon":7,"minute":27,"phrase":"No Precipitation","time":"11:18 AM"},{"icon":7,"minute":28,"phrase":"No Precipitation","time":"11:19 AM"},{"icon":7,"minute":29,"phrase":"No Precipitation","time":"11:20 AM"},{"icon":7,"minute":30,"phrase":"No Precipitation","time":"11:21 AM"},{"icon":7,"minute":31,"phrase":"No Precipitation","time":"11:22 AM"},{"icon":7,"minute":32,"phrase":"No Precipitation","time":"11:23 AM"},{"icon":7,"minute":33,"phrase":"No Precipitation","time":"11:24 AM"},{"icon":7,"minute":34,"phrase":"No Precipitation","time":"11:25 AM"},{"icon":7,"minute":35,"phrase":"No Precipitation","time":"11:26 AM"},{"icon":7,"minute":36,"phrase":"No Precipitation","time":"11:27 AM"},{"icon":7,"minute":37,"phrase":"No Precipitation","time":"11:28 AM"},{"icon":7,"minute":38,"phrase":"No Precipitation","time":"11:29 AM"},{"icon":7,"minute":39,"phrase":"No Precipitation","time":"11:30 AM"},{"icon":7,"minute":40,"phrase":"No Precipitation","time":"11:31 AM"},{"icon":7,"minute":41,"phrase":"No Precipitation","time":"11:32 AM"},{"icon":7,"minute":42,"phrase":"No Precipitation","time":"11:33 AM"},{"icon":7,"minute":43,"phrase":"No Precipitation","time":"11:34 AM"},{"icon":7,"minute":44,"phrase":"No Precipitation","time":"11:35 AM"},{"icon":7,"minute":45,"phrase":"No Precipitation","time":"11:36 AM"},{"icon":7,"minute":46,"phrase":"No Precipitation","time":"11:37 AM"},{"icon":7,"minute":47,"phrase":"No Precipitation","time":"11:38 AM"},{"icon":7,"minute":48,"phrase":"No Precipitation","time":"11:39 AM"},{"icon":7,"minute":49,"phrase":"No Precipitation","time":"11:40 AM"},{"icon":7,"minute":50,"phrase":"No Precipitation","time":"11:41 AM"},{"icon":7,"minute":51,"phrase":"No Precipitation","time":"11:42 AM"},{"icon":7,"minute":52,"phrase":"No Precipitation","time":"11:43 AM"},{"icon":7,"minute":53,"phrase":"No Precipitation","time":"11:44 AM"},{"icon":7,"minute":54,"phrase":"No Precipitation","time":"11:45 AM"},{"icon":7,"minute":55,"phrase":"No Precipitation","time":"11:46 AM"},{"icon":7,"minute":56,"phrase":"No Precipitation","time":"11:47 AM"},{"icon":7,"minute":57,"phrase":"No Precipitation","time":"11:48 AM"},{"icon":7,"minute":58,"phrase":"No Precipitation","time":"11:49 AM"},{"icon":7,"minute":59,"phrase":"No Precipitation","time":"11:50 AM"},{"icon":7,"minute":60,"phrase":"No Precipitation","time":"11:51 AM"},{"icon":7,"minute":61,"phrase":"No Precipitation","time":"11:52 AM"},{"icon":7,"minute":62,"phrase":"No Precipitation","time":"11:53 AM"},{"icon":7,"minute":63,"phrase":"No Precipitation","time":"11:54 AM"},{"icon":7,"minute":64,"phrase":"No Precipitation","time":"11:55 AM"},{"icon":7,"minute":65,"phrase":"No Precipitation","time":"11:56 AM"},{"icon":7,"minute":66,"phrase":"No Precipitation","time":"11:57 AM"},{"icon":7,"minute":67,"phrase":"No Precipitation","time":"11:58 AM"},{"icon":7,"minute":68,"phrase":"No Precipitation","time":"11:59 AM"},{"icon":7,"minute":69,"phrase":"No Precipitation","time":"12:00 PM"},{"icon":7,"minute":70,"phrase":"No Precipitation","time":"12:01 PM"},{"icon":7,"minute":71,"phrase":"No Precipitation","time":"12:02 PM"},{"icon":7,"minute":72,"phrase":"No Precipitation","time":"12:03 PM"},{"icon":7,"minute":73,"phrase":"No Precipitation","time":"12:04 PM"},{"icon":7,"minute":74,"phrase":"No Precipitation","time":"12:05 PM"},{"icon":7,"minute":75,"phrase":"No Precipitation","time":"12:06 PM"},{"icon":7,"minute":76,"phrase":"No Precipitation","time":"12:07 PM"},{"icon":7,"minute":77,"phrase":"No Precipitation","time":"12:08 PM"},{"icon":7,"minute":78,"phrase":"No Precipitation","time":"12:09 PM"},{"icon":7,"minute":79,"phrase":"No Precipitation","time":"12:10 PM"},{"icon":7,"minute":80,"phrase":"No Precipitation","time":"12:11 PM"},{"icon":7,"minute":81,"phrase":"No Precipitation","time":"12:12 PM"},{"icon":7,"minute":82,"phrase":"No Precipitation","time":"12:13 PM"},{"icon":7,"minute":83,"phrase":"No Precipitation","time":"12:14 PM"},{"icon":7,"minute":84,"phrase":"No Precipitation","time":"12:15 PM"},{"icon":7,"minute":85,"phrase":"No Precipitation","time":"12:16 PM"},{"icon":7,"minute":86,"phrase":"No Precipitation","time":"12:17 PM"},{"icon":7,"minute":87,"phrase":"No Precipitation","time":"12:18 PM"},{"icon":7,"minute":88,"phrase":"No Precipitation","time":"12:19 PM"},{"icon":7,"minute":89,"phrase":"No Precipitation","time":"12:20 PM"},{"icon":7,"minute":90,"phrase":"No Precipitation","time":"12:21 PM"},{"icon":7,"minute":91,"phrase":"No Precipitation","time":"12:22 PM"},{"icon":7,"minute":92,"phrase":"No Precipitation","time":"12:23 PM"},{"icon":7,"minute":93,"phrase":"No Precipitation","time":"12:24 PM"},{"icon":7,"minute":94,"phrase":"No Precipitation","time":"12:25 PM"},{"icon":7,"minute":95,"phrase":"No Precipitation","time":"12:26 PM"},{"icon":7,"minute":96,"phrase":"No Precipitation","time":"12:27 PM"},{"icon":7,"minute":97,"phrase":"No Precipitation","time":"12:28 PM"},{"icon":7,"minute":98,"phrase":"No Precipitation","time":"12:29 PM"},{"icon":7,"minute":99,"phrase":"No Precipitation","time":"12:30 PM"},{"icon":7,"minute":100,"phrase":"No Precipitation","time":"12:31 PM"},{"icon":7,"minute":101,"phrase":"No Precipitation","time":"12:32 PM"},{"icon":7,"minute":102,"phrase":"No Precipitation","time":"12:33 PM"},{"icon":7,"minute":103,"phrase":"No Precipitation","time":"12:34 PM"},{"icon":7,"minute":104,"phrase":"No Precipitation","time":"12:35 PM"},{"icon":7,"minute":105,"phrase":"No Precipitation","time":"12:36 PM"},{"icon":7,"minute":106,"phrase":"No Precipitation","time":"12:37 PM"},{"icon":7,"minute":107,"phrase":"No Precipitation","time":"12:38 PM"},{"icon":7,"minute":108,"phrase":"No Precipitation","time":"12:39 PM"},{"icon":7,"minute":109,"phrase":"No Precipitation","time":"12:40 PM"},{"icon":7,"minute":110,"phrase":"No Precipitation","time":"12:41 PM"},{"icon":7,"minute":111,"phrase":"No Precipitation","time":"12:42 PM"},{"icon":7,"minute":112,"phrase":"No Precipitation","time":"12:43 PM"},{"icon":7,"minute":113,"phrase":"No Precipitation","time":"12:44 PM"},{"icon":7,"minute":114,"phrase":"No Precipitation","time":"12:45 PM"},{"icon":7,"minute":115,"phrase":"No Precipitation","time":"12:46 PM"},{"icon":7,"minute":116,"phrase":"No Precipitation","time":"12:47 PM"},{"icon":7,"minute":117,"phrase":"No Precipitation","time":"12:48 PM"},{"icon":7,"minute":118,"phrase":"No Precipitation","time":"12:49 PM"},{"icon":7,"minute":119,"phrase":"No Precipitation","time":"12:50 PM"}],"phrase":"No Precipitation","summary":"No precipitation for at least 120 min","updated":"10:51 AM BST"}; var locales = [{"key":"en-us","name":"English (US)"},{"key":"es","name":"Español"},{"key":"fr","name":"Français"},{"key":"da","name":"Dansk"},{"key":"pt-pt","name":"Português"},{"key":"nl","name":"Nederlands"},{"key":"no","name":"Norsk"},{"key":"it","name":"Italiano"},{"key":"de","name":"Deutsch"},{"key":"sv","name":"Svenska"},{"key":"fi","name":"Suomi"},{"key":"zh-hk","name":"中文 (HK)"},{"key":"zh-cn","name":"中文 (SIM)"},{"key":"zh-tw","name":"中文 (Taiwan)"},{"key":"es-ar","name":"Español (Argentina)"},{"key":"es-mx","name":"Español (Latin America)"},{"key":"sk","name":"Slovenčinu"},{"key":"ro","name":"Romana"},{"key":"cs","name":"Čeština"},{"key":"hu","name":"Magyar"},{"key":"pl","name":"Polski"},{"key":"ca","name":"Català"},{"key":"pt-br","name":"Português (Brazil)"},{"key":"hi","name":"हिन्दी"},{"key":"ru","name":"русский"},{"key":"ar","name":"عربي"},{"key":"el","name":"Ελληνικά"},{"key":"en-gb","name":"English (UK)"},{"key":"ja","name":"日本語"},{"key":"ko","name":"한국어"},{"key":"tr","name":"TÜRKÇE"},{"key":"fr-ca","name":"Français (Canada)"},{"key":"he","name":"עברית"},{"key":"sl","name":"Slovenski"},{"key":"uk","name":"Українське"},{"key":"id","name":"Bahasa Indonesia"},{"key":"bg","name":"български"},{"key":"et","name":"Eesti keeles"},{"key":"hr","name":"Hrvatski"},{"key":"kk","name":"Қазақша"},{"key":"lt","name":"Lietuvių"},{"key":"lv","name":"Latviski"},{"key":"mk","name":"Македонски"},{"key":"ms","name":"Bahasa Melayu"},{"key":"tl","name":"Tagalog"},{"key":"sr","name":"Srpski"},{"key":"th","name":"ไทย"},{"key":"vi","name":"Tiếng Việt"},{"key":"fa","name":"فارسی"},{"key":"bn","name":"বাংলা"},{"key":"bs","name":"bosanski"},{"key":"is","name":"íslenska"},{"key":"sw","name":"Kiswahili"},{"key":"ur","name":"اُردُو"},{"key":"sr-me","name":"Crnogorski"},{"key":"uz","name":"Oʻzbekcha"},{"key":"az","name":"Azərbaycanca"},{"key":"ta","name":"தமிழ்"},{"key":"gu","name":"ગુજરાતી"},{"key":"kn","name":"ಕನ್ನಡ"},{"key":"te","name":"తెలుగు"},{"key":"mr","name":"मराठी"},{"key":"pa","name":"ਪੰਜਾਬੀ"},{"key":"my","name":"မြန်မာဘာသာ"}]; var userCookie = {"cache":{"items":{"329260":{"cond":1571046474380,"loc":1571046474000},"3531462":{"cond":1571046409420,"loc":1571044251000},"52766_pc":{"cond":1571046429347,"loc":1571046429000}},"lang":"en-us","tp":"C"},"cDate":"2019-10-14","lifestyle":"allergies","lang":"en-us","rl":["329260","52766_pc","3531462"],"tp":"C"}; var recentLocations = [{"adminArea":{"englishName":"Manchester","id":"MAN","localizedName":"Manchester"},"alertCount":0,"country":{"englishName":"United Kingdom","id":"GB","localizedName":"United Kingdom"},"icon":6,"key":"329260","localizedName":"Manchester","postalCode":"M15 6","temp":"10°"},{"alertCount":0,"key":"52766_pc"},{"alertCount":0,"key":"3531462"}]; var currentLocation = {"administrativeArea":{"englishName":"Manchester","id":"MAN","localizedName":"Manchester"},"country":{"englishName":"United Kingdom","id":"GB","localizedName":"United Kingdom"},"englishName":"Manchester","gmtOffset":1.0,"hasAlerts":true,"hasForecastConfidence":false,"hasMinuteCast":true,"hasRadar":true,"key":"329260","lat":53.472,"localizedName":"Manchester","lon":-2.239,"primaryPostalCode":"M15 6","region":{"englishName":"Europe","id":"EUR","localizedName":"Europe"}}; var currentCountryLocation = {"isEEA":true,"lat":54.0,"lon":-2.0}; var currentAdminLocation = null; var lifestyle = {"category":"Low","isStatusRed":false,"lifestyle":"allergies","localizedLifestyle":"Allergies","name":"Ragweed Pollen","value":1}; var userData = {"city":"NEWMALDEN","continent":2,"countryCode":"GB","lat":51.42,"lon":-0.25,"regionCode":"EN","throughput":"vhigh"}; var showPrivacyPolicyBanner = true; var consentCookie = \'.AspNet.Consent=yes; expires=Tue, 13 Oct 2020 09:51:16 GMT; path=/; samesite=lax\'; var pageId = \'minutecast\'; var banners = []; var userIsBot = false; var adInfo = {"glacier":"1","fdate":"20191014","lang":"en-us","ut":"1","advelvet":"14","bot":"0","pgview":"1","partner":"accuweather","city":"Manchester","country":"GB","state":"MAN","dma":null,"zip":"M15XX","cuhd":"84","cuhi":"56","cuuv":"1","cuwd":"3","cuwx":"6","realfeel":"55","ixairq":"a1,b1,c1,d1,e1","ixdust":"a1,b1,c1,d1,e1","ixpgrass":"a1,b1,c1,d1,e1","ixmigraine":"a1,b1,c1,d1,e1","ixpmold":"a1,b1,c1,d1,e1","ixpweed":"a1,b1,c1,d1,e1","ixschoolclosing":"a1,b1,c1,d1,e1","ixskiing":"a1,b1,c1,d1,e1","ixptree":"a1,b1,c1,d1,e1","ixasthma":"a1,b1,c1,d1,e1","ixcopd":"a1,b1,c1,d1,e1","ixmosq":"a1,b1,c1,d1,e1","ixuvindex":"a1,b1,c1,d1,e1","ixcold":"a1,b2,c2,d2,e2","ixbeach":"a1,b1,c1,d1,e1","ixconcert":"a1,b1,c1,d1,e1","ixindoor":"a1,b3,c5,d3,e3","ixsinus":"a3,b3,c2,d3,e2","ixarthritis":"a3,b4,c4,d3,e4","ixbbq":"a3,b2,c1,d1,e2","ixfrizz":"a3,b3,c3,d3,e2","ixgolf":"a3,b1,c1,d1,e2","ixconstruction":"a4,b2,c1,d1,e2","ixsailing":"a4,b3,c1,d2,e3","ixoutdoor":"a4,b2,c1,d2,e2","ixfueleconomy":"a4,b4,c3,d4,e4","ixrunning":"a4,b2,c1,d2,e2","ixfishing":"a4,b3,c1,d1,e1","ixhunting":"a5,b4,c1,d1,e1","ixtravel":"a5,b5,c3,d5,e5","ixschoolbus":"a5,b2,c2,d5,e5","ixpollen":"a1,b1,c1,d1,e1"}; var adPageInfo = {category:\'weather\',template:\'minutecast\'}; var cmsContent = {"id":"428612","seoMeta":{"title":"Default","description":"Default"},"zones":{"navigationNews":[{"elements":[{"category":"Weather News","date":"2019-10-14T09:06:05+00:00","description":"A relatively dry stretch of weather across the Northwest looks to come to an end this week, as a pair of storms brings wet weather for much of the region.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/pair-of-storms-to-bring-rain-mountain-snow-to-the-northwestern-us-this-week/601338","title":"Pair of storms to bring rain, mountain snow to the northwestern US this week","type":"page-tout"}],"type":"navigation"}],"navigationVideo":[{"elements":[{"date":"2019-10-13T12:00:00+00:00","link":"https://www.accuweather.com/en/videos/3OTFt6Cz","duration":90,"description":"Rain to return in the Northeast at midweek","longDescription":[{"contents":"The middle of the new week will bring widespread rain to the northeastern US following a stretch of dry weather.","type":"paragraph"}],"videoId":"3OTFt6Cz","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/3OTFt6Cz/poster.jpg","type":"image"},"type":"video"}],"type":"navigation"}],"navigationSevere":[{"elements":[{"category":"Weather News","date":"2019-10-12T10:42:27+00:00","description":"Snow hasn\\u0027t gotten the memo that might be a little too early for its arrival. Meanwhile, California is battling the threat of dangerous wildfires, and a cricket invasion caused quite a stir in Texas.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-11-at-2.50.29-PM.png","longDescription":[{"contents":"A car went into a ditch during wintry weather near Thompson, North Dakota on Friday, Oct. 11, 2019. The driver of the car was said to be OK. (Photo/North Dakota Highway Patrol) ","type":"paragraph"}],"crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-11-at-2.50.29-PM.png?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-11-at-2.50.29-PM.png?w=300"},"type":"image"},"link":"https://accuweather.com/en/weather-news/in-case-you-missed-it-winterlike-storm-triggers-weather-whiplash-across-northern-us-crickets-swarm-texas-town-amid-cold-front/600332","title":"In case you missed it: Winterlike storm triggers weather whiplash across northern US, crickets swarm Texas town amid cold front","type":"page-tout"}],"type":"navigation"}],"centerWell1":[{"elements":[{"category":"Weather News","date":"2019-10-14T09:06:05+00:00","description":"A relatively dry stretch of weather across the Northwest looks to come to an end this week, as a pair of storms brings wet weather for much of the region.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/StormyNW.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/pair-of-storms-to-bring-rain-mountain-snow-to-the-northwestern-us-this-week/601338","title":"Pair of storms to bring rain, mountain snow to the northwestern US this week","type":"page-tout"}],"type":"featured-content-wtout"}],"centerWell2":[{"title":"Weather News","elements":[{"category":"Weather News","date":"2019-10-14T08:14:48+00:00","description":"While the southern United States is in need of rain, forecasters say too much may fall too quickly, leading to localized flooding this week.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/SERainfall.jpg","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/SERainfall.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/SERainfall.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/SERainfall.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/SERainfall.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/rounds-of-wet-weather-to-be-double-edged-sword-for-southern-us-early-next-week/600875","title":"Rounds of wet weather to be double-edged sword for southern US early this week","type":"page-tout"},{"date":"2019-10-13T15:05:36+00:00","link":"https://www.accuweather.com/en/videos/FExFI4xH","duration":67,"description":"Chilly day for runners at the start of the Chicago Marathon","longDescription":[{"contents":"Sunday morning, kicked off the Chicago Marathon, but it was a chilly one as temperatures were in the low to mid-40s as the race started. However, the runners were certainly charged up and ready to run.","type":"paragraph"}],"videoId":"FExFI4xH","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/FExFI4xH/poster.jpg","type":"image"},"type":"video"},{"category":"Weather News","date":"2019-10-14T09:14:54+00:00","description":"A storm system moving across the country will deliver the Northeast its coldest air of the season late next week.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/storm-to-whisk-coldest-air-of-the-season-into-the-northeast-late-next-week/600119","title":"Storm to whisk coldest air of the season into the Northeast late this week","type":"page-tout"},{"date":"2019-10-13T00:40:44+00:00","link":"https://www.accuweather.com/en/videos/OTwe672d","duration":24,"description":"A harsh winter-wonderland creates hazardous roads","longDescription":[{"contents":"Heavy snow fell in Minot, North Dakota, on Oct. 12, resulting in unsafe road conditions around the town. Highway Patrol reported they had rescued more than 100 vehicles near I-94 in the last 24 hours due to the snowfall.","type":"paragraph"}],"videoId":"OTwe672d","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/OTwe672d/poster.jpg","type":"image"},"type":"video"},{"category":"Weather News","date":"2019-10-12T10:42:27+00:00","description":"Snow hasn\\u0027t gotten the memo that might be a little too early for its arrival. Meanwhile, California is battling the threat of dangerous wildfires, and a cricket invasion caused quite a stir in Texas.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-11-at-2.50.29-PM.png","longDescription":[{"contents":"A car went into a ditch during wintry weather near Thompson, North Dakota on Friday, Oct. 11, 2019. The driver of the car was said to be OK. (Photo/North Dakota Highway Patrol) ","type":"paragraph"}],"crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-11-at-2.50.29-PM.png?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-11-at-2.50.29-PM.png?w=300"},"type":"image"},"link":"https://accuweather.com/en/weather-news/in-case-you-missed-it-winterlike-storm-triggers-weather-whiplash-across-northern-us-crickets-swarm-texas-town-amid-cold-front/600332","title":"In case you missed it: Winterlike storm triggers weather whiplash across northern US, crickets swarm Texas town amid cold front","type":"page-tout"},{"date":"2019-10-12T13:56:33+00:00","link":"https://www.accuweather.com/en/videos/hfVMa47W","duration":47,"description":"Wow! Watch as massive waves, brought on by a typhoon, crash over a wall","longDescription":[{"contents":"Waves crashed over a wall and onto a coastal highway in Shizuoka, Japan, on Oct. 12, after Typhoon Hagibis made landfall in the prefecture that day. The Japanese Meteorological Agency (JMA) also issued special heavy rain warnings in the five prefectures of Ibaraki, Tochigi, Niigata, Fukushima and Miyagi.","type":"paragraph"}],"videoId":"hfVMa47W","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/hfVMa47W/poster.jpg","type":"image"},"type":"video"},{"category":"Weather News","date":"2019-10-14T08:31:13+00:00","description":"Following the potent snowstorm and blizzard conditions just a few days ago, another storm will keep the November-like chill in the region into Wednesday.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/TuesdaySnapshot.jpg","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/TuesdaySnapshot.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/TuesdaySnapshot.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/TuesdaySnapshot.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/TuesdaySnapshot.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/another-storm-to-keep-chilly-air-in-place-across-northern-plains-through-midweek/600970","title":"Another storm to keep chilly air in place across northern Plains through midweek","type":"page-tout"},{"date":"2019-10-11T12:23:25+00:00","link":"https://www.accuweather.com/en/videos/USNAmgEJ","duration":27,"description":"Black ice causes car to skid out of control, nearly striking police car","longDescription":[{"contents":"A police dash cam captured the moments a car hit a patch of black ice in Lincoln County, Wyoming, on Oct. 10, causing it to skid out of control right next to several parked vehicles that were involved in a traffic stop. Fortunately, the skidding car didn\\u0026#039;t hit any of the vehicles or anyone who was outside of them.","type":"paragraph"}],"videoId":"USNAmgEJ","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/USNAmgEJ/poster.jpg","type":"image"},"type":"video"},{"category":"Weather News","date":"2019-10-09T14:54:05+00:00","description":"“Oh my God, baby, look at that tail wagging,” a volunteer could be heard saying in quiet amazement moments after discovering the dog.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-08-at-10.51.18-AM.png","description":"Sean Irion from Big Dog Ranch Rescue seen here moments after he pulled a dog from debris left behind by Hurricane Dorian in Abaco Island\\u0027s Marsh Harbour. Rescuers have named the dog \\u0027Miracle\\u0027 as they search for its owner. Miracle is believed to have survived more than a month trapped in rubbled after Dorian decimated the Bahamas. (ABC News / Big Dog Ranch Rescue)","longDescription":[{"contents":"Sean Irion from Big Dog Ranch Rescue seen here moments after he pulled a dog from debris left behind by Hurricane Dorian in Abaco Island\\u0027s Marsh Harbour. Rescuers have named the dog \\u0027Miracle\\u0027 as they search for its owner. Miracle is believed to have survived more than a month trapped in rubbled after Dorian decimated the Bahamas. (ABC News / Big Dog Ranch Rescue)","type":"paragraph"}],"credits":"(ABC News / Big Dog Ranch Rescue)","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-08-at-10.51.18-AM.png?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-08-at-10.51.18-AM.png?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-08-at-10.51.18-AM.png?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-08-at-10.51.18-AM.png?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/total-miracle-dog-found-alive-in-rubble-over-a-month-after-hurricane-dorians-rampage/597353","title":"\\u0027Total miracle:\\u0027 Dog found alive in rubble over a month after Hurricane Dorian\\u0027s rampage","type":"page-tout"},{"date":"2019-10-12T12:26:19+00:00","link":"https://www.accuweather.com/en/videos/T9YJRCnT","duration":79,"description":"Homeowners losing homes in California wildfires: \\u0027It was very far away and within 30 minutes it was behind the house\\u0027","longDescription":[{"contents":"The Saddleridge Fire in California has been burning since Thursday night, Oct. 10, and has been growing more and more every day. It has been destroying homes in its path. One homeowner discussed the details as the fire crept up to his back door.","type":"paragraph"}],"videoId":"T9YJRCnT","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/T9YJRCnT/poster.jpg","type":"image"},"type":"video"},{"category":"Weather News","date":"2019-10-10T23:03:53+00:00","description":"The critters that came out as a result of this combination of weather events had surprised people from San Antonio to Austin, Texas.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-10-at-5.59.27-PM.png","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-10-at-5.59.27-PM.png?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-10-at-5.59.27-PM.png?w=242"},"type":"image"},"link":"https://accuweather.com/en/weather-news/the-perfect-storm-and-the-perfect-weather-conditions-brought-the-not-so-perfect-situation-to-san-antonio/599704","title":"The \\u0027perfect storm\\u0027 and the \\u0027perfect weather conditions\\u0027 brought the not-so-perfect situation to San Antonio","type":"page-tout"},{"date":"2019-10-11T22:55:51+00:00","link":"https://www.accuweather.com/en/videos/O248TmBk","duration":29,"description":"Ski and snowboard season opens in Colorado","longDescription":[{"contents":"Arapahoe Basin Ski Area in Dillon, Colorado, opened their trails and lifts today becoming the first mountain to open in Colorado. Extreme Meteorologist Reed Timmer, was there hitting the slopes along with many others on a crowded opening day.","type":"paragraph"}],"videoId":"O248TmBk","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/O248TmBk/poster.jpg","type":"image"},"type":"video"},{"category":"Weather News","date":"2019-10-14T09:14:54+00:00","description":"A storm system moving across the country will deliver the Northeast its coldest air of the season late next week.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/CoolLateWeek.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/storm-to-whisk-coldest-air-of-the-season-into-the-northeast-late-next-week/600119","title":"Storm to whisk coldest air of the season into the Northeast late this week","type":"page-tout"},{"date":"2019-10-08T11:55:33+00:00","link":"https://www.accuweather.com/en/videos/R5DYfEot","duration":90,"description":"American dream survives Hurricane Michael","longDescription":[{"contents":"Siblings who immigrated from Thailand lost their life savings when Hurricane Michael blew through Panama City, Florida, last October. The home the brother and sister had purchased with their savings was completely flattened by the Category 5 strength winds. When we last talked with them it seemed like the American dream had turned into a nightmare. However, a year later their story has a much different ending, as the siblings have a new home and hope for the future.","type":"paragraph"}],"videoId":"R5DYfEot","promoImage":{"src":"https://cdn.jwplayer.com/v2/media/R5DYfEot/poster.jpg","type":"image"},"type":"video"}],"type":"newsfeed"}],"rightRail1":[{"title":"Right Rail Feed","elements":[{"category":"Weather News","date":"2019-10-14T05:05:37+00:00","description":"The once-Super Typhoon Hagibis still packed a punch as it made landfall in Japan, causing evacuation orders for millions of people","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/AP_19285161719525.jpg","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/AP_19285161719525.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/AP_19285161719525.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/AP_19285161719525.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/AP_19285161719525.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/at-least-3-dead-over-80-injured-after-deadly-typhoon-hagibis-made-landfall-in-japan/600752","title":"As many as 40 dead, about 189 injured after Typhoon Hagibis made landfall in Japan","type":"page-tout"},{"category":"Weather News","date":"2019-10-14T08:57:52+00:00","description":"\\u0022Within minutes the house was gone,\\u0022 a California resident recalls the moments before he had to escape the Saddleridge Fire, leaving behind his burning house.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-13-at-11.12.23-AM.png","crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-13-at-11.12.23-AM.png?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-13-at-11.12.23-AM.png?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-13-at-11.12.23-AM.png?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-13-at-11.12.23-AM.png?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/breaking-homes-destroyed-as-sandalwood-fire-rapidly-grows-in-southern-california/599888","title":"California wildfire’s rapid growth left one family minutes to flee burning home","type":"page-tout"},{"category":"Weather News","date":"2019-10-10T15:07:38+00:00","description":"A year ago, this is what Kim Sanseela\\u0027s world looked like. Her life was turned upside down by the Category 5 storm, but now she\\u0027s made a remarkable comeback -- as photos one year later clearly show.","image":{"src":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/20181015_132322.jpg","description":"Kim Sanseela stands amid the wreckage that was supposed to be her American Dream come true.","longDescription":[{"contents":"Kim Sanseela stands amid the wreckage that was supposed to be her American Dream come true in Panama City Florida after Hurricane Michael devastated the Gulf Coast in October 2018. (AccuWeather / Jonathan Petramala)","type":"paragraph"}],"crops":{"thumbnail":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/20181015_132322.jpg?w=150\\u0026h=150\\u0026crop=1","medium":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/20181015_132322.jpg?w=300","medium_large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/20181015_132322.jpg?w=1024","large":"https://wordpress.accuweather.com/wp-content/uploads/2019/10/20181015_132322.jpg?w=1024"},"type":"image"},"link":"https://accuweather.com/en/weather-news/womans-american-dream-rises-from-the-ruins-of-hurricane-michaels-wrath/594635","title":"Woman\\u0027s American Dream rises from the ruins of Hurricane Michael\\u0027s wrath","type":"page-tout"}],"type":"newsfeed"}]}}; const hostEnvironment = \'Production-NEURO\'; var dataLayer = window.dataLayer = window.dataLayer || []; dataLayer.push({ siteType: \'responsive\', page: \'minutecast\', section: \'forecast\', pageTemplate: \'world/forecast/forecast-minutecast\', partnerSession: \'accuweather\', cookieCreationDate: \'2019-10-14\', userLanguage: \'en-us\', userCountry: \'GB\', physicalLocLat: \'51.42\', physicalLocLong: \'-0.25\', visitFlow: \'minutecast\', weatherLocNum: \'3\', userInterests: \'allergies\', weatherGovAlert: \'\', weatherLocalForecast: \'\', weatherLocationDMA: \'\', weatherLocationUFDB: \'EGSCK\', weatherLocCountry: \'gb\', weatherLocState: \'manchester\', weatherLocPostal: \'M15 6\', weatherLocLat: \'53.472\', weatherLocLong: \'-2.239\', weatherLocSureFind: \'329260\', weatherLocCanSureFind: \'329260\', weatherSkyTime: \'6/day\', minutecastLocationType: \'city_center\', hostEnvironment: hostEnvironment }); dataLayer.push({ event: \'adsTrigger\', eventCategory: \'Ads\', eventAction: \'Prebundle Initialized\', }); setTimeout(function() { dataLayer.push({ event: \'adsTrigger\', eventCategory: \'Ads\', eventAction: \'15s Timeout Test\', eventLabel: window.processProgress }); }, 15000); window.onunload = function() { if (typeof window.processProgress === \'undefined\') { dataLayer.push({ event: \'windowTrigger\', eventCategory: \'Window\', eventAction: \'Unloaded w/out Bundle\', }); } }; window.mapbox={token:"pk.eyJ1IjoiYWNjdXdlYXRoZXItaW5jIiwiYSI6ImNqeGtxeDc4ZDAyY2czcnA0Ym9ubzh0MTAifQ.HjSuXwG2bI05yFYmc0c9lw",style:"mapbox://styles/accuweather-inc/cjknc24na2o5u2sqoy0t8ku8a"}; var isDFPBypassTestActive = false; var siteVersion = "2.1.3.0"; </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Person", "name": "AccuWeather", "url": "https://www.accuweather.com", "sameAs": [ "https://www.facebook.com/AccuWeather", "https://twitter.com/BreakingWeather", "https://www.instagram.com/accuweather", "https://www.youtube.com/user/accuweather" ] } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Manchester, United Kingdom", "addressRegion": "Manchester", "postalCode": "M15 6" }, "geo": { "@type": "GeoCoordinates", "latitude": "53.472", "longitude": "-2.239", "addressCountry": "GB", "postalCode": "M15 6" }, "name": "Manchester, Manchester, United Kingdom" } </script> <script charset="utf-8" src="/bundles/prebid.114dde98dc99fc60110d.js" async></script> <script src="/advertisement.js"></script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'GTM-5VJD4MS\');</script> <script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async></script> <script> window.isUserCountryEEA = true; window.googlefc = window.googlefc || {}; googlefc.callbackQueue = googlefc.callbackQueue || []; googlefc.suppressConsentMessage = false; window[\'ntixyt\'] = window[\'ntixyt\'] || []; window[\'ntixyt\'].push(function(api) { api.enable(); }); var dataLayer = window.dataLayer = window.dataLayer || []; dataLayer.push({ isCountryEEA: window.isUserCountryEEA }); googlefc.callbackQueue.push(function () { switch (googlefc.getConsentStatus()) { case googlefc.ConsentStatusEnum.CONSENTED_TO_PERSONALIZED_ADS: case googlefc.ConsentStatusEnum.CONSENT_NOT_REQUIRED: dataLayer.push({ fcConsentStatus: true, fcContributerStatus: false }); break; case googlefc.ConsentStatusEnum.CONSENTED_TO_NON_PERSONALIZED_ADS: case googlefc.ConsentStatusEnum.CONTRIBUTOR: dataLayer.push({ fcConsentStatus: true, fcContributerStatus: true }); break; case googlefc.ConsentStatusEnum.UNKNOWN: case googlefc.ConsentStatusEnum.NO_CONSENT: dataLayer.push({ fcConsentStatus: false, fcContributerStatus: false }); break; } dataLayer.push({ event: \'funding-choices-loaded\' }); }); </script> <script src="https://contributor.google.com/scripts/250229f2024a6c7b/loader.js"></script> <script> (function(){\'use strict\';var g=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},l=this,m=/^[\\w+/_-]+[=]{0,2}$/,p=null,q=function(){},r=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array"; if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},t=Date.now||function(){return+new Date},u=function(a,b){function c(){}c.prototype=b.prototype;a.m=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.j=function(d,e,f){for(var k=Array(arguments.length-2),h=2;h<arguments.length;h++)k[h-2]=arguments[h];return b.prototype[e].apply(d, k)}};var v=function(a,b){Object.defineProperty(l,a,{configurable:!1,get:function(){return b},set:q})};var w=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^t()).toString(36)};var y=function(){this.a="";this.b=x},x={},z=function(a){var b=new y;b.a=a;return b};var A=function(a,b){a.src=b instanceof y&&b.constructor===y&&b.b===x?b.a:"type_error:TrustedResourceUrl";if(null===p)b:{b=l.document;if((b=b.querySelector&&b.querySelector("script[nonce]"))&&(b=b.nonce||b.getAttribute("nonce"))&&m.test(b)){p=b;break b}p=""}b=p;b&&a.setAttribute("nonce",b)};var B=function(a){this.a=a||l.document||document};B.prototype.appendChild=function(a,b){a.appendChild(b)};var C=function(a,b,c,d,e,f){try{var k=a.a,h=a.a.createElement("SCRIPT");h.async=!0;A(h,b);k.head.appendChild(h);h.addEventListener("load",function(){e();d&&k.head.removeChild(h)});h.addEventListener("error",function(){0<c?C(a,b,c-1,d,e,f):(d&&k.head.removeChild(h),f())})}catch(n){f()}};var D=l.atob("aHR0cHM6Ly93d3cuZ3N0YXRpYy5jb20vaW1hZ2VzL2ljb25zL21hdGVyaWFsL3N5c3RlbS8xeC93YXJuaW5nX2FtYmVyXzI0ZHAucG5n"),E=l.atob("WW91IGFyZSBzZWVpbmcgdGhpcyBtZXNzYWdlIGJlY2F1c2UgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlIGlzIGludGVyZmVyaW5nIHdpdGggdGhpcyBwYWdlLg=="),aa=l.atob("RGlzYWJsZSBhbnkgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlLCB0aGVuIHJlbG9hZCB0aGlzIHBhZ2Uu"),ba=function(a,b,c){this.b=a;this.f=new B(this.b);this.a=null;this.c=[];this.g=!1;this.i=b;this.h=c},H=function(a){if(a.b.body&&!a.g){var b= function(){F(a);l.setTimeout(function(){return G(a,3)},50)};C(a.f,a.i,2,!0,function(){l[a.h]||b()},b);a.g=!0}},F=function(a){for(var b=I(1,5),c=0;c<b;c++){var d=J(a);a.b.body.appendChild(d);a.c.push(d)}b=J(a);b.style.bottom="0";b.style.left="0";b.style.position="fixed";b.style.width=I(100,110).toString()+"%";b.style.zIndex=I(2147483544,2147483644).toString();b.style["background-color"]=K(249,259,242,252,219,229);b.style["box-shadow"]="0 0 12px #888";b.style.color=K(0,10,0,10,0,10);b.style.display= "flex";b.style["justify-content"]="center";b.style["font-family"]="Roboto, Arial";c=J(a);c.style.width=I(80,85).toString()+"%";c.style.maxWidth=I(750,775).toString()+"px";c.style.margin="24px";c.style.display="flex";c.style["align-items"]="flex-start";c.style["justify-content"]="center";d=a.f.a.createElement("IMG");d.className=w();d.src=D;d.style.height="24px";d.style.width="24px";d.style["padding-right"]="16px";var e=J(a),f=J(a);f.style["font-weight"]="bold";f.textContent=E;var k=J(a);k.textContent= aa;L(a,e,f);L(a,e,k);L(a,c,d);L(a,c,e);L(a,b,c);a.a=b;a.b.body.appendChild(a.a);b=I(1,5);for(c=0;c<b;c++)d=J(a),a.b.body.appendChild(d),a.c.push(d)},L=function(a,b,c){for(var d=I(1,5),e=0;e<d;e++){var f=J(a);b.appendChild(f)}b.appendChild(c);c=I(1,5);for(d=0;d<c;d++)e=J(a),b.appendChild(e)},I=function(a,b){return Math.floor(a+Math.random()*(b-a))},K=function(a,b,c,d,e,f){return"rgb("+I(Math.max(a,0),Math.min(b,255)).toString()+","+I(Math.max(c,0),Math.min(d,255)).toString()+","+I(Math.max(e,0),Math.min(f, 255)).toString()+")"},J=function(a){a=a.f.a.createElement("DIV");a.className=w();return a},G=function(a,b){0>=b||null!=a.a&&0!=a.a.offsetHeight&&0!=a.a.offsetWidth||(ca(a),F(a),l.setTimeout(function(){return G(a,b-1)},50))},ca=function(a){var b=a.c;var c="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];b=c?c.call(b):{next:g(b)};for(c=b.next();!c.done;c=b.next())(c=c.value)&&c.parentNode&&c.parentNode.removeChild(c);a.c=[];(b=a.a)&&b.parentNode&&b.parentNode.removeChild(b);a.a=null};var M=function(a,b,c){a=l.btoa(a+b);v(a,c)},da=function(a,b,c){for(var d=[],e=2;e<arguments.length;++e)d[e-2]=arguments[e];e=l.btoa(a+b);e=l[e];if("function"==r(e))e.apply(null,d);else throw Error("API not exported.");};var fa=function(a,b,c,d,e){var f=ea(c),k=function(n){n.appendChild(f);l.setTimeout(function(){f?(0!==f.offsetHeight&&0!==f.offsetWidth?b():a(),f.parentNode&&f.parentNode.removeChild(f)):a()},d)},h=function(n){document.body?k(document.body):0<n?l.setTimeout(function(){h(n-1)},e):b()};h(3)},ea=function(a){var b=document.createElement("div");b.className=a;b.style.width="1px";b.style.height="1px";b.style.position="absolute";b.style.left="-10000px";b.style.top="-10000px";b.style.zIndex="-10000";return b};var N=null;var O=function(){},P="function"==typeof Uint8Array,Q=function(a,b){a.b=null;b||(b=[]);a.l=void 0;a.f=-1;a.a=b;a:{if(b=a.a.length){--b;var c=a.a[b];if(!(null===c||"object"!=typeof c||"array"==r(c)||P&&c instanceof Uint8Array)){a.g=b-a.f;a.c=c;break a}}a.g=Number.MAX_VALUE}a.i={}},R=[],S=function(a,b){if(b<a.g){b+=a.f;var c=a.a[b];return c===R?a.a[b]=[]:c}if(a.c)return c=a.c[b],c===R?a.c[b]=[]:c},U=function(a,b){var c=T;a.b||(a.b={});if(!a.b[b]){var d=S(a,b);d&&(a.b[b]=new c(d))}return a.b[b]}; O.prototype.h=P?function(){var a=Uint8Array.prototype.toJSON;Uint8Array.prototype.toJSON=function(){if(!N){N={};for(var b=0;65>b;b++)N[b]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(b)}b=N;for(var c=[],d=0;d<this.length;d+=3){var e=this[d],f=d+1<this.length,k=f?this[d+1]:0,h=d+2<this.length,n=h?this[d+2]:0,ha=e>>2;e=(e&3)<<4|k>>4;k=(k&15)<<2|n>>6;n&=63;h||(n=64,f||(k=64));c.push(b[ha],b[e],b[k],b[n])}return c.join("")};try{return JSON.stringify(this.a&&this.a,V)}finally{Uint8Array.prototype.toJSON= a}}:function(){return JSON.stringify(this.a&&this.a,V)};var V=function(a,b){return"number"!=typeof b||!isNaN(b)&&Infinity!==b&&-Infinity!==b?b:String(b)};O.prototype.toString=function(){return this.a.toString()};var T=function(a){Q(this,a)};u(T,O);var W=function(a){Q(this,a)};u(W,O);var ia=function(a,b){this.g=new B(a);var c=U(b,11);c=z(S(c,4)||"");this.b=new ba(a,c,S(b,10));this.a=b;this.f=S(this.a,1);this.c=!1},X=function(a,b,c,d){b=new T(b?JSON.parse(b):null);b=z(S(b,4)||"");C(a.g,b,3,!1,c,function(){fa(function(){H(a.b);d(!1)},function(){d(!0)},S(a.a,12),S(a.a,5),S(a.a,3))})},ja=function(a){a.c||(M(a.f,"internal_api_load_with_sb",function(b,c,d){X(a,b,c,d)}),M(a.f,"internal_api_sb",function(){H(a.b)}),a.c=!0)};var Y=function(a){this.h=l.document;this.a=new ia(this.h,a);this.f=S(a,1);this.g=U(a,2);this.c=!1;this.b=a};Y.prototype.start=function(){try{ka(),ja(this.a),l.googlefc=l.googlefc||{},"callbackQueue"in l.googlefc||(l.googlefc.callbackQueue=[]),la(this)}catch(a){H(this.a.b)}}; var ka=function(){var a=function(){if(!l.frames.googlefcPresent)if(document.body){var b=document.createElement("iframe");b.style.display="none";b.style.width="0px";b.style.height="0px";b.style.border="none";b.style.zIndex="-1000";b.style.left="-1000px";b.style.top="-1000px";b.name="googlefcPresent";document.body.appendChild(b)}else l.setTimeout(a,5)};a()},la=function(a){var b=t();X(a.a,a.g.h(),function(){var c;var d=a.f,e=l[l.btoa(d+"cached_js")];if(e){e=l.atob(e);e=parseInt(e,10);d=l.btoa(d+"cached_js").split("."); var f=l;d[0]in f||"undefined"==typeof f.execScript||f.execScript("var "+d[0]);for(;d.length&&(c=d.shift());)d.length?f[c]&&f[c]!==Object.prototype[c]?f=f[c]:f=f[c]={}:f[c]=null;c=Math.abs(b-e);c=1728E5>c?0:c}else c=-1;0!=c&&(da(a.f,"internal_api_sb"),Z(a,S(a.b,9)))},function(c){c?Z(a,S(a.b,7)):Z(a,S(a.b,8))})},Z=function(a,b){a.c||(a.c=!0,a=new l.XMLHttpRequest,a.open("GET",b,!0),a.send())};(function(a,b){l[a]=function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];l[a]=q;b.apply(null,d)}})("__475an521in8a__",function(a){"function"==typeof l.atob&&(a=l.atob(a),a=new W(a?JSON.parse(a):null),(new Y(a)).start())});}).call(this); window.__475an521in8a__("WyIyNTAyMjlmMjAyNGE2YzdiIixbbnVsbCxudWxsLG51bGwsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2YvQUdTS1d4VWRONnVKUUo5Tm4yTFROVHdHRVAxNENvbHlBc3IwMHdzMWh2X05nSDNJTFNmcDBOaWpVTW5MQVJmajN3YjdFaGd5MzB3dGtVSk1DX0RGTEVQZyJdCiwyMCxudWxsLDEwMCxudWxsLCJodHRwczovL2Z1bmRpbmdjaG9pY2VzbWVzc2FnZXMuZ29vZ2xlLmNvbS9sL0FHU0tXeFYzZHRHZzhHUW1ZMnh5UGx3aTdQUGdLWjNJUUtpaDR5cG5pcno2VV8yUmJZYk4tSWtNdVp2SktsREtOSTJmLXJJRHBYbmZpQll2bXhOZHZON20/YWJcdTAwM2QxIiwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vbC9BR1NLV3hXNVJpbC1xTGNmUGNUVXJ3N3otLTRnbE9Ydk50aktPSUROdDNlcURjVXhFWXljN3hkcFZtY09DVzFKZjRxYXNKRE4wYlZxTTZtRjlmRkp5V3A3P2FiXHUwMDNkMVx1MDAyNnNiZlx1MDAzZDEiLCJodHRwczovL2Z1bmRpbmdjaG9pY2VzbWVzc2FnZXMuZ29vZ2xlLmNvbS9sL0FHU0tXeFhwWUhZd2x1SFBPUEg1U2hwQzVidUZjVF9DdEZvSHk5a0FYcGVYZ3JuNnJRS0VQRDV5allacmlqanZ1Zmk4WDJkM19qeHYwQmNWTGdxX211TVo/c2JmXHUwMDNkMiIsIk1qVXdNakk1WmpJd01qUmhObU0zWWdcdTAwM2RcdTAwM2QiLFtudWxsLG51bGwsbnVsbCwiaHR0cHM6Ly93d3cuZ3N0YXRpYy5jb20vMGVtbi9mL3AvMjUwMjI5ZjIwMjRhNmM3Yi5qcz91c3FwXHUwMDNkQ0FnIl0KLCJkaXYtZ3B0LWFkIl0K"); </script> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"SJ-028d8042-0e25-4155-95ef-100a6cf537be","rua.cook":"true","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false"}]);</script> <script>!function(){function o(n,i){if(n&&i)for(var r in i)i.hasOwnProperty(r)&&(void 0===n[r]?n[r]=i[r]:n[r].constructor===Object&&i[r].constructor===Object?o(n[r],i[r]):n[r]=i[r])}try{var n=decodeURIComponent("");if(n.length>0&&window.JSON&&"function"==typeof window.JSON.parse){var i=JSON.parse(n);void 0!==window.BOOMR_config?o(window.BOOMR_config,i):window.BOOMR_config=i}}catch(r){window.console&&"function"==typeof window.console.error&&console.error("mPulse: Could not parse configuration",r)}}();</script> <script>!function(a){var e="https://s.go-mpulse.net/boomerang/",t="addEventListener";if("False"=="True")a.BOOMR_config=a.BOOMR_config||{},a.BOOMR_config.PageParams=a.BOOMR_config.PageParams||{},a.BOOMR_config.PageParams.pci=!0,e="https://s2.go-mpulse.net/boomerang/";if(function(){function n(e){a.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!a.BOOMR||!a.BOOMR.version&&!a.BOOMR.snippetExecuted){a.BOOMR=a.BOOMR||{},a.BOOMR.snippetExecuted=!0;var i,o,r,O=document.createElement("iframe");if(a[t])a[t]("load",n,!1);else if(a.attachEvent)a.attachEvent("onload",n);O.src="javascript:void(0)",O.title="",O.role="presentation",(O.frameElement||O).style.cssText="width:0;height:0;border:0;display:none;",r=document.getElementsByTagName("script")[0],r.parentNode.insertBefore(O,r);try{o=O.contentWindow.document}catch(_){i=document.domain,O.src="javascript:var d=document.open();d.domain=\'"+i+"\';void(0);",o=O.contentWindow.document}o.open()._l=function(){var a=this.createElement("script");if(i)this.domain=i;a.id="boomr-if-as",a.src=e+"WVCM2-8MB3H-J4PHA-TKSJD-9YGAB",BOOMR_lstart=(new Date).getTime(),this.body.appendChild(a)},o.write("<bo"+\'dy onload="document._l();">\'),o.close()}}(),"".length>0)if(a&&"performance"in a&&a.performance&&"function"==typeof a.performance.setResourceTimingBufferSize)a.performance.setResourceTimingBufferSize();!function(){if(BOOMR=a.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var e="false"=="true"?1:0,t="cookiepresent",n="kfwunuixh5ldsxneiuka-f-e2de448cc-clientnsv4-s.akamaihd.net",i={"ak.v":23,"ak.cp":"804314","ak.ai":parseInt("295874",10),"ak.ol":"0","ak.cr":22,"ak.ipv":4,"ak.proto":"h2","ak.rid":"6f9ba3fa","ak.r":28110,"ak.a2":e,"ak.m":"e12","ak.n":"essl","ak.bpcip":"81.109.70.0","ak.cport":63562,"ak.gh":"95.101.63.132","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.csrc":"-","ak.acc":"","ak.t":"1571046676"};if(""!==t)i["ak.ruds"]=t;var o={i:!1,av:function(e){var t="http.initiator";if(e&&(!e[t]||"spa_hard"===e[t]))i["ak.feo"]=void 0!==a.aFeoApplied?1:0,BOOMR.addVar(i)},rv:function(){var a=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t"];BOOMR.removeVar(a)}};BOOMR.plugins.AK={akVars:i,akDNSPreFetchDomain:n,init:function(){if(!o.i){var a=BOOMR.subscribe;a("before_beacon",o.av,null,null),a("onbeacon",o.rv,null,null),o.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head> <body> <div id="app"></div> <script>var pageLocale = {"com":{"accuweather":{"components":{"weather":{"MinuteCastDial":{"now":"Now at {time}","updated":"Updated at {time}"},"LookingAhead":{"lookingAhead":"Looking Ahead"}},"core":{"MoreButton":{"showMore":"Show More","showLess":"Show Less"},"BaseHeader":{"radarTitle":"Radar & Maps","satelliteTitle":"Maps","newsTitle":"News","videoTitle":"Video","severeWeatherTitle":"Severe Weather","moreTitle":"more","satelliteMetaTitle":"{country} Satellite Image","satelliteMetaDescription":"Current satellite image showing cloud coverage","radarMetaTitle":"{Location Name} Weather Radar","radarMetaDescription":"[country] National map showing where and how intense precipitation is falling","myRecentCountries":"My Recent Countries","moreCountries":"More Countries","languages":"Languages","temp":"Temp","maps":{"ctaDescription":"Visualize past, present, and future weather from many angles via both static and interactive maps","radarTitle":"Radar","radarDescription":"Current and future radar maps for assessing areas of precipitation, type, and intensity","satelliteTitle":"Satellite","satelliteDescription":"Satellite maps for visualizing where there is cloud cover and associated precipitation","severeTitle":"Severe","severeDescription":"Currently active global watches and warnings, lightning, and severe weather risk","forecastTitle":"Forecast","forecastDescription":"Daily forecast map for precipitation"},"news":{"ctaDescription":"Coverage of top events from the world’s most trusted name in weather","weatherNewsTitle":"Weather News","weatherNewsDescription":"Breaking news and top weather stories from around the globe","weatherBlogsTitle":"Weather Blogs","weatherBlogsDescription":"Opinions on weather and climate by our top experts","personalitiesTitle":"Personalities","personalitiesDescription":"Meet the talent dedicated to bringing you the most accurate information","climateChangeTitle":"Climate Change","climateChangeDescription":"Daily blog of news related to the topic of global climate change","watchNews":"Watch News"},"video":{"ctaDescription":"Video coverage of the top weather events people are talking about","trendingTitle":"Trending Now","trendingDescription":"Watch the best weather videos across the web","expertTitle":"Expert Forecasts","expertDescription":"How will the latest weather patterns impact you?","stormTitle":"Storm Chasers","stormDescription":"Our field teams brave the elements","watchVideo":"Watch Video"},"severe":{"ctaDescription":"Offers weather watches and warnings","hurricaneTitle":"Hurricane","hurricaneDescription":"Everything you need for tracking hurricane season","winterTitle":"Winter Weather","winterDescription":"Provides winter weather forecasts and the winter weather outlook for your area","awxReadyTitle":"AccuWeather Ready","awxReadyDescription":"Be prepared for any type of weather"},"more":{"appsTitle":"Apps & Downloads","appsDescription":"Download our free award-winning apps for Superior Accuracy™ on the go","podcastTitle":"Podcast","podcastDescription":"Listen to behind-the-scenes details on trending weather topics","aboutTitle":"About AccuWeather","aboutDescription":"Visit our Corporate Site for more info on AccuWeather","awxPremiumTitle":"AccuWeather Premium","awxPremiumDescription":"Explore More, Dive Deeper, Analyze Faster with AccuWeather Premium","awxProTitle":"AccuWeather Professional","awxProDescription":"Specialized Weather Centers, More of Everything with AccuWeather Professional"},"inPartnershipWith":"in partnership with","searchLocation":"Search location, zip...","satelliteNavTitle":"MAPS","newsNavTitle":"NEWS","videoNavTitle":"VIDEO"},"BaseSubHeader":{"weather":"{Place name} Weather"},"BaseHeaderMegaMenuAccordion":{"settings":"settings"},"lifestyle":{"personalizedTitle":"Personalized Forecasts","favoriteTitle":"My Favorite Forecasts","featuredTitle":"Featured Forecast","description":"Let AccuWeather help you personalize your day-to-day forecasts, to help you better know how to plan your day, and your outdoor activities.","amPlanner":"A.M. Planner","homeGarden":"Home & Garden","sportsRecreation":"Sports & Recreation","health":"Health","misc":"Miscellaneous","driving":"Driving","schoolDay":"School Day","hairDay":"Hair Day","snowDay":"Snow Days","diy":"D.I.Y","lawnGarden":"Lawn & Garden","homeEnergy":"Home & Energy","entertaining":"Entertaining","mosquito":"Mosquito","golf":"Golf","ski":"Ski","hunting":"Hunting","fishing":"Fishing","running":"Running","hiking":"Hiking","biking":"Biking","sunSand":"Sun & Sand","sailing":"Sailing","coldFlu":"Cold & Flu","allergies":"Allergies","respiratory":"Respiratory","arthritis":"Arthritis","migraine":"Migraine","sinus":"Sinus","travel":"Travel","astronomy":"Astronomy","events":"Events","fuelEconomy":"Fuel Economy","lawnMowing":"Lawn Mowing","composting":"Composting","beachPool":"Beach & Pool","uvIndex":"UV Index","commonCold":"Common Cold","flu":"Flu","ragweedPollen":"Ragweed Pollen","grassPollen":"Grass Pollen","treePollen":"Tree Pollen","mold":"Mold","dustDander":"Dust & Dander","airQuality":"Air Quality"},"BaseHeaderMegaMenuSearch":{"useCurLoc":"Use Current Location","browseLoc":"Browse for your location","recentLocs":"Recent Locations","popLocs":"Popular Locations"},"StandardSubnav":{"city":{"now":"Now","radar":"Radar","satellite":"Satellite","minuteCast":"MinuteCast","hourly":"Hourly","daily":"Daily","monthly":"Month","satelliteTertiary":{"enhanced":"Enhanced","standard":"Standard","visible":"Visible","color":"Color","waterVapor":"Water Vapor"}},"news":{"news":"News","videos":"Videos","blogs":"BLOGS","personalities":"Personalities"},"maps":{"radar":"Radar","satellite":"Satellite","severe":"Severe Weather","forecast":"Forecast","satelliteTertiary":{"enhanced":"Enhanced","standard":"Standard","visible":"Visible","color":"Color","waterVapor":"Water Vapor"}},"severe":{"hurricane":"Hurricane","severe":"Severe Weather","winter":"Winter Weather","home":"Home","atlantic":"Atlantic","eastPacific":"East Pacific","westPacific":"West Pacific","indian":"Indian","southPacific":"South Pacific","awxReadyTitle":"AccuWeather Ready"},"legal":{"tos":"Terms of Use","privacy":"Privacy Statement","bots":"Bots & Messenger","providerList":"Provider List","cookiePolicy":"Cookie Policy","tagDisclosure":"TAG Disclosure"},"company":{"about":"About","press":"Press","careers":"Careers","faq":"FAQ","contact":"Contact Us"}},"FooterLegalese":{"trademark":"© 2019 AccuWeather, Inc. \\"AccuWeather\\" and sun design are registered trademarks of AccuWeather, Inc. All Rights Reserved.","termsOfUse":"Terms of Use","privacyPolicy":"Privacy Policy","cookiePolicy":"Cookie Policy","tagDisclosure":"TAG Disclosure"},"FooterContent":{"company":{"title":"Company","superiorAccuracy":"Superior Accuracy in Action","about":"About AccuWeather","mediaKit":"Media Kit","careers":"Careers","press":"Press","contact":"Contact Us","coupons":"Coupons"},"products":{"title":"Products & Services","enterprise":"Enterprise Solutions","d3":"D3: Data Driven Decisions","network":"AccuWeather Network","storyteller":"StoryTeller","broadcast":"Tools for Broadcast","radioNewspaper":"Radio & Newspaper","api":"AccuWeather APIs","podcast":"Podcast"},"apps":{"title":"Apps & Downloads","iphone":"iPhone App","android":"Android App","windows":"Windows App","seeAll":"See all Apps & Downloads"},"subscriptions":{"title":"Subscription Services","premium":"AccuWeather Premium","pro":"AccuWeather Professional"}},"Breadcrumbs":{"world":"World"},"feedbackBanner":{"feedback":"FEEDBACK"}},"maps":{"LegendRadar":{"rain":"Rain","snow":"Snow","ice":"Ice","mix":"Mix","light":"light","severe":"Severe"},"MapRadar":{"past":"Past","future":"Future","mapTitle":"{Location Name} Weather Radar","tooltipDescription":"Weather radar map shows the location of precipitation, its type (rain, snow, and ice) and its recent movement to help you plan your day."},"BaseMapCTA":{"radar":"{Location Name} Weather Radar","satellite":"{Location Name} Satellite","more":"More Maps"}}}}}};</script> <script charset="utf-8" src="/bundles/city.minutecast.ce0b7ab163e7869b0478.js" async></script> <script charset="utf-8" src="/bundles/2.10b81ee665e74e1b1072.js" async></script> <script charset="utf-8" src="/bundles/0.1d853ecc6ca7015c358a.js" async></script> <script type="text/javascript">!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");</script> <!-- Begin comScore Tag --> <script>var _comscore=_comscore||[];_comscore.push({c1:"2",c2:"6005068"}),function(){var c=document.createElement("script"),e=document.getElementsByTagName("script")[0];c.async=!0,c.src=(document.location.protocol=="https:"?"https://sb":"http://b")+".scorecardresearch.com/beacon.js",e.parentNode.insertBefore(c,e)}();</script> <noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=6005068&cv=2.0&cj=1" alt="ComScore" /></noscript> <!-- End comScore Tag --> <script> window.comscoreBeacon = function() { self.COMSCORE.beacon({c1: "2", c2: "6005068"}); // call to server to get pageview_candidate var url = \'/comscore/\'; var httpRequest = new XMLHttpRequest(); httpRequest.open(\'GET\', url); httpRequest.send(); } </script> </body> </html> '; preg_match($re, $str, $matches, PREG_OFFSET_CAPTURE, 0); // Print the entire match result var_dump($matches);

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 PHP, please visit: http://php.net/manual/en/ref.pcre.php