description
stringlengths 0
8.24k
| regex
stringlengths 1
26.3k
| text
stringlengths 0
2.47M
⌀ | title
stringlengths 1
150
| created_at
stringlengths 24
24
|
---|---|---|---|---|
this was because of the error of
this
https://github.com/zoyi/wi-new-dashboard/commit/7d7fffe926e85cc85fb369154e1c90b8be870721#diff-7be54cee11d5c1bf2c654c97c8048042L46
${({ theme }) => theme.colors.widgetLight}est; | \$primary-light(?![\w\d-]) | $application-background: rgba(81, 99, 120, 0.1);
$application-background-light: #ffffff;
$primary-light: #00a6ff; // rgba(0, 166, 255, 1)
primaryLight: $primary-light;
$primary-light-accent: #1f95f8;
$primary-lighter: #99dcff;
$primary-dark: #36436b; // rgba(54, 67, 107, 1)
$primary-darker: #2b3555;
$primary-darkest: #191f32;
$secondary-light: #008aff;
$tertiary-light: #4f5bff;
$quaternary-light: #27358c;
$sub-accent1: #00ea42;
$sub-accent2: #bedb00;
$sub-accent3: #ffb428;
$widget-light: #f3f4f6;
$widget-lightest: #ffffff;
$widget-disabled-light: #ccc;
$widget-disabled-lighter: #f9f9f9;
$navbar-color-default: $widget-lightest;
$navbar-light-color: #fafafa;
$sidebar-background: #fafafa;
$text-light: #516378;
$text-lighter: #889aae;
$text-lightest: #cccccc;
$text-dark: #ffffff;
$text-dark2: #efefef;
$text-darker: #dedede;
$text-disabled: $text-lightest;
$text-placeholder-dark: $text-dark2;
$text-navbar-bright: rgba(0, 0, 0, 0.9);
$text-navbar-bright2: rgba(0, 0, 0, 0.4);
$text-navbar-dark: rgba(255, 255, 255, 1);
$text-navbar-dark2: rgba(255, 255, 255, 0.4);
$border-light: #e8ebed;
$border-dark: #ccc;
$border-active: $text-light;
$border-color-dark: #d9d9d9 $border-dark #b3b3b3;
$warning: #ffa908;
$trend-high: #ff3d79;
$trend-low: #1e98ff;
$trend-mid: $text-light;
$list-item-selected: rgba(81, 99, 120, 0.2);
$list-item-hover: rgba(81, 99, 120, 0.1);
$poor: #ff7da5;
$fair: #ffafc8;
$average: #ffdfa4;
$good: #a1d525;
$excellent: #00d63d;
:export {
primaryDark: $primary-dark;
primaryLight: $primary-light;
secondaryLight: $secondary-light;
tertiaryLight: $tertiary-light;
quaternaryLight: $quaternary-light;
subAccent1: $sub-accent1;
subAccent2: $sub-accent2;
subAccent3: $sub-accent3;
poor: $poor;
fair: $fair;
average: $average;
good: $good;
excellent: $excellent;
}
$black: black;
$black-10: rgba(0, 0, 0, .1);
$black-15: rgba(0, 0, 0, .15);
$black-20: rgba(0, 0, 0, .2);
$black-30: rgba(0, 0, 0, .3);
$black-40: rgba(0, 0, 0, .4);
$darker: #152128;
$darker-40: rgba(21, 32, 40, .4); // rgba($darker, .4)
$darker-50: rgba(21, 32, 40, .5); // rgba($darker, .5)
$darker-70: rgba(21, 32, 40, .7); // rgba($darker, .7)
$darker-80: rgba(21, 32, 40, .8); // rgba($darker, .8)
$darker-90: rgba(21, 32, 40, .9); // rgba($darker, .9)
$dark-two-10: rgba(81, 99, 120, .1);
$dark-two-20: rgba(81, 99, 120, .2);
$dark: #516378;
$dark-60: rgba(81, 99, 120, .6);
$dark-10: rgba(81, 99, 120, .1); // rgba(80, 99, 120, .1) rgba(81, 99, 119, .1)
$dark-15: rgba(81, 99, 120, .15);
$dark-30: rgba(81, 99, 120, .3);
$dark-20: rgba(81, 99, 120, .2); // rgba(80, 99, 120, .2) rgba(81, 99, 119, .2)
$dark-40: rgba(81, 99, 120, .4);
$dark-6: rgba(81, 99, 120, .06);
$gray: #7C858C;
$light: #98A7B3; // #97A7B4 #97A6B2
$light-50: rgba(152, 166, 179, .5);
$lighter: #E8EBED;
$smooth-sky: #87D5FF;
$sky: #00E2F5;
$sky-20: rgba(0, 221, 244, .2);
$magenta: #FF21A3;
$magenta-10: rgba(255, 33, 163, .1);
$yellow: #FFB000; // #FFA908
$lemon: #EDED00;
$spring: #4BFF6B;
$green: #00D63D;
$cobalt: #00A6FF;
$cobalt-10: rgba(0, 195, 255, .1); // rgba(0, 165, 255, .1)
$cobalt-20: rgba(0, 195, 255, .2);
$blue: #4A4FEB;
$purple: #9270FF;
$navy: #1B1464;
$snow: #F3F4F5; // #F2F2F2
$snow-68: rgba(243, 244, 245, .68);
$pale-grey-five: #F5F5F7;
$snow-60: rgba(243, 244, 245, .6); // rgba(243, 243, 244, .6)
$warm-grey-10: rgba(119, 119, 119, .1);
$white: white;
$white-30: rgba(255, 255, 255, .3);
$white-50: rgba(255, 255, 255, .5);
$white-70: rgba(255, 255, 255, .7);
$midnight: #36436B;
$midnight-hover: #2B3457;
$dawn: #5B83FE;
$dawn-hover: #4864CD;
$periwinkle: #A98FFF;
$pastel-purple: #B7A1FF;
$carolina-blue: #87A5FF;
$pastel-blue: #9DB5FE;
$pale-grey: #EEF1F4;
$warm-pink: #FF3D79;
$warm-pink-darker: #e6376e;
$warm-pink-darkest: #c22f5d;
$warm-pink-15: rgba(255, 61, 121, .15);
$pale-grey-two: #E8EBED;
$pale-grey-two-50: rgba(232, 235, 237, .5);
$pale-grey-two-30: rgba(232, 235, 237, .3);
$pale-grey-two-70: rgba(232, 235, 237, .7);
$pale-grey-two-20: rgba(232, 235, 237, .2);
$pale-grey-two-10: rgba(232, 235, 237, .1);
$pale-grey-three: #EAEFF4;
$charcoal-grey: #2B2F35;
$charcoal-grey-80: rgba(43, 47, 43, .8); // rgba(42, 47, 52, .8)
$charcoal-grey-90: rgba(43, 47, 43, .9); // rgba(43, 47, 52, .9)
$charocol-grey-30: rgba(43, 47, 53, .3);
$silver: #DCE0E4; // #CFD2D4 #C9D0D5
$silver-two: #D2DADF;
$silver-three: #C9D0D5;
$azure: #00A6FF;
$azure-two: #0095E4;
$azure-hover: #008AD4;
$watermelon: #FF4168;
$light-30: rgba(152, 166, 179, .3);
$light-70: rgba(152, 166, 179, .7);
$cerulean: #007DC0;
$wheat: #FFD37E;
$off-white-two: #FFF6E1;
$pale-peach-two: #FFDEAD;
$ice-blue: #ECF9FF;
$pale-sky-blue: #B7E7FF;
$slate: #516272;
$bluey-grey: #97A6B2;
$bluey-grey-two: #98A7B3;
$bluey-grey-three: #A7B6C2;
$slate-three: #405064;
$slate-two: #404F5F;
$silver-four: #DEE1E4;
$silver-five: #D9DCDF;
$coral-pink: #FF5771;
$silver-six: #C0C9D0;
$sky-blue: #5CC7FF;
:export {
dark: $dark;
dark10: $dark-10;
dark20: $dark-20;
}
// not registered in zeplin
$warm-dark: #404F5F; // #435262
$warm-dark-40: rgba(64, 79, 95, .4); // rgba(64, 80, 101, .4)
$soft-sky: #8FD8FF;
$charcoal-grey-two: #2F343A;
$azure-three: #00C3FF;
$deep-green: #00A02E;
$sun-yellow: #F5E11F;
$cadet-blue: #52689D;
$greenblue: #00D175;
$greenblue-two: #00B07F;
$light-sky-blue: #CCF3FF;
$event-header: #EDEFF0;
// react table
$tr-group-border: rgba(0, 0, 0, .05);
// shop AB funnel page
$resource-a: #7ab8fc;
$resource-b: #86919f;
:export {
resourceA: $resource-a;
resourceB: $resource-b;
}
| exact sass var match with description | 2019-10-10T08:25:31.000Z |
(?m)^\w+ | first
second
third | flag 'm' inside | 2018-05-03T17:25:51.000Z |
|
Pattern for validating a `definitions.reference.isbn` value in the Citation File Format (CFF) | ^[0-9\- ]{10,17}X?$ | CFF-definitions.reference.isbn | 2021-07-29T12:49:29.000Z |
|
Usando o Adianti Framework para PHP, as vezes, precisamos mudar a classe de apresentação do formulário e com isso, as vezes é necessário mudar também o método que adiciona os componentes de texto botoes e combo boxez etc na tela, essa regex faz esse trabalho! | .+('[a-zA-Z\s\/ã]+').+(\$[a-z_]+).+('[0-9%]+').+ | $this->form->addQuickField('Id', $id, '50%' );
$this->form->addQuickField('Nome', $nome, '100%' , new TRequiredValidator);
$this->form->addQuickField('Cpf/Cnpj', $cpf_cnpj, '100%' );
$this->form->addQuickField('Biometria', $senha_biometria, '100%' );
$this->form->addQuickField('Data Inicio Pausa', $data_inicio_pausa, '50%' );
$this->form->addQuickField('Data Fim Pausa', $data_fim_pausa, '50%' );
$this->form->addQuickField('Data Nasc Fundacao', $data_nasc_fundacao, '50%' );
$this->form->addQuickField('Mãe', $mae, '100%' , new TRequiredValidator);
$this->form->addQuickField('Pai', $pai, '100%' );
$this->form->addQuickField('Nascimento', $data_nascimento, '50%' , new TRequiredValidator);
$this->form->addQuickField('Rg', $rg, '100%' );
$this->form->addQuickField('Orgão Expedidor', $sigla_orgao_expedidor, '100%' );
$this->form->addQuickField('Conf Pessoa Tipo Id', $conf_pessoa_tipo_id, '50%' );
$this->form->addQuickField('Conf Pessoa Tipo Documento Id', $conf_pessoa_tipo_documento_id, '50%' );
$this->form->addQuickField('Conf Geral Status Id', $conf_geral_status_id, '50%' );
$this->form->addQuickField('System User Id', $system_user_id, '50%' );
$this->form->addQuickField('Conf End Cidades Id', $conf_end_cidades_id, '50%' );
$this->form->addQuickField('Conf End Estados Id', $conf_end_estados_id, '50%' );
$this->form->addQuickField('Conf Sexos Id', $conf_sexos_id, '50%' ); | Adianti Framework - Substituição do método form->addQuickField pelo form->addFields | 2018-05-30T12:53:36.000Z |
^(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])$ | IP Address | 2019-12-03T19:45:54.000Z |
||
siprec | (<nameID aor=\"sip:)(?:\+)?(.*)(@.*)\s(.*)(<name>)(")(.*)(")(<\/name>).*\R(.*)\R(.*)\R(.*)\R(.*)\R(.*)(<apkt:callingParty>false<\/apkt:callingParty>) | <nameID aor="sip:[email protected]">
<name>"User 3136622147"</name>
</nameID>
<send>Xcl1Rts4RjtrMBY4Q1IZTQ==</send>
<associate-time>2021-04-20T13:57:07</associate-time>
<extensiondata xmlns:apkt="http://acmepacket.com/siprec/extensiondata">
<apkt:callingParty>false</apkt:callingParty>
<nameID aor="sip:[email protected]">
<name>"User 3136622147"</name>
</nameID>
<send>Xcl1Rts4RjtrMBY4Q1IZTQ==</send>
<associate-time>2021-04-20T13:57:07</associate-time>
<extensiondata xmlns:apkt="http://acmepacket.com/siprec/extensiondata">
<apkt:callingParty>false</apkt:callingParty>
<nameID aor="sip:[email protected]">
<name>"User 3136622147"</name>
</nameID>
<send>Xcl1Rts4RjtrMBY4Q1IZTQ==</send>
<associate-time>2021-04-20T13:57:07</associate-time>
<extensiondata xmlns:apkt="http://acmepacket.com/siprec/extensiondata">
<apkt:callingParty>false</apkt:callingParty> | HMR siprec MIME | 2021-04-30T16:24:14.000Z |
<NAME: VALUE> | <(?P<name>\s*.+?\s*):(?P<value>\s*.+?\s*)> | user/auth/<id: INT>/<password: STR> | link findall | 2021-08-06T14:13:15.000Z |
This REGEX verifies the callsign and splits it up in several parts so it is possible to retrieve the prefix. All additions to the callsign
(like /P, /M,..) and prepositions like other DXCC identifier (like DL/ON7BS) will be retrieved.
The only DXCC that won't work if found so far is swaziland (prefix 3DA) and I just can't get it to work... | ^([A-Z0-9]+[\/])?([A-Z][0-9]|[A-Z]{1,2}|[0-9][A-Z])([0-9]|[0-9]+)([A-Z]+)([\/][A-Z0-9]+)? | ON7BS/P | Regex to verify Hamradio Callsign and retrieve prefix | 2019-08-28T11:23:00.000Z |
Key - Value extractor | \{value\=(([a-z|A-Z|(0-9)*|\s+|\w+]*))\}\} | {value=Parking Bay Suspension}} | Key - Value extractor | 2022-08-19T19:08:54.000Z |
Non scientific float numbers validator | ^-?(\d|[1-9]+\d*|\.\d+|0\.\d+|[1-9]+\d*\.\d+)$ | 0
5
50
.5
.05
5.5
5.05
5.050
5.50
0.5 | Validate Float | 2021-07-09T19:23:33.000Z |
<[^>]+\sid\b[^>]*> | <name attribute=value attribute="value" id='value'>CDAT! dfg abc="ddd" <name attribute=value attribute="value" id='value'> | Find XML tag with specific Attribute like id | 2018-07-31T06:47:59.000Z |
|
^(https?:\/\/)?([a-zA-z0-9]+)(\.[a-zA-z0-9]+)+(:[1-9][0-9]*)?\/.*$ | http://vubpaperboy.com/asdjn?rtrwt=asdahb
https://vubpaperboy.com/asdjn?rtrwt=asdahb
vubpaperboy.com/asdjn?rtrwt=asdahb
http://asdafyg.vubpaperboy.com/asdjn?rtrwt=asdahb
https://38trbfgbg54.vubpaperboy.com/asdjn?rtrwt=asdahb
qw478t487.vubpaperboy.com/asdjn?rtrwt=asdahb
https://subdomain.localhost:8000/
subdomain.localhost:8000/ | subdomain catcher | 2018-07-10T10:44:53.000Z |
|
\.xl\d+([\s\S]*?){([\s\S]*?)} | {mso-displayed-decimal-separator:"\.";
mso-displayed-thousand-separator:"\,";}
@page
{margin:.75in .7in .75in .7in;
mso-header-margin:.3in;
mso-footer-margin:.3in;}
tr
{mso-height-source:auto;}
col
{mso-width-source:auto;}
br
{mso-data-placement:same-cell;}
td
{padding-top:1px;
padding-right:1px;
padding-left:1px;
mso-ignore:padding;
color:black;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
mso-font-charset:0;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
border:none;
mso-background-source:auto;
mso-pattern:auto;
mso-protection:locked visible;
white-space:nowrap;
mso-rotate:0;}
.xl65{color:red;font-size:14.0pt;font-family:"Comic Sans MS", cursive;mso-font-charset:0;mso-number-format:Standard;}
.xl66
{color:#548235;
font-size:16.0pt;}
.xl67
{color:#0070C0;
font-size:16.0pt;} | Identify TD in Style for Excel-TextAngularJS | 2020-08-12T23:22:28.000Z |
|
\b(34[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b34[0-9]{13}\b|\b(37[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b37[0-9]{13}\b | American Express
Requirements: American Express cards start with the number 34 or 37 and have 15 digits. Pattern is 4-6-5 when having spaces or dashes.
Pattern Parts:
Starts with number 34 and 15 length:
1) \b(34[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b34[0-9]{13}\b
Starts with number 37 and 15 length:
2) \b(37[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b37[0-9]{13}\b
Combining 1-2 to form one pattern:
\b(34[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b34[0-9]{13}\b|\b(37[0-9]{2}[ -])([0-9]{6}[ -])[0-9]{5}\b|\b37[0-9]{13}\b
Test Cases:
Positive (Should fire):
15 length, no space, start with 34 342312341234112
15 length, dashes, start with 34 3423-123456-12345
15 length, spaces, start with 34 3423 123456 12345
15 length, no space, start with 37 372112341234123
15 length, dashes, start with 37 3721-123456-12345
15 length, spaces, start with 37 3721 123456 12345
Embedded in sentence with space:
15 length, no space, start with 34 Here is the cc: 342312341234112
15 length, dashes, start with 34 Here is the cc: 3423-123456-12345
15 length, spaces, start with 34 Here is the cc: 3423 123456 12345
15 length, no space, start with 37 Here is the cc: 372112341234123
15 length, dashes, start with 37 Here is the cc: 3721-123456-12345
15 length, spaces, start with 37 Here is the cc: 3721 123456 12345
15 length, no space, start with 34 Credit Card#:342312341234112
15 length, dashes, start with 34 Credit Card#:3423-123456-12345
15 length, spaces, start with 34 Credit Card#:3423 123456 12345
15 length, no space, start with 37 Credit Card#:372112341234123
15 length, dashes, start with 37 Credit Card#:3721-123456-12345
15 length, spaces, start with 37 Credit Card#:3721 123456 12345
Negative (Should Not Fire):
15 length, no space, not start with 34 352312341234112
15 length, dashes, not start with 34 3523-123456-12345
15 length, spaces, not start with 34 3523 123456 12345
15 length, no space, not start with 37 362112341234123
15 length, dashes, not start with 37 3621-123456-12345
15 length, spaces, not start with 37 3621 123456 12345
15 length, no space, start with 34, embedded Credit Card Number342312341234112
15 length, dashes, start with 34, malformed 3423-1234-1234-112
15 length num matching pattern but embedded User ID: 000000342312341234112000000 | American Express CC | 2018-10-09T13:44:26.000Z |
|
it can detect complex number of both cartesian and Euler form.the real number in the real and imaginary part can be signed or unsigned.also it may or may not have floating Point.no problem.
But,in Euler from the imaginary part should be written between brackets.here are some example:-
+5.6+7i,-.004+2.5i,6.-i,i,e^-(5i),.02e^(-2.3i),7e^(i) | [+-]?(((\d+\.\d*|\d*\.\d+|\d+)[+-])?((\d+\.\d*|\d*\.\d+|\d+)i|i(\d+\.\d*|\d*\.\d+|\d+)|i)|(\d+\.\d*|\d*\.\d+|\d+)?e\^(\([+-]?|[+-]?\()((\d+\.\d*|\d*\.\d+|\d+)i|i(\d+\.\d*|\d*\.\d+|\d+)|i)\)) | +5.6+7i,-.004+2.5i,6.-i,
i,e^-(5i),.02e^(-2.3i),7e^(i) | Regex for complex number | 2021-07-08T11:37:44.000Z |
操作系统文件名称验证,参考了Windows,Linux,Mac | ^(?!.*((^\.)|(^\s)|(\.$)|(\s$)|[\x00-\x1F\x7F<>:\"\/\\|?*]|((?i)^CON$|^PRN$|^AUX$|^NUL$|^COM[0-9]$|^COM[\u00B9\u00B2\u00B3]$|^LPT[0-9]$|^LPT[\u00B9\u00B2\u00B3]$))).*$ | 📂📂文件(夹)名称验证uD83DuDCC2 | 文件名称验证 | 2023-12-01T16:03:52.000Z |
This REGEX, allow extract all words in brackets []. | \[(.*?)\] | [Consecutivo]_[MAC] | Brackets Items | 2021-08-18T20:01:38.000Z |
^(\d{6}|\s{6})\s+COPY\s+(\S+)\s+OF\s+EXCOPY\s+REPLACING\s(\S+)\s+BY\s+(==\S+==)\..*$ | 010500 COPY HLPDBREC OF EXCOPY REPLACING ==(HLP)== BY ==HLP==. | copy to include with leading digits | 2017-12-18T16:12:43.000Z |
|
[^\\]+(?=(?:\.[^.]+)?$) | \ChengBoon\excel.xlsx
| Get file name from Path | 2019-05-07T07:50:48.000Z |
|
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} | Valid
e519f23b-1c3e-5320-8ed0-4c17b8177c05
Invalid
e519z23b-1c3e-5320-8ed0-4c17b8177c05
Invalid
e519-323b-1c3e-5320-8ed0-4c17b8177c0
| Match UUID | 2018-01-22T15:41:26.000Z |
|
(https|http):\/\/(\w|\-|\.|:)+\.\w+\/\w+ | Create Connection | 2018-07-25T19:36:43.000Z |
||
съдържа само букви от латинската азбука и символите “space“, “,”, “‘“,”-”
задължително първата буква на всяко едно от имената е главна.
валидни имена:
Petar-Ivanov
STEF-T.-Stefanov
PETKO-P.-PE’KOV
Anna-Maria-S.-InoN | ([A-Z][a-zA-Z ,.’-]+)([-]|[-][A-Z.-]?)([A-Z][a-zA-Z'-]+) | exercises airport name validation | 2018-09-19T07:39:17.000Z |
|
Invoice ((?:[0-9]){8}) | THIS IS AN EXAMPLES OF Invoice Email Subject sample
Harmonie Mutuelle - Invoice 1234567890123456
| DMLR - Email Subject - Invoice | 2018-09-17T17:24:35.000Z |
|
Validates a password that has 1 lowercase character, 3 uppercase characters, 1 special character,
1 number and the total length of 8 characters. These are minimums of course, it can have more of each. | ^(?=(?:.*[a-z]){1})(?=(?:.*[A-Z]){3})(?=(?:.*[0-9]){1})(?=(?:.*[*#$%&!]){1})[A-Za-z0-9*#$%&!]{8,}$ | This is my test text with a ip address
192.168.1.3
25.25.25.25
255.255.5.255
257.5.8.5
019.25.58.255
249.25.255.255
159468745994687566464146
~this44#@email.com
[email protected]
[email protected]
[email protected]
[email protected]
troy*[email protected]
46764-2845
46764
2001:0DB8:5000:AB00:2300:0034:00A4:0801
2001:0DB8:5002:AB41:0000:0000:0000:0801
2001:DB8:5002:AB41:0:0:0:801
2001:DB8:5002:AB41::801
2001:AB3::45CA::F5
mt59%$*dBCftModtejdhsierkB&deidfj
AbCdE&4m
DFEa&bcqrs9
D3me*KDes
| Password Validation | 2021-06-03T09:00:18.000Z |
validates any date in M-d-yyyy format from 1581-01-01 to 9999-12-31, allowed delimiters are "/", "." and "-" | ^(?:(?:(0?[13578]|1[02])([\-.\/])(0?[1-9]|[12][0-9]|3[01])|(0?[469]|11)([\-.\/])(0?[1-9]|[12][0-9]|30)|(0?2)([\-.\/])(0?[1-9]|[12][0-9]))(?:\2|\5|\8)((?:16|[357][26]|[2468][048])(?:[0248][048]|[13579][26])|(?:1[6-9]|[2-9][0-9])(?:0[48]|[13579][26]|[2468][048])|(?:15)(?:84|9[048]))|(?:(0?[13578]|1[02])([\-.\/])(0?[1-9]|[12][0-9]|3[01])|(0?[469]|11)([\-.\/])(0?[1-9]|[12][0-9]|30)|(0?2)([\-.\/])(0?[1-9]|1[0-9]|2[0-8]))(?:\12|\15|\18)((?:16|[357][26]|[2468][048])(?:0[1235679]|[13579][01345789]|[2468][1235679])|(?:1[789]|[35679][01345789]|[248][12345679])(?:0[01235679]|[13579][01345789]|[2468][1235679])|(?:15)(?:8[235679]|9[01345789])))$ | 2-2-2016 | Date Validation #2 | 2018-06-20T19:36:21.000Z |
Find that given string is number or not. | ^-?(\d*)(\.)?(\d*)?$ | -87.660800 | isNumber | 2021-08-11T11:48:26.000Z |
Find all insert sql grouped by columns and values | insert\s+into\s+casi_tassazione\s+(\(.+?\))\s+values\s+(\(.+\)); | INSERT INTO CASI_TASSAZIONE (ID_CSTASS, ID_DCHFIS, ESERCIZIO, PROGRESSIVO, ID_PARENT_CSTASS, NO_REINTIMAZIONE, ID_PERGIU, ID_STORGN, TASSAZIONE_UFFICIO, ID_OWNER, ID_WORKER, ID_UNTORG, PRIMO_GIORNO_ESECZ, ULTIMO_GIORNO_ESECZ, DATA_CAMBIO_STORGN, DATA_INS, INS_USERID, DATA_UPD, UPD_USERID) VALUES (100001, 100000, 2009, 0, NULL, 0, 100001, 2, 0, 10000, 10000, @idUnitaOrganizzativa, '2009-01-01', '2009-12-31', '2009-04-24', '2009-04-24 10:09:07.115', 'JUNIT', '2009-04-24 10:09:09.894', 'JUNIT');
INSERT INTO CASI_TASSAZIONE
(ID_CSTASS, ID_DCHFIS, ESERCIZIO, PROGRESSIVO, ID_PARENT_CSTASS, NO_REINTIMAZIONE, ID_PERGIU, ID_STORGN, TASSAZIONE_UFFICIO, ID_OWNER, ID_WORKER, ID_UNTORG, PRIMO_GIORNO_ESECZ, ULTIMO_GIORNO_ESECZ, DATA_CAMBIO_STORGN, DATA_INS, INS_USERID, DATA_UPD, UPD_USERID) VALUES (100001, 100000, 2009, 0, NULL, 0, 100001, 2, 0, 10000, 10000, @idUnitaOrganizzativa, '2009-01-01', '2009-12-31', '2009-04-24', '2009-04-24 10:09:07.115', 'JUNIT', '2009-04-24 10:09:09.894', 'JUNIT'),(ID_CSTASS, ID_DCHFIS, ESERCIZIO, PROGRESSIVO, ID_PARENT_CSTASS, NO_REINTIMAZIONE, ID_PERGIU, ID_STORGN, TASSAZIONE_UFFICIO, ID_OWNER, ID_WORKER, ID_UNTORG, PRIMO_GIORNO_ESECZ, ULTIMO_GIORNO_ESECZ, DATA_CAMBIO_STORGN, DATA_INS, INS_USERID, DATA_UPD, UPD_USERID) VALUES (100001, 100000, 2009, 0, NULL, 0, 100001, 2, 0, 10000, 10000, @idUnitaOrganizzativa, '2009-01-01', '2009-12-31', '2009-04-24', '2009-04-24 10:09:07.115', 'JUNIT', '2009-04-24 10:09:09.894', 'JUNIT');
| insert sql grouped | 2019-07-24T09:19:13.000Z |
^([0-9]|[1-9]*)$ | 3
44
55.5
66.66
777
3,3
.4
.55
-7
89.80
9.234
0
00
| Integer (avoid more than 1 zero) | 2018-03-28T14:22:56.000Z |
|
var hanturl=.+?(.+?)' |
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="pingback" href="http://60fps.live/xmlrpc.php">
<title>PSG vs Toulouse – u/youpits</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="u/youpits » Feed" href="http://60fps.live/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:\/\/60fps.live\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2.2"}};
!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://60fps.live/wp-includes/css/dist/block-library/style.min.css?ver=5.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='advanced-floating-content-css' href='http://60fps.live/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='rapidwp-maincss-css' href='http://60fps.live/wp-content/themes/rapidwp/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='http://60fps.live/wp-content/themes/rapidwp/assets/css/font-awesome.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='rapidwp-webfont-css' href='//fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i|Domine:400,700|Oswald:400,700' type='text/css' media='all' />
<link rel='stylesheet' id='soccer-info-front-css' href='http://60fps.live/wp-content/plugins/soccer-info/css/soccer-info-front.css?ver=5.2.2' type='text/css' media='all' />
<script type='text/javascript' src='http://60fps.live/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script type='text/javascript' src='http://60fps.live/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='http://60fps.live/wp-content/plugins/advanced-floating-content-lite/public/js/advanced-floating-content-public.js?ver=1.0.0'></script>
<!--[if lt IE 9]>
<script type='text/javascript' src='http://60fps.live/wp-content/themes/rapidwp/assets/js/html5shiv.min.js'></script>
<![endif]-->
<!--[if lt IE 9]>
<script type='text/javascript' src='http://60fps.live/wp-content/themes/rapidwp/assets/js/respond.min.js'></script>
<![endif]-->
<link rel='https://api.w.org/' href='http://60fps.live/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://60fps.live/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://60fps.live/wp-includes/wlwmanifest.xml" />
<link rel='prev' title='Leganés vs Atlético Madrid' href='http://60fps.live/live/3104/leganes-vs-atletico-madrid/' />
<link rel='next' title='Premier League – Super 1' href='http://60fps.live/live/3201/premier-league-super-1/' />
<meta name="generator" content="WordPress 5.2.2" />
<link rel="canonical" href="http://60fps.live/live/3106/psg-vs-toulouse/" />
<link rel='shortlink' href='http://60fps.live/?p=3106' />
<link rel="alternate" type="application/json+oembed" href="http://60fps.live/wp-json/oembed/1.0/embed?url=http%3A%2F%2F60fps.live%2Flive%2F3106%2Fpsg-vs-toulouse%2F" />
<link rel="alternate" type="text/xml+oembed" href="http://60fps.live/wp-json/oembed/1.0/embed?url=http%3A%2F%2F60fps.live%2Flive%2F3106%2Fpsg-vs-toulouse%2F&format=xml" />
<style type="text/css" id="custom-background-css">
body.custom-background { background-image: url("http://60fps.live/wp-content/themes/rapidwp/assets/images/background.gif"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed; }
</style>
<script type="text/javascript" src="//services.bilsyndication.com/adv1/?d=1317" defer="" async=""></script><script> var vitag = vitag || {};</script>
<script> vitag.outStreamConfig = { position: "left" };</script>
<!-- BEGIN ExactMetrics v5.3.9 Universal Analytics - https://exactmetrics.com/ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-128504139-1', 'auto');
ga('send', 'pageview');
</script>
<!-- END ExactMetrics Universal Analytics -->
<style type="text/css" id="wp-custom-css">
#vvv{
padding-bottom:10px !important;
}
.full {
position: absolute;
width: 100%;
height: 100% !important;
background:#000;
z-index: 9996;
opacity:0.6;
}
.adcash {
width: 100%;
height: 100% !important;
background:transparent;
z-index: 9999;
opacity:0;
}
.ga-content {
max-width: 83.333333%;
position: absolute;
width:100%;
height:100%;
margin: auto;
background:transparent;
z-index: 9997;
}
.instream {
position: absolute;
width:100%;
height:100%;
background:transparent;
z-index: 9997;
}
.ga-content1 {
max-width: 83.333333%;
position: absolute;
top:50%;
left: 50%;
transform: translate3d(-50%,-50%, 0);
width:300px;
height:300px;
margin: auto;
background:transparent;
z-index: 9997;
}
.ad-close-sp{
position:absolute;
top:5px;
left:0;
width:270px;
height:40px;
margin:0 auto !important;
z-index:9998;
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;
}
.rapidwp-outer-wrapper{
max-width:80%;
}
.rapidwp-logo{
width:20%;
}
.rapidwp-header-ad{
width:79.4%;
} </style>
<style id="tt-easy-google-font-styles" type="text/css">p { font-family: 'Tahoma'; font-style: italic; font-weight: 400; text-decoration: none; text-transform: capitalize; }
h1 { font-family: 'Tahoma'; font-style: normal; font-weight: 400; }
h2 { }
h3 { font-family: 'Tahoma'; font-style: normal; font-weight: 400; text-transform: capitalize; }
h4 { }
h5 { }
h6 { }
</style><style id="kirki-inline-styles"></style></head>
<body class="post-template-default single single-post postid-3106 single-format-standard custom-background wp-custom-logo rapidwp-animated rapidwp-fadein rapidwp-custom-logo-active rapidwp-primary-menu-active rapidwp-secondary-menu-active" id="rapidwp-site-body" itemscope="itemscope" itemtype="http://schema.org/WebPage">
<a class="skip-link screen-reader-text" href="#rapidwp-posts-wrapper">Skip to content</a>
<div class="rapidwp-container rapidwp-secondary-menu-container clearfix">
<div class="rapidwp-outer-wrapper">
<div class="rapidwp-secondary-menu-container-inside clearfix">
<nav class="rapidwp-nav-secondary" id="rapidwp-secondary-navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" role="navigation">
<div class="menu-page-container"><ul id="rapidwp-menu-secondary-navigation" class="rapidwp-secondary-nav-menu rapidwp-menu-secondary"><li id="menu-item-3189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3189"><a href="http://60fps.live/about-us/">About Us</a></li>
<li id="menu-item-3188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3188"><a href="http://60fps.live/privacy-policy-2/">Privacy Policy</a></li>
<li id="menu-item-3187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3187"><a href="http://60fps.live/terms-and-conditions/">TERMS AND CONDITIONS</a></li>
<li id="menu-item-3190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3190"><a href="http://60fps.live/contact-us/">Contact Us</a></li>
</ul></div><div class="rapidwp-header-date">August 25, 2019</div></nav>
</div>
</div>
</div>
<div class="rapidwp-outer-wrapper">
<div class="rapidwp-container" id="rapidwp-header" itemscope="itemscope" itemtype="http://schema.org/WPHeader" role="banner">
<div class="rapidwp-head-content clearfix" id="rapidwp-head-content">
<div class="rapidwp-header-inside clearfix">
<div class="rapidwp-header-inside-content clearfix">
<div class="rapidwp-logo">
<div class="site-branding">
<a href="http://60fps.live/" rel="home" class="rapidwp-logo-img-link">
<img src="http://60fps.live/wp-content/uploads/2019/08/cropped-log-60fps-1.png" alt="" class="rapidwp-logo-img"/>
</a>
<div class="rapidwp-custom-logo-info"> <p class="rapidwp-site-title"><a href="http://60fps.live/" rel="home">u/youpits</a></p>
<p class="rapidwp-site-description"><span>Watch HD live streams of football events. Online broadcasts of popular football games at 60fps.live</span></p>
</div>
</div>
</div>
<div class="rapidwp-header-ad">
<div class="rapidwp-header-widget widget sdfgd-widget"><div class="adsbyvli" data-ad-slot="vi_13173224"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173224")})</script></div></div>
</div>
</div>
</div><!--/#rapidwp-head-content -->
</div><!--/#rapidwp-header -->
</div>
<div class="rapidwp-container rapidwp-primary-menu-container clearfix">
<div class="rapidwp-outer-wrapper">
<div class="rapidwp-primary-menu-container-inside clearfix">
<nav class="rapidwp-nav-primary" id="rapidwp-primary-navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" role="navigation">
<div class="menu-chinh-container"><ul id="rapidwp-menu-primary-navigation" class="rapidwp-nav-primary-menu rapidwp-menu-primary"><li id="menu-item-2940" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2940"><a href="http://scienceandtechnology.xyz">NFL 2019-2020</a></li>
<li id="menu-item-2941" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2941"><a href="http://leadingred.us">NBA 2019-2020</a></li>
<li id="menu-item-3199" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3199"><a href="http://60fps.live/live/category/premier-league/">Premier League</a></li>
<li id="menu-item-3197" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3197"><a href="http://60fps.live/live/category/la-liga/">La Liga</a></li>
<li id="menu-item-3196" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3196"><a href="http://60fps.live/live/category/bundesliga/">Bundesliga</a></li>
<li id="menu-item-3200" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3200"><a href="http://60fps.live/live/category/serie-a/">Serie A</a></li>
<li id="menu-item-3198" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3198"><a href="http://60fps.live/live/category/league-1/">League 1</a></li>
</ul></div>
<div class='rapidwp-top-social-icons'>
<a href="#" title="Search" class="rapidwp-social-icon-search"><i class="fa fa-search"></i></a> <a href="http://60fps.live/wp-login.php?redirect_to=http%3A%2F%2F60fps.live%2Flive%2F3106%2Fpsg-vs-toulouse%2F" title="Login / Register" class="rapidwp-social-icon-login"><i class="fa fa-sign-in" aria-hidden="true"></i></a></div>
</nav>
<div id="rapidwp-search-overlay-wrap" class="rapidwp-search-overlay">
<span class="rapidwp-search-closebtn" title="Close Search">×</span>
<div class="rapidwp-search-overlay-content">
<form role="search" method="get" class="rapidwp-search-form" action="http://60fps.live/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="rapidwp-search-field" placeholder="Search …" value="" name="s" />
</label>
<input type="submit" class="rapidwp-search-submit" value="" />
</form> </div>
</div>
</div>
</div>
</div>
<div class="rapidwp-outer-wrapper">
</div>
<div class="rapidwp-outer-wrapper">
<div class="rapidwp-container clearfix" id="rapidwp-wrapper">
<div class="rapidwp-content-wrapper clearfix" id="rapidwp-content-wrapper">
<div class="rapidwp-main-wrapper clearfix" id="rapidwp-main-wrapper" itemscope="itemscope" itemtype="http://schema.org/Blog" role="main">
<div class="theiaStickySidebar">
<div class="rapidwp-main-wrapper-inside clearfix">
<div class="rapidwp-posts-wrapper" id="rapidwp-posts-wrapper">
<article id="post-3106" class="rapidwp-post-singular rapidwp-box post-3106 post type-post status-publish format-standard hentry category-live wpcat-1-id">
<div class="rapidwp-box-inside">
<header class="entry-header">
<div class="entry-header-inside">
<h1 class="post-title entry-title"><a href="http://60fps.live/live/3106/psg-vs-toulouse/" rel="bookmark">PSG vs Toulouse</a></h1>
<div class="rapidwp-entry-meta-single">
</div>
</div>
</header><!-- .entry-header -->
<div class="entry-content clearfix">
<div class="sdfgd-before" style="text-align: center; " id="sdfgd-1761381732"><div class="adsbyvli" data-ad-slot="vi_13173224"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173224")})</script></div><br style="clear: both; display: block; float: none; color:blue;"/><p align="center"><input type="button" value="Click Here If Stream Broken" onClick="document.location.reload(true)">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/clappr/clappr-level-selector-plugin@latest/dist/level-selector.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/clappr-ima-plugin@latest/dist/clappr-ima-plugin.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/clappr-chromecast-plugin@latest/dist/clappr-chromecast-plugin.min.js"></script>
<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>
<script src="https://cdn.rawgit.com/vincepare/iframeTracker-jquery/master/dist/jquery.iframetracker.js"></script>
<a href="https://discord.gg/ggTGdA">Join my Discord to get in touch with me</a>
<div id="vvv"></div>
<script>
var currentTime = 0;
var firstTime = true;
var firstTimeSkip = true;
var isSubDisplaying = false;
var interval = true;
//function initAdPlayer() {
var instream= '<div class="ga-content" id="playBtn" onclick="doNothing()"><div class="adsbyvli" data-ad-slot="vi_13173221"></div></div>';
$(document).ready(function() {
$(instream).insertBefore('.media-control');
});
setInterval(function(){
$(document).ready(function() {
document.getElementById("playBtn").style.display = 'block';
});
currentTime = currentTime + 60;
},1000 * 60); // 60s nếu click mới hiện
setInterval(function(){
displayAds();
},1000 * 60 * 7); // 7 phút cho hiện 1 lần nữa
function doNothing() {
var playBtn = document.getElementById("playBtn");
playBtn.style.display = 'none';
}
// Instream
vitag.videoConfig = {
width: '100%',
height: '100%',
loadingText: "Loading advertisement..",
complete: function () {
},
error: function () {
}
};
function displayAds() {
document.getElementById("playBtn").style.display = 'block';
console.log("callIMA from 7");
callIMA();
}
function callIMA() {
console.log("callIMA");
var playBtn = document.getElementById("playBtn");
playBtn.style.display = 'none';
(vitag.Init = window.vitag.Init || []).push(function () {
viAPItag.startPreRoll('vi_13173221');
});
}
//end instream
const paramshant = new URLSearchParams(location.search);
var hanturl='http://acdn60.youpit.site/live/yp7/playlist.m3u8';
if (paramshant.get('link') != null && paramshant.get('link').length > 0) {
if (paramshant.get('link')==1){
hanturl='http://acdn60.youpit.site/live/yp7/playlist.m3u8';
}
else if (paramshant.get('link')==2) {
hanturl='http://acdn60.youpit.site/live//playlist.m3u8';
}
else {
hanturl='http://acdn60.youpit.site/live//playlist.m3u8';
}
}
var check = new XMLHttpRequest();
check.open('HEAD', hanturl , false);
check.send();
if (check.status != 200) {
hanturl='http://get.youpit.site/youpit/index.m3u8';
}
var playerElement = document.getElementById("vvv");
var player = new Clappr.Player({
source: hanturl,
height: '100%',
width: '100%',
loop: 'true',
plugins: [LevelSelector,ChromecastPlugin,ClapprImaPlugin],
///imaPlugin: {
// requestAdIfNoAutoplay: true,
// disableNonLinearForIOS: true,
// resetAdOnEnded: true,
// onAdPlayerReady: function (adPlayer) { console.log(adPlayer); },
/// imaAdPlayer: {
///tag: 'https://www.movcpm.com/watch.xml?key=497672225fe8e5c70909afc4b515dab9&vastref=sdfgdf.xyz',
// vpaidMode: 2,
// locale: 'fr',
// maxDuration: 30000,
// nonLinearMaxDuration: 8000,
/// },
/// },
gaAccount: 'UA-128504139-2',
watermark: "http://60fps.live/wp-content/uploads/2019/08/log-60fps-e1566752990491.png", position: 'top-right',
mediacontrol: {buttons: "#EE0000"},
mimeType: "application/x-mpegURL"
});
player.attachTo(playerElement);
function resizePlayer(){
var aspectRatio = 9/16,
newWidth = document.getElementById('vvv').parentElement.offsetWidth,
newHeight = 2 * Math.round(newWidth * aspectRatio/2);
player.resize({width: newWidth, height: newHeight});
}
resizePlayer();
eventListener();
window.onresize = resizePlayer;
function eventListener() {
player.listenTo(player, Clappr.Events.PLAYER_PLAY, function() {
console.log("PLAYER_PLAY!") ;
if (firstTime == true) {
//setTimeout(() => {
// timeLeft = 10;
firstTime = false;
displayAds();
//insertSub();
//}, 10 * 1000);
}
});
player.listenTo(player, Clappr.Events.PLAYER_PAUSE, function() {
console.log("PLAYER_PAUSE!") ;
if (isSubDisplaying == false) {
//setTimeout(() => {
//insertSub();
//}, 3 * 1000);
}
});
$('#vvv').click(function() {
console.log("vvv");
if (currentTime > 50) {
//insertSub();
currentTime = 0;
displayAds();
}
});
player.listenTo(player, Clappr.Events.PLAYBACK_PAUSE, function() {
console.log("PLAYBACK_PAUSE!") ;
if (isSubDisplaying == false) {
// insertSub();
}
});
}
</script>
<div class="adsbyvli" data-ad-slot="vi_13173224"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173224")})</script>
<div style="width:100%;" class="sitable green_light"><table id="sitafire404406308">
<thead><tr>
<th class="rank first" title="Rank">#</th>
<th class="team" title="Team">Team</th>
<th class="matches_played" title="Matches played">MP</th>
<th class="wins" title="Wins">W</th>
<th class="draws" title="Draws">D</th>
<th class="losses" title="Losses">L</th>
<th class="goals_for" title="Goals for">F</th>
<th class="goals_against" title="Goals against">A</th>
<th class="goal_difference" title="Goal difference">G</th>
<th class="points last" title="Points">P</th>
</tr></thead>
<tbody>
<tr class="even">
<td class="rank first">1</td>
<td class="team">Stade Rennais FC</td>
<td class="matches_played">3</td>
<td class="wins">3</td>
<td class="draws">0</td>
<td class="losses">0</td>
<td class="goals_for">5</td>
<td class="goals_against">1</td>
<td class="goal_difference">+4</td>
<td class="points last">9</td>
</tr>
<tr class="odd">
<td class="rank first">2</td>
<td class="team">Olympique Lyonnais</td>
<td class="matches_played">2</td>
<td class="wins">2</td>
<td class="draws">0</td>
<td class="losses">0</td>
<td class="goals_for">9</td>
<td class="goals_against">0</td>
<td class="goal_difference">+9</td>
<td class="points last">6</td>
</tr>
<tr class="even">
<td class="rank first">3</td>
<td class="team">OGC Nice</td>
<td class="matches_played">2</td>
<td class="wins">2</td>
<td class="draws">0</td>
<td class="losses">0</td>
<td class="goals_for">4</td>
<td class="goals_against">2</td>
<td class="goal_difference">+2</td>
<td class="points last">6</td>
</tr>
<tr class="odd">
<td class="rank first">4</td>
<td class="team">Angers SCO</td>
<td class="matches_played">3</td>
<td class="wins">2</td>
<td class="draws">0</td>
<td class="losses">1</td>
<td class="goals_for">6</td>
<td class="goals_against">7</td>
<td class="goal_difference">-1</td>
<td class="points last">6</td>
</tr>
<tr class="even">
<td class="rank first">5</td>
<td class="team">Brest</td>
<td class="matches_played">3</td>
<td class="wins">1</td>
<td class="draws">2</td>
<td class="losses">0</td>
<td class="goals_for">3</td>
<td class="goals_against">2</td>
<td class="goal_difference">+1</td>
<td class="points last">5</td>
</tr>
<tr class="odd">
<td class="rank first">6</td>
<td class="team">Saint-Etienne</td>
<td class="matches_played">2</td>
<td class="wins">1</td>
<td class="draws">1</td>
<td class="losses">0</td>
<td class="goals_for">3</td>
<td class="goals_against">2</td>
<td class="goal_difference">+1</td>
<td class="points last">4</td>
</tr>
<tr class="even">
<td class="rank first">7</td>
<td class="team">Stade de Reims</td>
<td class="matches_played">3</td>
<td class="wins">1</td>
<td class="draws">1</td>
<td class="losses">1</td>
<td class="goals_for">2</td>
<td class="goals_against">1</td>
<td class="goal_difference">+1</td>
<td class="points last">4</td>
</tr>
<tr class="odd">
<td class="rank first">8</td>
<td class="team">Toulouse</td>
<td class="matches_played">2</td>
<td class="wins">1</td>
<td class="draws">1</td>
<td class="losses">0</td>
<td class="goals_for">2</td>
<td class="goals_against">1</td>
<td class="goal_difference">+1</td>
<td class="points last">4</td>
</tr>
<tr class="even">
<td class="rank first">9</td>
<td class="team">Girondins de Bordeaux</td>
<td class="matches_played">3</td>
<td class="wins">1</td>
<td class="draws">1</td>
<td class="losses">1</td>
<td class="goals_for">4</td>
<td class="goals_against">4</td>
<td class="goal_difference">+0</td>
<td class="points last">4</td>
</tr>
<tr class="odd">
<td class="rank first">10</td>
<td class="team">Metz</td>
<td class="matches_played">3</td>
<td class="wins">1</td>
<td class="draws">1</td>
<td class="losses">1</td>
<td class="goals_for">4</td>
<td class="goals_against">4</td>
<td class="goal_difference">+0</td>
<td class="points last">4</td>
</tr>
</tbody>
</table>
</div>
<p> </p>
<div class="sdfgd-after" style="float: left; " id="sdfgd-895341841"><div class="adsbyvli" data-ad-slot="vi_13173223"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173223")})</script></div><div class="sdfgd-after-1" style="float: right; " id="sdfgd-2137830216"><div class="adsbyvli" data-ad-slot="vi_13173223"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173223")})</script></div> </div><!-- .entry-content -->
</div>
</article>
<nav class="navigation post-navigation" role="navigation">
<h2 class="screen-reader-text">Post navigation</h2>
<div class="nav-links"><div class="nav-previous"><a href="http://60fps.live/live/3104/leganes-vs-atletico-madrid/" rel="prev">← Leganés vs Atlético Madrid</a></div><div class="nav-next"><a href="http://60fps.live/live/3201/premier-league-super-1/" rel="next">Premier League – Super 1 →</a></div></div>
</nav>
<div class="clear"></div>
</div><!--/#rapidwp-posts-wrapper -->
<div class='rapidwp-featured-posts-area rapidwp-featured-posts-area-bottom clearfix'>
<div class="rapidwp-main-widget widget rapidwp-box sdfgd-widget"><div class="rapidwp-box-inside"><div class="adsbyvli" data-ad-slot="vi_13173224"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173224")})</script></div></div><div id="custom_html-6" class="widget_text rapidwp-main-widget widget rapidwp-box widget_custom_html"><div class="widget_text rapidwp-box-inside"><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>
</div></div></div></div>
</div>
</div>
</div><!-- /#rapidwp-main-wrapper -->
<div class="rapidwp-sidebar-one-wrapper rapidwp-sidebar-widget-areas clearfix" id="rapidwp-sidebar-one-wrapper" itemscope="itemscope" itemtype="http://schema.org/WPSideBar" role="complementary">
<div class="theiaStickySidebar">
<div class="rapidwp-sidebar-one-wrapper-inside clearfix">
<div id="custom_html-2" class="widget_text rapidwp-side-widget widget rapidwp-box widget_custom_html"><div class="widget_text rapidwp-box-inside"><div class="textwidget custom-html-widget"><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">
<div align="center">
<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><div class="rapidwp-side-widget widget rapidwp-box sdfgd-widget"><div class="rapidwp-box-inside"><div id="vi-sticky-ad">
<div id="vi-ad" style="background-color: #fff;">
<div class="adsbyvli" data-ad-slot="vi_13173222" data-width="300" data-height="250"></div> <script> vitag.videoDiscoverConfig = { random: true, noFixedVideo: true}; (vitag.Init = window.vitag.Init || []).push(function () { viAPItag.initInstreamBanner("vi_13173222") });</script>
</div>
</div>
<script>
if (window.innerWidth > 900){
var adElem = document.getElementById('vi-sticky-ad');
window.onscroll = function() {
var rect = adElem.getBoundingClientRect();
adElem.style.width = rect.width + 'px';
adElem.style.height = rect.height + 'px';
if (rect.top <= 0){
document.getElementById('vi-ad').style.position = "fixed";
document.getElementById('vi-ad').style.top = "0";
document.getElementById('vi-ad').style.zIndex = "2147483647";
document.getElementById('vi-ad').style.width = rect.width + 'px';
document.getElementById('vi-ad').style.height = rect.height + 'px';
} else {
document.getElementById('vi-ad').style.position = "";
document.getElementById('vi-ad').style.top = "";
document.getElementById('vi-ad').style.zIndex = "";
document.getElementById('vi-ad').style.width = '';
document.getElementById('vi-ad').style.height = '';
}
};
}
</script>
<style>.td-ss-main-sidebar{-webkit-perspective: none; perspective: none; }</style></div></div>
</div>
</div>
</div><!-- /#rapidwp-sidebar-one-wrapper-->
<div class="rapidwp-sidebar-two-wrapper rapidwp-sidebar-widget-areas clearfix" id="rapidwp-sidebar-two-wrapper" itemscope="itemscope" itemtype="http://schema.org/WPSideBar" role="complementary">
<div class="theiaStickySidebar">
<div class="rapidwp-sidebar-two-wrapper-inside clearfix">
<div class="rapidwp-side-widget widget rapidwp-box sdfgd-widget"><div class="rapidwp-box-inside"><div class="adsbyvli" data-ad-slot="vi_13173223"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173223")})</script></div></div><div id="custom_html-3" class="widget_text rapidwp-side-widget widget rapidwp-box widget_custom_html"><div class="widget_text rapidwp-box-inside"><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>
</div>
</div>
</div><!-- /#rapidwp-sidebar-two-wrapper-->
</div>
</div><!--/#rapidwp-content-wrapper -->
</div><!--/#rapidwp-wrapper -->
<div class="rapidwp-outer-wrapper">
<div class='clearfix' id='rapidwp-footer-blocks' itemscope='itemscope' itemtype='http://schema.org/WPFooter' role='contentinfo'>
<div class='rapidwp-container clearfix'>
<div class='clearfix'>
<div class='rapidwp-bottom-footer-block'>
<div class="rapidwp-footer-widget widget sdfgd-widget"><div class="adsbyvli" data-ad-slot="vi_13173234"></div><script>(vitag.Init = window.vitag.Init || []).push(function(){viAPItag.display("vi_13173234")})</script></div></div>
</div>
</div>
</div><!--/#rapidwp-footer-blocks-->
</div>
<div class="rapidwp-outer-wrapper">
<div class='clearfix' id='rapidwp-footer'>
<div class='rapidwp-foot-wrap rapidwp-container'>
<p class='rapidwp-copyright'>Copyright © 2019 u/youpits</p>
<p class='rapidwp-credit'><a href="https://themesdna.com/">Design by ThemesDNA.com</a></p>
</div>
</div><!--/#rapidwp-footer -->
</div>
<style type="text/css">.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><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://60fps.live/wp-content/themes/rapidwp/assets/js/jquery.fitvids.min.js'></script>
<script type='text/javascript' src='http://60fps.live/wp-content/themes/rapidwp/assets/js/ResizeSensor.min.js'></script>
<script type='text/javascript' src='http://60fps.live/wp-content/themes/rapidwp/assets/js/theia-sticky-sidebar.min.js'></script>
<script type='text/javascript' src='http://60fps.live/wp-content/themes/rapidwp/assets/js/skip-link-focus-fix.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var rapidwp_ajax_object = {"ajaxurl":"http:\/\/60fps.live\/wp-admin\/admin-ajax.php","primary_menu_active":"1","secondary_menu_active":"1","sticky_menu":"1","sticky_menu_mobile":"1","sticky_sidebar":"1","slider_active":""};
/* ]]> */
</script>
<script type='text/javascript' src='http://60fps.live/wp-content/themes/rapidwp/assets/js/custom.js'></script>
<script type='text/javascript' src='http://60fps.live/wp-includes/js/wp-embed.min.js?ver=5.2.2'></script>
<div class="sdfgd-mute-sound" id="sdfgd-217598388"><script>
var muteSound1=document.getElementsByClassName('videoAdUi');
muteSound1.muted=true;
</script></div></body>
</html>
<!-- Page generated by LiteSpeed Cache 2.9.8.5 on 2019-08-25 18:16:46 --> | 60fps m3u8 | 2019-08-25T19:11:10.000Z |
|
(?:^|\.)(\w+)(?:\['?"?(\w+)"?'?\])? | Game.ObjectsById[1].buy
Game.shimmerTypes['golden'].popFunc
Game.setVolume | Parse fonction name | 2018-03-20T08:29:35.000Z |
|
(\d+)\s*متر | زیرزمین ۱۳۰ متری تک خواب نقاشی شده وتمیز بلوار فلسطین
شهرک فرهنگیان ۲م رهن با ۸۵۰ت
فقط خانواده
املاک عباسی ۳۸۲۰۱۳۱۳ | گرفتن متراژ | 2019-09-10T20:05:54.000Z |
|
^([a-zA-Z0-9]*[a-zA-Z]+[a-zA-Z0-9]*\.[a-zA-Z0-9]*\.[a-zA-Z0-9]*|[a-zA-Z0-9]*\.[a-zA-Z0-9]*[a-zA-Z]+[a-zA-Z0-9]*\.[a-zA-Z0-9]*)(~|\-|\+){0,1}[a-zA-Z0-9]+$ | //good
rc0.05.00
0rc.05.00
0.rc05.00
0.05rc.00
rc0.rc05.00
rc0.05rc.00
0.0.0sr1+asdf
0.0.0sr1+asdf
v1c.1.asdf
errhand.LSD.asdf+dfsg
1.c1.asdf
1.1c.asdf
c1.1.asdf
c1c.1.asdf
1.c1cc.asadf~dsf
//bad
1.1
1.1.1
1.00.00
v1c.1.
1.v1c.
1.01.01~sdgf
1.v1c.asdf-sadf+asdf
~1c.1c.0
1c.1~c.0 | strict major, minor | 2018-06-12T15:08:20.000Z |
|
# Description
Exclude *extension* from file *basename* - get ***filename*** only!
`BASENAME` = `FILENAME`.`EXTENSION`
| .+(?=\.[^.]+$) | <<< VIDEOS >>>
01. Uno.mkv
02. Mijo.mkv
03. Nacho.mkv
04. Hero.mkv
05. Alpine Shepherd Boy.mkv
06. Five-O.mkv
07. Bingo.mkv
08. RICO.mkv
09. Pimento.mkv
10. Marco.mkv
<<< SUBTITLES >>>
Better.Call.Saul.S01E01.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E02.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E03.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E04.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E05.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E06.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E07.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E08.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E09.720p.BluRay.X264-REWARD.srt
Better.Call.Saul.S01E10.720p.BluRay.X264-REWARD.srt | Exclude extension from file basename | 2019-12-28T02:36:13.000Z |
Match Kaspersky Security Center update domains for exclusion from TLS logs | ^(?:(?:s[0,1][0-9]|downloads)\.upd|(cm\.k))\.kaspersky(?(1)-labs)\.com$ | s00.upd.kaspersky.com
s01.upd.kaspersky.com
s02.upd.kaspersky.com
s03.upd.kaspersky.com
s04.upd.kaspersky.com
s05.upd.kaspersky.com
s06.upd.kaspersky.com
s07.upd.kaspersky.com
s08.upd.kaspersky.com
s09.upd.kaspersky.com
s10.upd.kaspersky.com
s11.upd.kaspersky.com
s12.upd.kaspersky.com
s13.upd.kaspersky.com
s14.upd.kaspersky.com
s15.upd.kaspersky.com
s16.upd.kaspersky.com
s17.upd.kaspersky.com
s18.upd.kaspersky.com
s19.upd.kaspersky.com
downloads.upd.kaspersky.com
cm.k.kaspersky-labs.com | Kaspersky Security Center update domains (TLS) | 2023-06-14T16:32:52.000Z |
This works against a list of hyperlinks from the 'USS Marmora (1862)' article
You can include File: pages by removing the `File:|` from the regex.
I could improve how the remaining query for urls containing `index.php`, for now I recommend splitting in your chosen programming language.
According to guidelines at https://en.wikipedia.org/wiki/Help:URL | ^((http:|https:){0,1}\/\/.*\.wikipedia\.org){0,1}(\/wiki\/|\/w\/){1}(index\.php\?title=){0,1}(?!User:|Wikipedia:|WP:|Project:|File:|Image:|MediaWiki:|MW:|Template:|Help:|Category:|Portal:|Draft:|TimedText:|Module:|Gadget:|Gadget definition:|Topic:|Education Program:|Book:|WT:|Special:|Wikipedia Talk:|Talk:|H:|CAT:|User talk:|Image Talk:|MOS:|P:|T:|Main_Page)(?<ARTICLENAME>(?!index\.php\?title=)[^&|?|\n]*)[&|?]?.*$ | #References
#Sources
https://fa.wikipedia.org/wiki/%DB%8C%D9%88%D8%A7%D8%B3%E2%80%8C%D8%A7%D8%B3_%D9%85%D8%A7%D8%B1%D9%85%D9%88%D8%B1%D8%A7_(%DB%B1%DB%B8%DB%B6%DB%B2)
https://fr.wikipedia.org/wiki/USS_Marmora_(1862)
https://www.wikidata.org/wiki/Special:EntityPage/Q7871559#sitelinks-wikipedia
/wiki/USS_Marmora_(1862)
#bodyContent
/wiki/Main_Page
/wiki/Wikipedia:Contents
/wiki/Portal:Current_events
/wiki/Special:Random
/wiki/Wikipedia:About
//en.wikipedia.org/wiki/Wikipedia:Contact_us
https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en
/wiki/Help:Contents
/wiki/Help:Introduction
/wiki/Wikipedia:Community_portal
/wiki/Special:RecentChanges
/wiki/Wikipedia:File_upload_wizard
/wiki/Main_Page
/wiki/Special:Search
/w/index.php?title=Special:CreateAccount&returnto=USS+Marmora+%281862%29
/wiki/Talk:USS_Marmora_(1862)
/wiki/USS_Marmora_(1862)
/w/index.php?title=USS_Marmora_(1862)&action=edit
/w/index.php?title=USS_Marmora_(1862)&action=history
/wiki/USS_Marmora_(1862)
/w/index.php?title=Special:UserLogin&returnto=USS+Marmora+%281862%29
/w/index.php?title=Special:CreateAccount&returnto=USS+Marmora+%281862%29
/w/index.php?title=Special:UserLogin&returnto=USS+Marmora+%281862%29
/wiki/Help:Introduction
/w/index.php?title=USS_Marmora_(1862)&action=edit
/w/index.php?title=USS_Marmora_(1862)&action=history
/wiki/Special:WhatLinksHere/USS_Marmora_(1862)
/wiki/Special:RecentChangesLinked/USS_Marmora_(1862)
/wiki/Wikipedia:File_Upload_Wizard
/wiki/Special:SpecialPages
https://en.wikipedia.org/w/File: USS_Marmora_(1862)&oldid=1172582504
https://en.wikipedia.org/w/index.php?title=File: USS_Marmora_(1862)&oldid=1172582504
https://en.wikipedia.org/w/index.php?title=USS_Marmora_(1862)&oldid=1172582504
/w/index.php?title=USS_Marmora_(1862)&action=info
/w/index.php?title=Special:CiteThisPage&page=USS_Marmora_%281862%29&id=1172582504&wpFormIdentifier=titleform
https://www.wikidata.org/wiki/Special:EntityPage/Q7871559
/wiki/Special:MyContributions
/wiki/Special:MyTalk
#
#Construction_and_characteristics
#Service_history
#Vicksburg_campaign
#Sinking_of_USS_Cairo
#Chickasaw_Bluff_and_Fort_Hindman
#Yazoo_River_operations_and_burning_of_Eunice
#Late_1863
#Yazoo_City_and_later_service
#Notes
https://www.wikidata.org/wiki/Special:EntityPage/Q7871559#sitelinks-wikipedia
/w/index.php?title=Special:DownloadAsPdf&page=USS_Marmora_%281862%29&action=show-download-screen
/w/index.php?title=USS_Marmora_(1862)&printable=yes
/wiki/Wikipedia:Featured_articles
/wiki/USS_Marmora
/wiki/File:USS_Marmora_(1862-1865).jpg
/wiki/Marmara_Island
/wiki/Sea_of_Marmara
/wiki/Sternwheel_steamer
/wiki/Knot_(unit)
/wiki/Rifled_artillery
/wiki/Sternwheel_steamer
/wiki/Union_Navy
/wiki/American_Civil_War
/wiki/Monongahela,_Pennsylvania
/wiki/Tinclad_warship
/wiki/Ship_commissioning
/wiki/Yazoo_River
/wiki/Confederate_States_of_America
/wiki/Naval_mine
/wiki/Ironclad
/wiki/USS_Cairo
/wiki/Battle_of_Chickasaw_Bayou
/wiki/Fort_Hindman
/wiki/Yazoo_Pass_expedition
/wiki/Eunice,_Arkansas
/w/index.php?title=Gaines_Landing,_Arkansas&action=edit&redlink=1
/wiki/White_River_(Arkansas)
/wiki/Little_Rock_campaign
/wiki/Mississippi_River
/wiki/Battle_of_Yazoo_City
/wiki/Military_surplus
/wiki/Reserve_fleet
/wiki/Mound_City,_Illinois
/wiki/Ship_decommissioning
/wiki/Monongahela,_Pennsylvania
/wiki/Shipyard
#cite_note-encyclo_of_arkansas-1
#cite_note-FOOTNOTESilverstone1989173-2
/wiki/Marmara_Island
#cite_note-DANFS-3
/wiki/Tonnage
#cite_note-FOOTNOTEOfficial_Records1921137-4
#cite_note-encyclo_of_arkansas-1
/wiki/Draft_(nautical)
#cite_note-FOOTNOTEOfficial_Records1921137-4
/wiki/Beam_(nautical)
#cite_note-DANFS-3
/wiki/Sternwheel_steamer
/wiki/Paddle_wheel
#cite_note-encyclo_of_arkansas-1
/wiki/Cylinder_(engine)
/wiki/Stroke_(engine)
#cite_note-FOOTNOTESilverstone1989173-2
/wiki/Boilers
/wiki/Flue
#cite_note-encyclo_of_arkansas-1
#cite_note-FOOTNOTESilverstone1989173-2
#cite_note-DANFS-3
#cite_note-FOOTNOTEOfficial_Records1921137-4
#cite_note-encyclo_of_arkansas-1
/wiki/Union_Army
/wiki/Kanawha_River
#cite_note-5
/wiki/Pittsburgh,_Pennsylvania
/wiki/Cincinnati,_Ohio
#cite_note-FOOTNOTESmith2010a356_fn._25-6
/wiki/American_Civil_War
/wiki/Union_Navy
#cite_note-FOOTNOTESmith2010a43-7
#cite_note-FOOTNOTEOfficial_Records1921137-4
#cite_note-FOOTNOTESmith2010a47-8
/wiki/Tinclad_warship
#cite_note-FOOTNOTESmith2010a47-8
/wiki/Casemate#Naval
/wiki/Pilothouse
/wiki/Deck_(ship)
/wiki/Texas_(steamboat)
#cite_note-FOOTNOTESmith2010a45–46-9
#cite_note-FOOTNOTESmith2010a339–340-10
#cite_note-FOOTNOTESilverstone1989165-11
#cite_note-FOOTNOTESmith2010a46-12
/wiki/Ship_commissioning
#cite_note-FOOTNOTESilverstone1989173-2
/wiki/Carondelet,_St._Louis
/wiki/Rifled_artillery
#cite_note-FOOTNOTEOfficial_Records1921137-4
/wiki/USS_Signal_(1862)
#cite_note-FOOTNOTESmith2010a75-13
/wiki/Cairo,_Illinois
/wiki/Acting_rank
/wiki/Lieutenant_(navy)
#cite_note-FOOTNOTESmith2010a75-13
/wiki/Major_General_(United_States)
/wiki/Ulysses_S._Grant
/wiki/William_T._Sherman
/wiki/Rear_Admiral_(United_States)
/wiki/David_Dixon_Porter
/wiki/Confederate_States_of_America
/wiki/Yazoo_River
/wiki/Vicksburg_campaign
#cite_note-FOOTNOTESmith2010a76-14
/wiki/Mississippi_Squadron
#cite_note-FOOTNOTETomblin2016170-15
/wiki/Captain_(naval)
/wiki/Henry_A._Walke
/wiki/Helena,_Arkansas
#cite_note-FOOTNOTETomblin2016174-16
#cite_note-FOOTNOTESmith2010a77-17
/wiki/Ironclad
/wiki/USS_Carondelet
/wiki/Timberclad
/wiki/USS_Lexington_(1861)
#cite_note-FOOTNOTETomblin2016175-18
/wiki/Mississippi_River
#cite_note-FOOTNOTEBearss198089-19
/wiki/Barge
/wiki/Lake_Providence,_Louisiana
/wiki/Flatboat
/wiki/Skiff
#cite_note-DANFS-3
/wiki/Milliken%27s_Bend
/wiki/Tugboat
#cite_note-FOOTNOTETomblin2016175-18
/wiki/USS_Laurel_(1862)
#cite_note-FOOTNOTESmith2010a79-20
/wiki/Guerrillas
#cite_note-FOOTNOTETomblin2016175-18
/wiki/Ensign_(rank)
#cite_note-FOOTNOTESmith2010a79-20
#cite_note-FOOTNOTETomblin2016175–176-21
/wiki/Cavalry
/wiki/Picket_(military)
#cite_note-FOOTNOTESmith2010a79–80-22
/wiki/Artillery_battery
#cite_note-DANFS-3
#cite_note-FOOTNOTESmith2010a80-23
/wiki/File:U.S._gunboat_Cairo_(a.k.a._USS_Cairo)_-_Mississippi_River_Fleet_-_Original.tiff
/wiki/USS_Cairo
/wiki/Naval_ram
/wiki/USS_Queen_of_the_West
#cite_note-FOOTNOTETomblin2016179-24
/wiki/Ran_aground
#cite_note-DANFS-3
/wiki/Depth_sounding
#cite_note-FOOTNOTEBearss198095-25
#cite_note-FOOTNOTETomblin2016181–182-26
/wiki/Fugitive_slaves_in_the_United_States
/wiki/Naval_mine
/wiki/Musket
#cite_note-FOOTNOTEBearss198095-25
#cite_note-DANFS-3
#cite_note-FOOTNOTEBearss198096-27
#cite_note-FOOTNOTETomblin2016182-28
#cite_note-FOOTNOTEBearss198096-27
/wiki/USS_Cairo
/wiki/USS_Pittsburgh_(1861)
#cite_note-FOOTNOTETomblin2016182-28
#cite_note-FOOTNOTETomblin2016183-29
/wiki/Plantation_overseer
#cite_note-FOOTNOTEBearss198098-30
#cite_note-FOOTNOTETomblin2016183-29
#cite_note-FOOTNOTEBearss198098-30
#cite_note-FOOTNOTETomblin2016183–184-31
#cite_note-FOOTNOTEBearss198099-32
#cite_note-FOOTNOTETomblin2016184–185-33
/wiki/File:Chickasaw_Bayou_and_Vicksburg_Bluffs.jpg
#cite_note-FOOTNOTETomblin2016185-34
/wiki/Gunboat
/wiki/USS_Black_Hawk_(1848)
/wiki/Naval_Board_of_Inquiry
#cite_note-FOOTNOTETomblin2016185–186-35
#cite_note-FOOTNOTEBearss1980103-36
#cite_note-DANFS-3
/wiki/Chickasaw_Bluff
#cite_note-FOOTNOTETomblin2016191–193-37
#cite_note-DANFS-3
#cite_note-FOOTNOTETomblin2016194-38
#cite_note-FOOTNOTEBearss1991174-39
/wiki/USS_Forest_Rose
#cite_note-FOOTNOTETomblin2016194-38
#cite_note-DANFS-3
/wiki/Battle_of_Chickasaw_Bayou
#cite_note-FOOTNOTETomblin2016195–196-40
/wiki/USS_Romeo
#cite_note-FOOTNOTEBearss1991211-41
#cite_note-DANFS-3
/wiki/Fort_Hindman
#cite_note-FOOTNOTESmith2010a89-42
#cite_note-encyclo_of_arkansas-1
/wiki/Lieutenant_Commander
#cite_note-FOOTNOTETomblin2016203-43
#cite_note-FOOTNOTETomblin2016203–204-44
#cite_note-FOOTNOTESmith2010b144-45
/wiki/White_River_(Arkansas)
#cite_note-FOOTNOTEOfficial_Records1911147-46
#cite_note-FOOTNOTEKennedy1998157-47
#cite_note-FOOTNOTEOfficial_Records1911164-48
/wiki/Arkansas_River
#cite_note-FOOTNOTEOfficial_Records1911700-49
/wiki/File:Mississippi_River_from_Eunice,_Arkansas.jpg
/wiki/Mississippi_River
/wiki/Eunice,_Arkansas
/wiki/Yazoo_Pass_expedition
/wiki/Moon_Lake_(Mississippi)
#cite_note-FOOTNOTETomblin2016226–227-50
#cite_note-FOOTNOTESmith2012177-51
#cite_note-53
/wiki/Coldwater,_Mississippi
#cite_note-FOOTNOTETomblin2016226–227-50
#cite_note-FOOTNOTESmith2012183-54
#cite_note-FOOTNOTEBearss1991510–511-55
/wiki/Towboat
/wiki/29th_Iowa_Infantry_Regiment
/wiki/Tallahatchie_River
#cite_note-FOOTNOTEBearss1991517-56
#cite_note-FOOTNOTESmith2012211–213-57
#cite_note-FOOTNOTEOfficial_Records1911700-49
#cite_note-FOOTNOTESmith2012217–218-58
/wiki/Fort_Pemberton
#cite_note-FOOTNOTESmith2012226–227-59
#cite_note-FOOTNOTESmith2012230–231-60
#cite_note-FOOTNOTEOfficial_Records1911514–515-61
#cite_note-DANFS-3
#cite_note-FOOTNOTESmith2012232-62
#cite_note-FOOTNOTEOfficial_Records1911700-49
#cite_note-FOOTNOTEOfficial_Records1911568–569-63
#cite_note-DANFS-3
#cite_note-FOOTNOTEOfficial_Records1911658-64
/wiki/Guerilla
/wiki/Eunice,_Arkansas
/wiki/United_States_Army_Quartermaster_Corps
#cite_note-FOOTNOTESmith2010a128–129,_364_fn._18-65
/wiki/Arkansas_City,_Arkansas
#cite_note-FOOTNOTEBragg1977125–126-66
/w/index.php?title=Gaines_Landing,_Arkansas&action=edit&redlink=1
#cite_note-FOOTNOTESmith2010a128–129,_364_fn._18-65
/wiki/USS_Prairie_Bird
#cite_note-67
#cite_note-FOOTNOTESmith2010a129-68
/wiki/George_M._Bache
/wiki/St._Charles,_Arkansas
#cite_note-DANFS-3
#cite_note-FOOTNOTESmith2010a141–142-69
/wiki/Brigadier_General_(United_States)
/wiki/John_W._Davidson
/wiki/Clarendon,_Arkansas
/wiki/Little_Rock_campaign
#cite_note-FOOTNOTEChrist2010151-70
/wiki/USS_Linden
/wiki/Frederick_Steele
#cite_note-FOOTNOTESmith2010a142-71
/wiki/USS_Cricket
/wiki/32nd_Iowa_Infantry_Regiment
/wiki/Des_Arc,_Arkansas
/wiki/Little_Red_River_(Arkansas)
/wiki/CSS_Tom_Sugg
/wiki/Augusta,_Arkansas
#cite_note-FOOTNOTEChrist2010151–152-72
#cite_note-FOOTNOTESmith2010a144-73
#cite_note-FOOTNOTEOfficial_Records1912378–379-74
/wiki/Master_(naval)
#cite_note-FOOTNOTEOfficial_Records1912420-75
#cite_note-FOOTNOTEOfficial_Records1912507-76
#cite_note-encyclo_of_arkansas-1
#cite_note-DANFS-3
#cite_note-FOOTNOTEOfficial_Records1912609-77
/wiki/Concordia,_Mississippi
#cite_note-FOOTNOTEBragg1977111-78
#cite_note-FOOTNOTEOfficial_Records1912609-77
/wiki/Greenville,_Mississippi
#cite_note-FOOTNOTEOfficial_Records1912692-79
/wiki/File:Yazoo_River_1863_Porter.jpg
/wiki/Official_Records_of_the_Union_and_Confederate_Navies
/wiki/USS_Exchange
/wiki/USS_Petrel_(1862)
/wiki/Elias_K._Owen
/wiki/Brigade
/wiki/Colonel_(United_States)
#cite_note-FOOTNOTESmith2010a162-80
/wiki/Satartia,_Mississippi
/wiki/Liverpool,_Mississippi
/wiki/Yazoo_City,_Mississippi
/wiki/Meridian_campaign
#cite_note-FOOTNOTESmith2010a162–163-81
/wiki/Greenwood,_Mississippi
#cite_note-FOOTNOTESmith2010a164–165-82
#cite_note-FOOTNOTESmith2010a169–171-83
/wiki/Howitzer
#cite_note-nps-84
#cite_note-FOOTNOTESmith2010a171-85
/wiki/Medal_of_Honor
/wiki/William_Joseph_Franks
/wiki/Bartlett_Laffey
/wiki/James_Stoddard_(Medal_of_Honor)
#cite_note-nps-84
#cite_note-FOOTNOTESmith2010a171-85
#cite_note-86
#cite_note-87
#cite_note-88
#cite_note-DANFS-3
#cite_note-encyclo_of_arkansas-1
/wiki/Napoleon,_Arkansas
/wiki/Island_No._76
#cite_note-FOOTNOTESmith2010a228-89
#cite_note-FOOTNOTEOfficial_Records1914318-90
/wiki/Stern
#cite_note-FOOTNOTEOfficial_Records1914518-91
/wiki/Smallpox
#cite_note-FOOTNOTEOfficial_Records1914559-92
#cite_note-encyclo_of_arkansas-1
/wiki/USS_Cincinnati_(1861)
/wiki/New_Orleans,_Louisiana
#cite_note-FOOTNOTESmith2010a313-93
/wiki/West_Gulf_Blockading_Squadron
#cite_note-FOOTNOTEOfficial_Records191754–57-94
#cite_note-FOOTNOTEOfficial_Records1917126–128-95
/wiki/Jefferson_Davis
#cite_note-97
#cite_note-FOOTNOTESmith2010a325-96
#cite_note-FOOTNOTEOfficial_Records1917195-98
#cite_note-FOOTNOTEKennedy1998437–438-99
/wiki/Military_surplus
#cite_note-FOOTNOTEOfficial_Records1917254-100
/wiki/Mound_City,_Illinois
/wiki/Reserve_fleet
/wiki/Ship_decommissioning
#cite_note-encyclo_of_arkansas-1
#cite_note-FOOTNOTEOfficial_Records1921137-4
#cite_note-encyclo_of_arkansas-1
/wiki/Ship%27s_log
/wiki/Official_Records_of_the_Union_and_Confederate_Navies
#cite_note-FOOTNOTESmith2010a365_fn._25-101
#cite_ref-53
#cite_note-FOOTNOTEBragg197798-52
#cite_ref-97
/wiki/Georgia_(U.S._state)
#cite_note-FOOTNOTESmith2010a325-96
#cite_ref-encyclo_of_arkansas_1-0
#cite_ref-encyclo_of_arkansas_1-1
#cite_ref-encyclo_of_arkansas_1-2
#cite_ref-encyclo_of_arkansas_1-3
#cite_ref-encyclo_of_arkansas_1-4
#cite_ref-encyclo_of_arkansas_1-5
#cite_ref-encyclo_of_arkansas_1-6
#cite_ref-encyclo_of_arkansas_1-7
#cite_ref-encyclo_of_arkansas_1-8
#cite_ref-encyclo_of_arkansas_1-9
#cite_ref-encyclo_of_arkansas_1-10
https://encyclopediaofarkansas.net/entries/uss-marmora-14084/
/wiki/Encyclopedia_of_Arkansas
/wiki/Central_Arkansas_Library_System
#cite_ref-FOOTNOTESilverstone1989173_2-0
#cite_ref-FOOTNOTESilverstone1989173_2-1
#cite_ref-FOOTNOTESilverstone1989173_2-2
#cite_ref-FOOTNOTESilverstone1989173_2-3
#CITEREFSilverstone1989
#cite_ref-DANFS_3-0
#cite_ref-DANFS_3-1
#cite_ref-DANFS_3-2
#cite_ref-DANFS_3-3
#cite_ref-DANFS_3-4
#cite_ref-DANFS_3-5
#cite_ref-DANFS_3-6
#cite_ref-DANFS_3-7
#cite_ref-DANFS_3-8
#cite_ref-DANFS_3-9
#cite_ref-DANFS_3-10
#cite_ref-DANFS_3-11
#cite_ref-DANFS_3-12
#cite_ref-DANFS_3-13
#cite_ref-DANFS_3-14
#cite_ref-DANFS_3-15
https://www.history.navy.mil/content/history/nhhc/research/histories/ship-histories/danfs/m/marmora-i.html
#cite_ref-FOOTNOTEOfficial_Records1921137_4-0
#cite_ref-FOOTNOTEOfficial_Records1921137_4-1
#cite_ref-FOOTNOTEOfficial_Records1921137_4-2
#cite_ref-FOOTNOTEOfficial_Records1921137_4-3
#cite_ref-FOOTNOTEOfficial_Records1921137_4-4
#cite_ref-FOOTNOTEOfficial_Records1921137_4-5
#CITEREFOfficial_Records1921
#cite_ref-5
https://www.newspapers.com/image/70825110/?terms=marmora&match=1&clipping_id=113392479
#cite_ref-FOOTNOTESmith2010a356_fn._25_6-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a43_7-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a47_8-0
#cite_ref-FOOTNOTESmith2010a47_8-1
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a45–46_9-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a339–340_10-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESilverstone1989165_11-0
#CITEREFSilverstone1989
#cite_ref-FOOTNOTESmith2010a46_12-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a75_13-0
#cite_ref-FOOTNOTESmith2010a75_13-1
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a76_14-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTETomblin2016170_15-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTETomblin2016174_16-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTESmith2010a77_17-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTETomblin2016175_18-0
#cite_ref-FOOTNOTETomblin2016175_18-1
#cite_ref-FOOTNOTETomblin2016175_18-2
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss198089_19-0
#CITEREFBearss1980
#cite_ref-FOOTNOTESmith2010a79_20-0
#cite_ref-FOOTNOTESmith2010a79_20-1
#CITEREFSmith2010a
#cite_ref-FOOTNOTETomblin2016175–176_21-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTESmith2010a79–80_22-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a80_23-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTETomblin2016179_24-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss198095_25-0
#cite_ref-FOOTNOTEBearss198095_25-1
#CITEREFBearss1980
#cite_ref-FOOTNOTETomblin2016181–182_26-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss198096_27-0
#cite_ref-FOOTNOTEBearss198096_27-1
#CITEREFBearss1980
#cite_ref-FOOTNOTETomblin2016182_28-0
#cite_ref-FOOTNOTETomblin2016182_28-1
#CITEREFTomblin2016
#cite_ref-FOOTNOTETomblin2016183_29-0
#cite_ref-FOOTNOTETomblin2016183_29-1
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss198098_30-0
#cite_ref-FOOTNOTEBearss198098_30-1
#CITEREFBearss1980
#cite_ref-FOOTNOTETomblin2016183–184_31-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss198099_32-0
#CITEREFBearss1980
#cite_ref-FOOTNOTETomblin2016184–185_33-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTETomblin2016185_34-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTETomblin2016185–186_35-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss1980103_36-0
#CITEREFBearss1980
#cite_ref-FOOTNOTETomblin2016191–193_37-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTETomblin2016194_38-0
#cite_ref-FOOTNOTETomblin2016194_38-1
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss1991174_39-0
#CITEREFBearss1991
#cite_ref-FOOTNOTETomblin2016195–196_40-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTEBearss1991211_41-0
#CITEREFBearss1991
#cite_ref-FOOTNOTESmith2010a89_42-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTETomblin2016203_43-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTETomblin2016203–204_44-0
#CITEREFTomblin2016
#cite_ref-FOOTNOTESmith2010b144_45-0
#CITEREFSmith2010b
#cite_ref-FOOTNOTEOfficial_Records1911147_46-0
#CITEREFOfficial_Records1911
#cite_ref-FOOTNOTEKennedy1998157_47-0
#CITEREFKennedy1998
#cite_ref-FOOTNOTEOfficial_Records1911164_48-0
#CITEREFOfficial_Records1911
#cite_ref-FOOTNOTEOfficial_Records1911700_49-0
#cite_ref-FOOTNOTEOfficial_Records1911700_49-1
#cite_ref-FOOTNOTEOfficial_Records1911700_49-2
#CITEREFOfficial_Records1911
#cite_ref-FOOTNOTETomblin2016226–227_50-0
#cite_ref-FOOTNOTETomblin2016226–227_50-1
#CITEREFTomblin2016
#cite_ref-FOOTNOTESmith2012177_51-0
#CITEREFSmith2012
#cite_ref-FOOTNOTEBragg197798_52-0
#CITEREFBragg1977
#cite_ref-FOOTNOTESmith2012183_54-0
#CITEREFSmith2012
#cite_ref-FOOTNOTEBearss1991510–511_55-0
#CITEREFBearss1991
#cite_ref-FOOTNOTEBearss1991517_56-0
#CITEREFBearss1991
#cite_ref-FOOTNOTESmith2012211–213_57-0
#CITEREFSmith2012
#cite_ref-FOOTNOTESmith2012217–218_58-0
#CITEREFSmith2012
#cite_ref-FOOTNOTESmith2012226–227_59-0
#CITEREFSmith2012
#cite_ref-FOOTNOTESmith2012230–231_60-0
#CITEREFSmith2012
#cite_ref-FOOTNOTEOfficial_Records1911514–515_61-0
#CITEREFOfficial_Records1911
#cite_ref-FOOTNOTESmith2012232_62-0
#CITEREFSmith2012
#cite_ref-FOOTNOTEOfficial_Records1911568–569_63-0
#CITEREFOfficial_Records1911
#cite_ref-FOOTNOTEOfficial_Records1911658_64-0
#CITEREFOfficial_Records1911
#cite_ref-FOOTNOTESmith2010a128–129,_364_fn._18_65-0
#cite_ref-FOOTNOTESmith2010a128–129,_364_fn._18_65-1
#CITEREFSmith2010a
#cite_ref-FOOTNOTEBragg1977125–126_66-0
#CITEREFBragg1977
#cite_ref-67
https://encyclopediaofarkansas.net/entries/skirmish-at-gaines-landing-6938/
/wiki/Encyclopedia_of_Arkansas
/wiki/Central_Arkansas_Library_System
#cite_ref-FOOTNOTESmith2010a129_68-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a141–142_69-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTEChrist2010151_70-0
#CITEREFChrist2010
#cite_ref-FOOTNOTESmith2010a142_71-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTEChrist2010151–152_72-0
#CITEREFChrist2010
#cite_ref-FOOTNOTESmith2010a144_73-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTEOfficial_Records1912378–379_74-0
#CITEREFOfficial_Records1912
#cite_ref-FOOTNOTEOfficial_Records1912420_75-0
#CITEREFOfficial_Records1912
#cite_ref-FOOTNOTEOfficial_Records1912507_76-0
#CITEREFOfficial_Records1912
#cite_ref-FOOTNOTEOfficial_Records1912609_77-0
#cite_ref-FOOTNOTEOfficial_Records1912609_77-1
#CITEREFOfficial_Records1912
#cite_ref-FOOTNOTEBragg1977111_78-0
#CITEREFBragg1977
#cite_ref-FOOTNOTEOfficial_Records1912692_79-0
#CITEREFOfficial_Records1912
#cite_ref-FOOTNOTESmith2010a162_80-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a162–163_81-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a164–165_82-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTESmith2010a169–171_83-0
#CITEREFSmith2010a
#cite_ref-nps_84-0
#cite_ref-nps_84-1
https://www.nps.gov/vick/learn/historyculture/uss-marmora.htm
#cite_ref-FOOTNOTESmith2010a171_85-0
#cite_ref-FOOTNOTESmith2010a171_85-1
#CITEREFSmith2010a
#cite_ref-86
https://www.cmohs.org/recipients/william-j-franks?gclid=CjwKCAjwq-WgBhBMEiwAzKSH6B_A_nWFmddZxs_sCxGuVwoqxhMaL6BkdItHrtEWvKkQkv-FNJBggRoCPNAQAvD_BwE
#cite_ref-87
https://www.cmohs.org/recipients/bartlett-laffey?gclid=CjwKCAjwq-WgBhBMEiwAzKSH6AggoMD2X-MZOEDSuu05Ap3kBwfZJ6CXB-3V1z5Q68eb7GrnS5um9xoCb1QQAvD_BwE
#cite_ref-88
https://www.cmohs.org/recipients/james-stoddard
#cite_ref-FOOTNOTESmith2010a228_89-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTEOfficial_Records1914318_90-0
#CITEREFOfficial_Records1914
#cite_ref-FOOTNOTEOfficial_Records1914518_91-0
#CITEREFOfficial_Records1914
#cite_ref-FOOTNOTEOfficial_Records1914559_92-0
#CITEREFOfficial_Records1914
#cite_ref-FOOTNOTESmith2010a313_93-0
#CITEREFSmith2010a
#cite_ref-FOOTNOTEOfficial_Records191754–57_94-0
#CITEREFOfficial_Records1917
#cite_ref-FOOTNOTEOfficial_Records1917126–128_95-0
#CITEREFOfficial_Records1917
#cite_ref-FOOTNOTESmith2010a325_96-0
#cite_ref-FOOTNOTESmith2010a325_96-1
#CITEREFSmith2010a
#cite_ref-FOOTNOTEOfficial_Records1917195_98-0
#CITEREFOfficial_Records1917
#cite_ref-FOOTNOTEKennedy1998437–438_99-0
#CITEREFKennedy1998
#cite_ref-FOOTNOTEOfficial_Records1917254_100-0
#CITEREFOfficial_Records1917
#cite_ref-FOOTNOTESmith2010a365_fn._25_101-0
#CITEREFSmith2010a
/wiki/Ed_Bearss
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/0-8071-0684-4
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/0-89029-312-0
https://archive.org/details/historicnamespla00vick/page/110/mode/2up?q=island+no.+70
/wiki/OCLC_(identifier)
https://www.worldcat.org/oclc/3318886
/wiki/University_of_Oklahoma_Press
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/978-0-8061-4433-7
/wiki/Houghton_Mifflin
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/978-0-395-74012-5
https://babel.hathitrust.org/cgi/pt?id=coo.31924051351025&view=1up&seq=186&q1=marmora
/wiki/OCLC_(identifier)
https://www.worldcat.org/oclc/5194016
https://babel.hathitrust.org/cgi/pt?id=coo.31924051351033&view=1up&seq=759&q1=marmora
/wiki/OCLC_(identifier)
https://www.worldcat.org/oclc/5194016
https://babel.hathitrust.org/cgi/pt?id=coo.31924051367047&view=1up&seq=15
/wiki/OCLC_(identifier)
https://www.worldcat.org/oclc/5194016
https://babel.hathitrust.org/cgi/pt?id=coo.31924051367054&view=1up&seq=339&q1=marmora
/wiki/OCLC_(identifier)
https://www.worldcat.org/oclc/5194016
https://babel.hathitrust.org/cgi/pt?id=coo.31924051367062&view=1up&seq=147&q1=marmora
/wiki/OCLC_(identifier)
https://www.worldcat.org/oclc/5194016
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/0-87021-783-6
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/978-0-7864-3579-1
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/978-0-7864-4524-0
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/9780786462810
/wiki/ISBN_(identifier)
/wiki/Special:BookSources/9780813167046
https://en.wikipedia.org/w/index.php?title=USS_Marmora_(1862)&oldid=1172582504
/wiki/Help:Category
/wiki/Category:Steamships_of_the_United_States_Navy
/wiki/Category:Ships_built_in_Monongahela,_Pennsylvania
/wiki/Category:Ships_of_the_Union_Navy
/wiki/Category:Gunboats_of_the_United_States_Navy
/wiki/Category:1862_ships
/wiki/Category:CS1:_Julian%E2%80%93Gregorian_uncertainty
/wiki/Category:Articles_with_short_description
/wiki/Category:Short_description_matches_Wikidata
/wiki/Category:Featured_articles
/wiki/Category:Use_mdy_dates_from_February_2023
/wiki/Category:CS1:_long_volume_value
https://creativecommons.org/licenses/by-sa/4.0/
//creativecommons.org/licenses/by-sa/4.0/
//foundation.wikimedia.org/wiki/Terms_of_Use
/w/index.php?title=USS_Marmora_(1862)&oldid=1172582504
//foundation.wikimedia.org/wiki/Privacy_policy
//www.wikimediafoundation.org/
https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Privacy_policy
/wiki/Wikipedia:About
/w/Wikipedia:About
/a/Wikipedia:About
/wiki/Wikipedia:General_disclaimer
//en.wikipedia.org/wiki/Wikipedia:Contact_us
https://foundation.wikimedia.org/wiki/Special:MyLanguage/Universal_Code_of_Conduct
//en.m.wikipedia.org/w/index.php?title=USS_Marmora_(1862)&mobileaction=toggle_view_mobile
https://developer.wikimedia.org
https://stats.wikimedia.org/#/en.wikipedia.org
https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Cookie_statement
#
https://wikimediafoundation.org/
https://www.mediawiki.org/
https://en.wikipedia.org/wiki/USS_Marmora_(1862)?action=edit | Validate Wikipedia URL and extract Article Title | 2023-08-28T03:16:42.000Z |
^(%data:([^,.]+)[.,|\/](?:ROW)\[(\d+)\][.,|\/]([^.,]+)%)$ | %data:ResultsetName,row[3].BlaBla% | xxx | 2017-09-26T17:09:09.000Z |
|
skip everything before the real last branch name | ^(?<path>.*\/)*(?<branch>.*) | feature/bla/bla/EULFBC-2 | filter branch name in git | 2023-09-01T09:53:20.000Z |
expressão regular que só aceita s para sim e n para não | [^A-MO-RT-Za-mo-rt-z0-9 !@#$%^&*()_+\-={};':\"\\|,.<>/?¡-ÿ] | não sim Sim SIM NÃO Yes No | sim ou não | 2021-04-10T23:28:52.000Z |
(?<name>.+?)\((?<variable>.+?)\)\s*,\s*|(?<endName>.+?)\((?<endVariable>.+)\) | memberOf ($projectid) , memberOf ($workSPaceId) | memberOf list | 2017-09-07T19:53:46.000Z |
|
# Iranian identity code aka shenasname code
شماره شناسنامه ایرانی ها | \d{1,10} | 1
12
123
1234
12345
123456
1234567
12345678
123456789
1234567890 | shenasname code | 2017-10-30T20:08:59.000Z |
(?P<ID>[A-Z0-9]{4}|[0-9]{4})(?P<CATEGORY>000[A-Z0-9]{2})(?P<PHONE>[0-9]{8,9}|059\-[0-9]{6}|067\-[0-9]{6}|071\-[0-9]{7}|072\-[0-9]{7}|0\d\d\-[0-9]{3}\s[0-9]{3,4}|\+[0-9]{2}\s\([0-9]{3,4}\)\s[0-9]{3,4}|0[0-9]{1}\-[0-9]{7}) | 51595A3F0000A08937625719F9900013+54 (569) 9547 17405BBE0000A0467674021B3F90000A035275383155110000A0188577963BF490000A0674542791FBC50000A069320672751590000B03-4612955956F20000A0354203289B3F90000A0633434984D7AB0000A0695304544DA5B0000A0550311777E66E00009048865961BB7C0000A0245395151D1A90000A0129734311538F00013+54 (5655) 225 821036AF0000A0891632801BF4900009078075896941B0000A0459735388941B0000A044880660931680000A0907216170A6E90000A0955772319B4D40000A0487621854D1A90000A059-60316364440000B071-531200564440000A0226514301A71A0000C054-446 3472DA5B0000A0859268458DD4C0000B072-4621547B3F90000A0389927752BF49000090170414401E270000A0223104540C1A200009062966368 | phones_celleb | 2019-01-20T11:37:04.000Z |
|
Get all ampersands, but omits the ampersands that are part of any HTML entities. | &(?![a-z]*;) | <p> </p>
<p>This & That</p>
<p> </p> | Get all ampersands, but omits the ampersands that are part of any HTML entities. | 2019-11-07T12:13:15.000Z |
(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])) | IPv6 validation | 2019-08-19T15:56:27.000Z |
||
1. strips Country Code 1 &/or token
2. **```${ac}```** or **```${1}```** captures three-digit NXX Numbering Plan Area Code/National Destination Code
3. strips separators
4. **```${coc}```** or **```${2}```** captures three-digit NXX Central Office Code
5. strips separators
6. **```${sn}```** or **```${3}```** captures four-digit XXXX Station Number/Subscriber Number
7. strips extra digits in vanity phone numbers
8. strips extension delimiter
9. **```${ext}```** or **```${4}```** captures n-digit extension | (?:[\+1\(-. ]{1,})?(?<ac>[2-9]{1}[0-9]{2})(?:[\(-. ]{1,})?(?<coc>[2-9]{1}[0-9]{2})(?:[\(-. ]{1,})?(?<sn>[0-9]{4})(?:\d{0,})?(?:\s*(?:#|x\.?|extension|ext\.?)\s*)?(?<ext>[a-zA-Z0-9. ]{0,})$ | (555) 456 7890
(555) 456-7890
(555)456-7890
(555)45678901
+1 (555) 456 7890
+1 (555) 456-7890
+1 555 456 7890
+1 555 456-7890
+1-555-456-7890
+15554567890
-1 (555) 456-7890
-5554567890
0 (555) 456-7890
1 555 456 7890
1 555)456-7890
1-555-456-7890
1.555.456.7890
10 (555) 456-7890
123**&!!asdf#
2 (555) 456-7890
2 555 456-7890
2(555)456-7890
2(555)4567890
34567890
456-7890
555 456 7890
555 456.7890
555)-456-7890
555-456-7890
555.456.7890
5554567890
55545678901
(555) 456 7890 ext.11234567890
(555) 456-7890 ext11234567890
(555)456-7890 extension 11234567890
(555)45678901 extension11234567890
+1 (555) 456 7890 x11234567890
+1 (555) 456-7890 ext.11234567890
+1 555 456 7890 ext11234567890
+1 555 456-7890 extension 11234567890
+1-555-456-7890 extension11234567890
+15554567890 x11234567890
-1 (555) 456-7890 ext.11234567890
-5554567890 ext11234567890
0 (555) 456-7890 extension 11234567890
1 555 456 7890 extension11234567890
1 555)456-7890 x11234567890
1-555-456-7890 ext.11234567890
1.555.456.7890 ext11234567890
10 (555) 456-7890 extension 11234567890
123**&!!asdf# extension11234567890
2 (555) 456-7890 x11234567890
2 555 456-7890 ext.11234567890
2(555)456-7890 ext11234567890
2(555)4567890 extension 11234567890
34567890 ext.11234567890
456-7890 x11234567890
555 456 7890 ext11234567890
555 456.7890 extension 11234567890
555)-456-7890 extension11234567890
555-456-7890 x11234567890
555.456.7890 ext.11234567890
5554567890 ext11234567890
55545678901 extension11234567890 | Capture digits and extension of North American phone number (North American Numbering Plan) | 2020-02-15T14:20:53.000Z |
(?<=^Z_).* | Z_ljsfklhdsf_dslfkjsdf
Z_asfd_Z_jkfdsahksdf
ZZ_sdfsdfsdf
z_asfdlkjsdkf
| Return non matching part of string | 2019-11-11T07:10:08.000Z |
|
Obsidian external embedded link | \!\[.*\]\((?<link>.+)\) | 


[@lishid](https://avatars.githubusercontent.com/u/609710?v=4)


![]()
| Obsidian external embedded link | 2021-09-13T11:04:41.000Z |
Match a single word with at least one number and one character (any language character or special character) , minimum 6 character | (?=.*\d+)(?=.*[\pL\pM\p{P}\p{S}]+)[\pL\pM\d\p{P}\p{S}]{6,} | 1Ki77y
.Susan53
jelly22fi$h
$m3llycat
a11Black$
!ush3r
&ebay.44
d3ltagamm@
!Lov3MyPiano
SterlingGmail20.15
BankLogin!3
اللغ٦٧
تال@#٦٧
ोे््््ॅऍॅ्र12
±±§§§§§§§§§ | Complex password with at least one number and one character (any language or special character) | 2017-09-13T12:05:11.000Z |
(?:均价|价格)\s*?(\S+)(?:\s*?$|\s*?别名.+) | 链家均价 | 2017-09-14T02:57:42.000Z |
||
<p>营业时间:((.|\n)*?)<\/p> | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="Shortcut Icon" href="//www.dpfile.com/s/res/favicon.5ff777c11d7833e57e01c9d192b7e427.ico" type="image/x-icon" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="email=no" />
<meta name="apple-mobile-web-app-title" content="大众点评">
<meta name="location" content="province=湖北;city=武汉">
<link rel="apple-touch-icon-precomposed" href="//www.dpfile.com/m/img/app/dianping/logoforiphone.eb494fad081fe8a318aec427d5de0b43.png>" />
<link rel="apple-touch-startup-image" href="//www.dpfile.com/m/img/app/dianping/iphonesplash.88eba14b27357f754baa669bebbdd78b.png" />
<link rel="stylesheet" href="//www.dpfile.com/m/css/app/dianping/m.min.582950054934c1715c0170a250837783.css" type="text/css" />
<link rel="stylesheet" href="//www.dpfile.com/s/c/app/baby/pop_box.min.c35d50b401fd089d65542dcdd88c71f1.css" type="text/css" />
<link rel="stylesheet" href="//www.dpfile.com/s/c/app/baby/addbaby-shop.min.fb7723790da2b9cbd4d254e58919b0a4.css" type="text/css" />
<link rel="canonical" href="https://m.dianping.com/shop/92466050"/>
<link rel="stylesheet" href="//www.dpfile.com/s/c/app/baby/mshop-wedding.min.89a81ca247f436abd72183b60df5e70f.css" type="text/css" />
<title>悦心集Wedding地址,电话,价格(图)-武汉-大众点评网</title>
<!-- OWL性能监控 -->
<script type="text/javascript">
"use strict";!function(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"_Owl_",n=window,a={page:!0,resource:!0,js:!0};n[i]||(n[i]={isRunning:!1,isReady:!1,preTasks:[],config:a,dataSet:[],use:function(i,a){this.isReady&&n.Owl&&n.Owl[i](a),this.preTasks.push({api:i,data:[a]})},add:function(i){this.dataSet.push(i)},run:function(i){var a=this;if(!this.isRunning){this.isRunning=!0;var e=i||this.config;if(!1!==e.js){var t=n.onerror;n.onerror=function(){this.isReady||this.add({type:"jsError",data:arguments}),t&&t.apply(n,arguments)}.bind(this)}!1!==e.page&&n.addEventListener("load",function(){if(!a.isReady){var i=window.performance&&window.performance.timing;a.add({type:"pageTime",data:[i]})}}),!1!==e.resource&&(window.addEventListener("error",function(i){a.isReady||a.add({type:"resError",data:[i]})},!0),window.addEventListener("load",function(i){a.isReady||a.add({type:"resTime",data:[i]})}))}}})}();
//默认配置启动全部监控,业务可根据需要手动关闭其中任一种类的监控,_Owl_为全局变量
_Owl_.run({
page: true, //页面性能采集
js: true, //JS全局错误采集
resource: true //资源加载错误、性能采集
})
</script>
<script src="//www.dpfile.com/app/owl/static/owl.min.6fc79953c93428c073682e6bd24e9e96.js"></script>
<script type="text/javascript">
Owl.start({
// 建议使用前端项目名,package.json或者f2eci.json中的name
project: 'wedding-h5-web',
/* 强烈建议业务进行配置,有利于数据的聚合
* 当前页面所属的页面URL,默认会使用window.location.href
* 建议不要直接使用location.href,
* 可以是非URL,比如'toutiao-detail'
*/
pageUrl: 'https://m.dianping.com/shop'
})
</script>
<meta name="Keywords" content="悦心集Wedding,婚礼策划,武汉,"/>
<meta name="Description" content="武汉悦心集Wedding。点击查看更多关于悦心集Wedding的简介、地址、电话、营业时间介绍和周边停车、公交等交通信息,以及悦心集Wedding的用户点评信息。"/>
<script>var G_rtop=+new Date, _hip = [
['_setPageId', 210008],
['_setCityId', 16]
];
</script>
<script>
(function(WIN) {
var MIDASCOOKIE = 'midasclick',
cookie,
DOC = WIN.document,
cookieArr = DOC.cookie.match(new RegExp("(^| )" + MIDASCOOKIE + "=([^;]*)(;|$)")),
send = function(url) {
new Image(1, 1).src = url;
},
sendMidas = function(data) {
var base;
if (!/\.dianping\.com/.test(DOC.domain)) {
base = 'https://mlog.51ping' + '.com/log?';
} else {
base = 'https://mlog.dianping' + '.com/log?';
}
send(base + data + '&act=2&t=' + new Date().getTime());
};
cookie = cookieArr == null ? '""' : decodeURIComponent(cookieArr[2]);
if(cookie != '""') {
var data = cookie.split('|');
sendMidas(data[0]);
data[1] && send(data[1]);
document.cookie = MIDASCOOKIE + '="";path=/';
}
})(window);
</script>
<script>
!function(e,t,n){function s(){var e=t.createElement("script");e.async=!0,e.src="https://s0.meituan.net/bs/js/?f=mta-js:mta.min.js";var n=t.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)}if(e.MeituanAnalyticsObject=n,e[n]=e[n]||function(){(e[n].q=e[n].q||[]).push(arguments)},"complete"===t.readyState)s();else{var r="addEventListener",i="attachEvent";if(e[r])e[r]("load",s,!1);else if(e[i])e[i]("onload",s);else{var a=e.onload;e.onload=function(){s(),a&&a()}}}}(window,document,"mta"),function(e,t,n){if(t&&!("_mta"in t)){t._mta=!0;var s=e.location.protocol;if("file:"!==s){var r=e.location.host,i=t.prototype.open;t.prototype.open=function(t,n,a,o,h){if(this._method="string"==typeof t?t.toUpperCase():null,n){if(0===n.indexOf("http://")||0===n.indexOf("https://")||0===n.indexOf("//"))this._url=n;else if(0===n.indexOf("/"))this._url=s+"//"+r+n;else{var l=s+"//"+r+e.location.pathname;l=l.substring(0,l.lastIndexOf("/")+1),this._url=l+n}var u=this._url.indexOf("?");-1!==u?(this._searchLength=this._url.length-1-u,this._url=this._url.substring(0,u)):this._searchLength=0}else this._url=null,this._searchLength=0;return this._startTime=(new Date).getTime(),i.apply(this,arguments)};var a="onreadystatechange",o="addEventListener",h=t.prototype.send;t.prototype.send=function(t){function n(n,r){if(0!==n._url.indexOf(s+"//frep.meituan.net/_.gif")){for(var i="browser.ajax",a=[98,114,111,119,115,101,114,46,97,106,97,120],o=0,h=i.length;h>o;o++)if(i.charCodeAt(o)!==a[o])return;var l;if(n.response)switch(n.responseType){case"json":l=JSON&&JSON.stringify(n.response).length;break;case"blob":case"moz-blob":l=n.response.size;break;case"arraybuffer":l=n.response.byteLength;case"document":l=n.response.documentElement&&n.response.documentElement.innerHTML&&n.response.documentElement.innerHTML.length+28;break;default:l=n.response.length}e.mta("send",i,{url:n._url,method:n._method,error:!(0===n.status.toString().indexOf("2")||304===n.status),responseTime:(new Date).getTime()-n._startTime,requestSize:n._searchLength+(t?t.length:0),responseSize:l||0})}}if(o in this){var r=function(e){n(this,e)};this[o]("load",r),this[o]("error",r),this[o]("abort",r)}else{var i=this[a];this[a]=function(t){i&&i.apply(this,arguments),4===this.readyState&&e.mta&&n(this,t)}}return h.apply(this,arguments)}}}}(window,window.XMLHttpRequest,"mta");
// 初始化项目
mta("create","5875d3e36b783664e0db0ae4");
// 推荐设置上报地址为 HTTPS 协议,以获得更高的数据准确性,默认会和页面协议一致
mta("config", "beaconImage", "https://frep.meituan.com/_.gif");
// 发送页面性能指标,包括 ttfb(首字节)、domReady(可交互)、load(完全加载)等
mta("send","page");
</script>
<!-- 上报通道标识 -->
<!-- 用来替换掉3.0中的通道配置,如Analytics('use', 'wed') -->
<meta name="lx:category" content="wed">
<!-- 上报应用标识 -->
<!-- 用来替换掉3.0中的标识,如Analytics('config', 'appnm', 'dp_pc') -->
<meta name="lx:appnm" content="dp_m">
<!-- 页面名称:点评结婚pc优惠券详情页,上报页面标识 -->
<!-- 用来替换掉3.0中的cid配置,如Analytics('config', 'cid', 'c_j6wjibts') -->
<meta name="lx:cid" content="dp210008">
<!-- 加载sdk -->
<link rel="dns-prefetch" href="//analytics.meituan.net"/>
<script type="text/javascript">
!(function (win, doc, ns) {
var cacheFunName = '_MeiTuanALogObject';
win[cacheFunName] = ns;
if (!win[ns]) {
var _LX = function () {
_LX.q.push(arguments);
return _LX;
};
_LX.q = _LX.q || [];
_LX.l = +new Date();
win[ns] = _LX;
}
})(window, document, 'LXAnalytics');
//这里放置兼容代码
window.Analytics = function(eventStr, config) {
if(eventStr != 'event') return;
if(!config) return;
var nm = config.nm;
if(!nm) return;
if(nm === 'mge'){
var eventType = config.event_type;
if(eventType === 'click'){
window.LXAnalytics('moduleClick', config.val_bid, config.val_lab);
return;
}
if(eventType === 'view'){
window.LXAnalytics('moduleView', config.val_bid, config.val_lab);
return;
}
}
if(nm === 'order'){
window.LXAnalytics('order', config.val_bid, config.val_lab.orderId, config.val_lab);
return;
}
if(nm === 'pay'){
window.LXAnalytics('pay', config.val_bid, config.val_lab.orderId, config.val_lab);
return;
}
if(nm === 'report' && config.val_act === 'quit'){
window.LXAnalytics('pageDisappear', config.val_lab);
return;
}
};
</script>
<script type="text/javascript">
var OPTION = {
shopid:'92466050',
cityid:'16'
};
var lx_mge = function(bid,eventType,customOption){
Analytics && Analytics('event',{
nm:'mge',
event_type:eventType,
val_bid:bid,
val_lab:{
custom:customOption
}
});
};
var lx_headpic = function(){lx_mge('b_p4ruj0id','click',OPTION)}; //点评M商详页-头图
var lx_address = function(){lx_mge('b_uflh7iq8','click',OPTION)}; //点评M商详页-地址
var lx_headphone = function(){lx_mge('b_xo8j77m5','click',OPTION)}; //点评M商详页-电话
var lx_bottomphone = function(){lx_mge('b_r3kg5p2t','click',OPTION)}; //点评M商详页-吸底电话
var lx_bottonbooking = function(){lx_mge('b_m27awl58','click',OPTION)}; //点评M商详页-吸底预约
var lx_promo = function(){lx_mge('b_bzla7o5l','click',OPTION)}; //点评M商详页-领取优惠
var lx_bottomzixun = function(){lx_mge('b_sgnmdp04','click',OPTION)}; //点评M商详页-吸底咨询
var lx_dangqi = function(){lx_mge('b_vznaip5e','click',OPTION)}; //点评M商详页-查询档期
var lx_dingzhi = function(){lx_mge('b_2bntzmll','click',OPTION)}; //点评M商详页-定制申请
var lx_allcases = function(){lx_mge('b_hepz01kp','click',OPTION)}; //点评M商详页-全部案例
var lx_case = function(){lx_mge('b_dharagxc','click',OPTION)}; //点评M商详页-案例展示
var lx_allproduct = function(){lx_mge('b_37cfvedh','click',OPTION)}; //点评M商详页-全部套餐
var lx_product = function(){lx_mge('b_i9nl3dzv','click',OPTION)}; //点评M商详页-套餐展示
var lx_deal = function(){lx_mge('b_kwq78m9d','click',OPTION)}; //点评M商详页-团购
var lx_review = function(){lx_mge('b_oyibebfz','click',OPTION)}; //点评M商详页-点评展示
var lx_album = function(){lx_mge('b_tpckedbz','click',OPTION)}; //点评M商详页-会员相册
var lx_shopinfo = function(){lx_mge('b_qpog17gk','click',OPTION)}; //点评M商详页-商户信息
</script>
</head>
<body>
<div class="epoplayer Hide"></div>
<header class="shop-head">
<a href="javascript:history.go(-1)" class="back"></a>
<div class="placeholder"></div>
<div class="title">商户详情</div>
<a class="shop-share J_btnShare" href="javascript:;"></a>
</header>
<section class="shop-details">
<article class="pic">
<a onclick="_hip.push(['mv', {module:'viewphoto',action:'click',shopid:'92466050',categoryid:'27943'}]);">
</a>
<div class="img-part">
<div id="bannerSlide" class="over-hidden" style="visibility: visible;">
<div class="swipe-wrap">
<div class="img-item" data-index="0"><img src="//p0.meituan.net/wedding/523282a6209bf5a3241a80dfdb3ef3851584446.jpg%40640w_360h_1e_1c_1l_85q%7Cwatermark%3D0" alt="悦心集Wedding"></div>
<div class="img-item" data-index="0"><img data-lazyload="//p1.meituan.net/wedding/7d564d95363cd1155a50f7fa73bf8bd7174307.jpg%40640w_360h_1e_1c_1l_85q%7Cwatermark%3D0" alt="悦心集Wedding"></div>
<div class="img-item" data-index="0"><img data-lazyload="//p0.meituan.net/wedding/1af073c29724e38dd6f71a1d6da18f57685834.jpg%40640w_360h_1e_1c_1l_85q%7Cwatermark%3D0" alt="悦心集Wedding"></div>
<div class="img-item" data-index="0"><img data-lazyload="//p1.meituan.net/wedding/9c3045e7e9e7eb5fad8bf0762a2f2f77359059.jpg%40640w_360h_1e_1c_1l_85q%7Cwatermark%3D0" alt="悦心集Wedding"></div>
<div class="img-item" data-index="0"><img data-lazyload="//p0.meituan.net/wedding/ed618361bb93a8cfaed3c967d4227a27181541.jpg%40640w_360h_1e_1c_1l_85q%7Cwatermark%3D0" alt="悦心集Wedding"></div>
</div>
</div>
<ul class="circles">
<li class="on"></li>
<li></li>
<li></li>
</ul>
</div>
</article>
<article class="text">
<h1 class="shopname">悦心集Wedding</h1>
<p>
<span class="star star-40"></span>
<span class="des">15条</span>
</p>
</article>
</section>
<section class="sales-details">
<article class="tit">
<a href="javascript:;" class="J_giftBtn" onclick="_hip.push(['mv', {module:'mshopinfoq_wedbooking',action:'click',shopid:'92466050'}]);lx_promo();">
<h3><i class="gift-bag-icon fl"></i>大众点评特别礼遇<span class="tips">领取礼包</span><i class="arrow-ent right"></i></h3>
</a>
<p class="bottom-border-height"></p>
</article>
<ul class="sales-list ">
<li>
<a href="javascript:;" class="J_giftBtn" onclick="_hip.push(['mv', {module:'mshopinfoq_wedbooking',action:'click',shopid:'92466050'}]);lx_promo();">
<span class="icon">到店礼</span>
<span class="text">新娘纯棉亲肤睡衣</span>
</a>
</li>
<li class="J_promo">
<a href="javascript:;" class="J_giftBtn" onclick="_hip.push(['mv', {module:'mshopinfoq_wedbooking',action:'click',shopid:'92466050'}]);lx_promo();">
<span class="icon">订单礼</span>
<span class="text">第一次进店即减现500</span>
</a>
</li>
</ul>
<p class="bottom-border-height"></p>
</section>
<section class="info-details">
<p class="top-border-height"></p>
<article class="tel bottom-border">
<a id="telphone" href="tel:18502797920"
onclick="_hip.push(['mv', {module:'mshopinfoq_tel',action:'click',shopid:'92466050' }]);lx_headphone();"
>
<i class="i-tel"></i>18502797920<span class="tips">到店请提前预约</span><i class="arrow-ent right"></i>
</a>
</article>
<a href="/shop/92466050/map"
onclick="_hip.push(['mv', {module:'mshopinfoq_address',action:'click',shopid:'92466050'}]);lx_address();"
>
<article class="add bottom-border">
<i class="i-add"></i>楚河汉街第三街区松竹路悦心集<i class="arrow-ent right"></i>
</article>
</a>
</section>
<section class="pop-window" id="popWindow">
<h3>确认提示</h3>
<div class="content">
<p>当前号码:18502797920</p>
<div class="btn-area Fix">
<button class="J-cancel button cancelbtn"
onclick="_hip.push(['mv', {module:'actionbar_tel_cancel',action:'click',shopid:'92466050'}]);"
>取消</button>
<a href="tel:18502797920" class="J-call button callbtn"
onclick="_hip.push(['mv', {module:'actionbar_tel_accept',action:'click',shopid:'92466050'}]);"
>拨号</a>
</div>
</div>
</section>
<div class="pop-mask" id="popMask"></div>
<!-- 新增商户服务楼层 16-02-23 shaochuanhe -->
<section class="merchant-services-details">
<p class="top-border-height"></p>
<ul class="services-list">
<li class="services-item right-border">
<img src="https://qcloud.dpfile.com/pc/6gutFi2qT3b66e13kfWY1wK_5RhNf0De4YSpv8tZHXOZVQZm1AGatNyTkQDNYfGnDHHF6TtwrLv9HRb4p3FZSQ.jpg" alt=""/>
<h3>婚礼档期</h3>
<a href="/shop/dq/92466050" onclick=""> <div>查询</div> </a>
</li>
<li class="services-item right-border">
<img src="https://qcloud.dpfile.com/pc/nK_jvmWXtXJIZvebZaqJA4CJ86_E-n6D122dMBusjVARiBQ9T6ycLcfj6oQmDjRlDHHF6TtwrLv9HRb4p3FZSQ.jpg" alt=""/>
<h3>免费方案</h3>
<a href="/shop/serviceDetail/serv/4?shopId=92466050" onclick=""> <div>获取</div> </a>
</li>
<li class="services-item right-border">
<img src="https://qcloud.dpfile.com/pc/Ij-8otLMpkcU_lQX0naWT4oKoPK7p5pUmFNyOWU_14Lo7mBjioFksrhpn8H_xpx7DHHF6TtwrLv9HRb4p3FZSQ.jpg" alt=""/>
<h3>婚礼顾问</h3>
<a href="/shop/serviceDetail/serv/5?shopId=92466050" onclick=""> <div>申请</div> </a>
</li>
</ul>
<p class="bottom-border-height"></p>
</section>
<!-- 特色案例 -->
<section class="cases-details">
<p class="top-border-height"></p>
<article class="tit">
<a rel="nofollow" href="/mwed/mobile/shop/92466050/caseList"
onclick="_hip.push(['mv', {module:'m_shop_case_all',action:'click'}]);lx_allcases();">
<h3>特色案例</h3>
<span class="mores">全部21个特色案例</span>
<i class="arrow-ent right"></i>
<p class="bottom-border-height"></p>
</a>
</article>
<div class="cases-list-wrap">
<ul class="cases-list">
<li class="case-item">
<a href="/mwed/mobile/shop/92466050/case/679876"
onclick="_hip.push(['mv', {module:'m_shop_case_pic',action:'click'}]);lx_case();">
<div class="pic-area">
<img data-lazyload="//p0.meituan.net/dpmerchantimage/1599b8a5-af6a-4003-9664-b55832f37f4a.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
<span class="pic-count">8张</span>
</div>
</a>
<a href="/mwed/mobile/shop/92466050/case/679876"
onclick="_hip.push(['mv', {module:'m_shop_case_txt',action:'click'}]);lx_case();">
<p>以梦为马</p>
</a>
</li>
<li class="case-item">
<a href="/mwed/mobile/shop/92466050/case/670093"
onclick="_hip.push(['mv', {module:'m_shop_case_pic',action:'click'}]);lx_case();">
<div class="pic-area">
<img data-lazyload="//p1.meituan.net/dpmerchantimage/47a9bca1-1efc-44e3-987f-29c6d269e47e.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
<span class="pic-count">15张</span>
</div>
</a>
<a href="/mwed/mobile/shop/92466050/case/670093"
onclick="_hip.push(['mv', {module:'m_shop_case_txt',action:'click'}]);lx_case();">
<p>夏日香气</p>
</a>
</li>
<li class="case-item">
<a href="/mwed/mobile/shop/92466050/case/678965"
onclick="_hip.push(['mv', {module:'m_shop_case_pic',action:'click'}]);lx_case();">
<div class="pic-area">
<img data-lazyload="//p0.meituan.net/dpmerchantimage/aebc4b35-9941-415f-81bd-047261581a17.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
<span class="pic-count">8张</span>
</div>
</a>
<a href="/mwed/mobile/shop/92466050/case/678965"
onclick="_hip.push(['mv', {module:'m_shop_case_txt',action:'click'}]);lx_case();">
<p>杜乐丽花园</p>
</a>
</li>
<li class="case-item">
<a href="/mwed/mobile/shop/92466050/case/633344"
onclick="_hip.push(['mv', {module:'m_shop_case_pic',action:'click'}]);lx_case();">
<div class="pic-area">
<img data-lazyload="//p1.meituan.net/dpmerchantimage/0ad694ff-1231-499b-b073-ec31a62edaa2.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
<span class="pic-count">5张</span>
</div>
</a>
<a href="/mwed/mobile/shop/92466050/case/633344"
onclick="_hip.push(['mv', {module:'m_shop_case_txt',action:'click'}]);lx_case();">
<p>洛丽塔</p>
</a>
</li>
<li class="case-item">
<a href="/mwed/mobile/shop/92466050/case/836446"
onclick="_hip.push(['mv', {module:'m_shop_case_pic',action:'click'}]);lx_case();">
<div class="pic-area">
<img data-lazyload="//p1.meituan.net/dpmerchantimage/0bfe409d-df80-421e-b082-14df9a3fed11.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
<span class="pic-count">8张</span>
</div>
</a>
<a href="/mwed/mobile/shop/92466050/case/836446"
onclick="_hip.push(['mv', {module:'m_shop_case_txt',action:'click'}]);lx_case();">
<p>十里桃花</p>
</a>
</li>
<li class="case-item">
<a href="/mwed/mobile/shop/92466050/case/691221"
onclick="_hip.push(['mv', {module:'m_shop_case_pic',action:'click'}]);lx_case();">
<div class="pic-area">
<img data-lazyload="//p0.meituan.net/dpmerchantimage/f24d4ebc-4cab-4861-b897-b5be4a6054d5.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
<span class="pic-count">8张</span>
<i class="special"></i>
</div>
</a>
<a href="/mwed/mobile/shop/92466050/case/691221"
onclick="_hip.push(['mv', {module:'m_shop_case_txt',action:'click'}]);lx_case();">
<p>Pink Trip</p>
</a>
</li>
</ul>
</div>
<p class="bottom-border-height"></p>
</section>
<!-- 本店产品修改为精选套餐 -->
<section class="hotsales-details">
<p class="top-border-height"></p>
<article class="tit">
<a rel="nofollow" href="/wed/mobile/shop/92466050/productlist"
onclick="_hip.push(['mv', {module:'m_shop_serials_all',action:'click'}]);lx_allproduct();">
<h3>精选套餐</h3>
<span class="mores">全部7个精选套餐</span>
<i class="arrow-ent right"></i>
<p class="bottom-border-height"></p>
</a>
</article>
<!-- 列表 -->
<ul class="product-list">
<!-- ps:如果是竖图就添加样式 vertical-pic 否则不添加 -->
<li class="item ">
<p class="top-border-height mb10"></p>
<a href="/wed/mobile/shop/92466050/product/1789768"
onclick="_hip.push(['mv', {module:'m_shop_serials_pic',action:'click'}]);lx_product();">
<div class="item-img-part">
<img data-lazyload="//p0.meituan.net/dpmerchantimage/77beb7e5-26fd-4209-997c-f8295269708e.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
</div>
</a>
<a href="/wed/mobile/shop/92466050/product/1789768"
onclick="_hip.push(['mv', {module:'m_shop_serials_txt',action:'click'}]);lx_product();">
<div class="item-text-part">
<div class="part-top">
<h4 class="item-name">红·妆</h4>
<p class="price"><i class="">¥</i>17880<span
class="old-price">¥23350</span></p>
</div>
<p class="part-bottom">
司仪: 指定
<span class="separator"></span>
化妆师: 指定
</p>
</div>
</a>
</li>
<li class="item ">
<p class="top-border-height mb10"></p>
<a href="/wed/mobile/shop/92466050/product/1629565"
onclick="_hip.push(['mv', {module:'m_shop_serials_pic',action:'click'}]);lx_product();">
<div class="item-img-part">
<img data-lazyload="//p0.meituan.net/dpmerchantimage/0ec96f7b-8c22-4364-bc23-7ce2742743a3.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
</div>
</a>
<a href="/wed/mobile/shop/92466050/product/1629565"
onclick="_hip.push(['mv', {module:'m_shop_serials_txt',action:'click'}]);lx_product();">
<div class="item-text-part">
<div class="part-top">
<h4 class="item-name">森林小兔鲜花婚礼套系<span
class="tag-lib">人气爆款</span></h4>
<p class="price"><i class="">¥</i>13880<span
class="old-price">¥19980</span></p>
</div>
<p class="part-bottom">
司仪: 资深
<span class="separator"></span>
化妆师: 资深
</p>
</div>
</a>
</li>
<li class="item ">
<p class="top-border-height mb10"></p>
<a href="/wed/mobile/shop/92466050/product/1728681"
onclick="_hip.push(['mv', {module:'m_shop_serials_pic',action:'click'}]);lx_product();">
<div class="item-img-part">
<img data-lazyload="//p0.meituan.net/dpmerchantimage/db46955e-cd7a-40bb-a135-042211cfdc47.jpg%40280w_210h_1e_1c_1l_85q%7Cwatermark%3D0">
</div>
</a>
<a href="/wed/mobile/shop/92466050/product/1728681"
onclick="_hip.push(['mv', {module:'m_shop_serials_txt',action:'click'}]);lx_product();">
<div class="item-text-part">
<div class="part-top">
<h4 class="item-name">【户外庭院】小确幸</h4>
<p class="price"><i class="">¥</i>16880<span
class="old-price">¥23880</span></p>
</div>
<p class="part-bottom">
司仪: 资深
<span class="separator"></span>
化妆师: 资深
</p>
</div>
</a>
</li>
</ul>
<p class="bottom-border-height"></p>
</section>
<section class="comment-details">
<p class="top-border-height"></p>
<article class="tit">
<a href="/shop/92466050/review_all"
onclick="_hip.push(['mv', {module:'mshopinfoq_viewreview',action:'click',shopid:'92466050'}]);lx_review();"
>
<h3>用户点评(15)<i class="arrow-ent right"></i></h3>
</a>
<p class="bottom-border-height"></p>
</article>
<article>
<a class="comment-list" href="/shop/92466050/review_all"
onclick="_hip.push(['mv', {module:'mshopinfoq_viewreview',action:'click',shopid:'92466050'}]);lx_review();"
>
<img src="https://p0.meituan.net/userheadpic/apple.png%40120w_120h_1e_1c_1l%7Cwatermark%3D0" class="user-pic">
<figure class="comment">
<figcaption class="username">秦靖馨*</figcaption>
<p class="info">
<span class="star star-50"></span>
</p>
<p class="comment-entry">
在悦心集遇到自己很喜欢的婚纱是偶然也是幸运,本来是和闺蜜来喝下午茶的,店里环境很好,真的是满室鲜花的感觉,没想到上到三楼竟然还有婚纱!正在备婚的我第一感觉就是“缘分啊”~<br/>一眼就喜欢上了蜻蜓钉珠缎面的...
</p>
</figure>
</a>
</article>
<p class="bottom-border-height"></p>
</section>
<section class="sign-details">
<p class="top-border-height"></p>
<a href="/shop/92466050/photos"
onclick="_hip.push(['mv', {module:'mshopinfoq_memalbum_more',action:'click',shopid:'92466050'}]);lx_album();"
>
<span class="title-item">会员相册<i class="arrow-ent right"></i></span>
</a>
<p class="bottom-border-height"></p>
</section>
<section class="sign-details">
<p class="top-border-height"></p>
<a href="/shop/92466050/msgwall"
onclick="_hip.push(['mv', {module:'mshopinfoq_viewcheckin',action:'click',shopid:'92466050'}]);"
>
<span class="title-item">网友签到(0)<i class="arrow-ent right"></i></span>
</a>
<p class="bottom-border-height"></p>
</section>
<section class="shopinfor-details">
<p class="top-border-height"></p>
<article class="tit">
<a href="/wed/mobile/shopbrief/92466050"
onclick="_hip.push(['mv', {module:'mshopinfoq_shopprofile',action:'click',shopid:'92466050'}]);lx_shopinfo();">
<h3 class="border-bottom-gray">商户信息<i class="arrow-ent right"></i></h3>
</a>
<p class="bottom-border-height"></p>
</article>
<article class="sersice">
<p>营业时间:周一至周日
全天</p>
<p>
服务特色:
0元策划
</p>
</article>
<p class="bottom-border-height"></p>
</section>
<section class="interest-details J_midas-21004"></section>
<footer class="footer">
<a href="javascript:window.location='/my'" title="">我的</a><em>|</em>
<a href="javascript:window.location='/history'" title="">最近浏览</a><em>|</em>
<a href="javascript:window.location='/shop/addshop'">添加商户</a><em>|</em>
<a href="javascript:window.location='/feedback'" title="">意见反馈</a>
<br>
<a id="j-computer" href="https://www.dianping.com" title="">电脑版</a><em>|</em>
<a onclick="document.cookie='wapredirecttom=1; domain=.dianping.com; path=/';" href="https://wap.dianping.com" title="">标准版</a><em>|</em>
<a id="F_download" href="javascript:void(0)" title="">客户端</a>
<br>
<p class="copyright">copyright ©2015 dianping.com</p>
</footer>
<!-- gdajag-->
<article class="booking-details">
<a href="tel:18502797920" class="tpone"
onclick="_hip.push(['mv', {module:'mshopinfoq_tel',action:'click',shopid:'92466050' }]);lx_bottomphone();">
<i></i>电话
</a>
<a class="btn J_book"
onclick="_hip.push(['mv', {module:'mshopinfoq_wedbooking',action:'click',shopid:'92466050'}]);lx_bottonbooking();">预约看店</a>
<a href="/wedding/chat?d.user_type=user&d.destId=s92466050&d.chatType=0&d.productId=0&d.uniProductId=s92466050&token=!" class="talk"
onclick="_hip.push(['mv', {module:'mshopinfoq_wedchat',action:'click',shopid:'92466050'}]);lx_bottomzixun();">
<i></i>咨询
</a>
</article>
<!-- 预约弹出框 -->
<div class="layer J_layer Hide"></div>
<div class="book-pop J_bookpop Hide">
<section class="sales-details">
<a class="cha J_cancel"></a>
<ul class="sales-list good-sel-flag gift-bag-flag Hide">
<article class="tit">
<h3>大众点评独家优惠,预约即可领取</h3>
</article>
<li>
<a href="#">
<span class="icon">到店礼</span>
<span class="text">新娘纯棉亲肤睡衣</span>
</a>
</li>
<li class="J_promo">
<a href="#">
<span class="icon">订单礼</span>
<span class="text">第一次进店即减现500</span>
</a>
</li>
</ul>
</section>
<section class="phone-details J_form">
<p>留下您的联系方式以便商户尽快联系您</p>
<input type="text" maxlength="11" class="input-plain J_mobile" placeholder="请输入手机号" id="userPhone"
name="userPhone">
<div class="J_code verifi-code Hide">
<input type="text" class="input-code J_inputCode" placeholder="请输入验证码">
<a href="javascript:;" class="btn-getcode J_getCodeBtn">获取验证码</a>
<a href="javascript:;" class="btn-resend Hide J_resendBtn">重新发送(60)</a>
</div>
<a class="btn-submit J_submit">预约看店</a>
<input type="hidden" id="shopId" name="shopId" value="92466050"/>
<input type="hidden" id="shopName" name="shopName" value="悦心集Wedding"/>
<input type="hidden" id="ad_sid" name="ad_sid" value=""/>
<input type="hidden" id="launchid" name="launchid" value=""/>
</section>
</div>
<!-- 中奖 #s -->
<!-- 中奖 #end -->
<!-- 新增弹窗 位置 -->
<!-- end 新增弹窗 位置 -->
<script>
_hip.push(['mv', {module:'mshopinfoq_paid',action:'browse',shopid:'92466050',note:''}]);
</script>
<script>
var DATA = {
cooperate: true,
shopId: 92466050,
shopName: '\u60A6\u5FC3\u96C6Wedding',
shopType: 55,
cityId: 16,
userId: 0,
slotId: 21004,
successUrl:'/wed/mobile/booking/wedBookingSuccess/shopId=92466050',
shareUrl: 'https://m.dianping.com/shop/92466050',
sharePic: '//p0.meituan.net/wedding/523282a6209bf5a3241a80dfdb3ef3851584446.jpg%40120w_120h_1e_1c_1l_85q%7Cwatermark%3D0',
shareDesc: '\u60A6\u5FC3\u96C6Wedding',
shareTitle: '商户详情',
templateKey: 'ShopBottomForM',
resultType: 'DTO',
couponAttractUser:'0',
clientSource:'0',
bookingType:0,
channel:0
};
</script>
<div id="pop-top-main-share" class="pop-main-wrap hide"></div>
<!--TODO 领券时输入手机号的弹框s-->
<div class="overlay"></div>
<div class="pop-box pop-send-SMS J_pop-send-SMS">
<div class="pop-hd">请输入手机号码</div>
<div class="pop-bd">
<input type="number" class="input-num" value="" maxlength="11">
<p class="msg"></p>
</div>
<div class="pop-ft">
<button class="btn btn-cancel">取消</button>
<button class="btn btn-primary">确定</button>
</div>
</div>
<div class="tip-msg J_tip"></div>
<!--领券时输入手机号的弹框end-->
<script type="text/javascript" src="//www.dpfile.com/m/js/app/dianping/zepto.min.2ace041cc63911887f0ea7a3a3b724a2.js"></script>
<script type="text/javascript" src="//www.dpfile.com/s/j/app/baby/common/midas.min.9a42c07defc75eaa44dbd4f6bc7502e0.js"></script>
<script type="text/javascript" src="//www.dpfile.com/s/j/app/baby/common/swipe2.min.74ed8a11dd59fe1381acc322c04039dc.js"></script>
<script type="text/javascript" src="//www.dpfile.com/s/j/app/baby/mobile/shop-wedding.min.5b1de8eb44fcefc09508664e434b043e.js"></script>
<script type="text/javascript" src="//www.dpfile.com/s/j/app/baby/mobile/coupon_promo.min.2edce34e43eb550f49d3be369157afd4.js"></script>
<script type="text/javascript">
window.addEventListener('load', function(){
setTimeout(function(){
var scripts = ["//www.dpfile.com/hls/hippo3.min.d30bc6de2d551d2b3f684d5486e0fedb.js",
"//www.dpfile.com/s/j/app/mwedding/plugins/share.min.a03af364a14e4ffd4d6e27cc547dd5ee.js",
"https://www.dpfile.com/mod/dpapp/1.7.0/src/standalone.js"];
scripts.forEach(function(src){
console.log(src);
var script = document.createElement('script');
script.src = src;
document.head.appendChild(script);
});
}, 0);
});
</script>
<script src="//analytics.meituan.net/analytics.js" type="text/javascript" charset="utf-8" async defer></script>
</body>
</html>
| 大众点评营业时间 | 2018-01-13T02:01:19.000Z |
|
(^\s+_[A-Za-z]+\._) | was from an authentic copy, and a careful comparison of the text with
the earlier one shows that in the meantime the play "underwent revision,
received some slight augmentation, and in some few places must have been
entirely rewritten." A marked instance of this rewriting--the only one
of considerable length--is in ii. 6. 6-37, where the first quarto reads
thus (spelling and pointing being modernized):--
_Jul._ Romeo.
_Rom._ My Juliet, welcome. As do waking eyes
Closed in Night's mists attend the frolick Day,
So Romeo hath expected Juliet,
And thou art come.
_Jul._ I am, if I be Day,
Come to my Sun: shine forth and make me fair.
_Rom._ All beauteous fairness dwelleth in thine eyes.
_Jul._ Romeo, from thine all brightness doth arise.
_Fri._ Come, wantons, come, the stealing hours do pass,
Defer embracements till some fitter time.
Part for a while, you shall not be alone
Till holy Church have joined ye both in one.
_Rom._ Lead, holy Father, all delay seems long.
_Jul._ Make haste, make haste, this lingering doth us wrong.
For convenient comparison I quote the later text here:--
_Juliet._ Good even to my ghostly confessor.
_Friar Laurence._ Romeo shall thank thee, daughter, for us both.
_Juliet._ As much to him, else is his thanks too much.
_Romeo._ Ah, Juliet, if the measure of thy joy
Be heap'd like mine and that thy skill be more
To blazon it, then sweeten with thy breath
This neighbour air, and let rich music's tongue
Unfold the imagin'd happiness that both
Receive in either by this dear encounter.
_Juliet._ Conceit, more rich in matter than in words,
Brags of his substance, not of ornament.
They are but beggars that can count their worth;
But my true love is grown to such excess
I cannot sum up half my sum of wealth.
_Friar Laurence._ Come, come with me, and we will make short work;
For, by your leaves, you shall not stay alone
Till holy church incorporate two in one.
The "omission, mutilation, or botching" by which some German editors
would explain all differences between the earlier and later texts will
not suffice to account for such divergence as this. "The two dialogues
do not differ merely in expressiveness and effect; they embody different
conceptions of the characters;" and yet we cannot doubt that both were
written by Shakespeare.
| Line learning Google app hack | 2017-12-13T13:20:12.000Z |
|
(\d{1,2})\/(\d{2})\/(\d{4}) | MyCollection | 2017-11-15T15:35:34.000Z |
||
tilak phishing | ^(?:[[:^print:][:cntrl:]\s]|GIF89.{0,20})*<\?(?:php)?\s*.{0,120}\$_session\[['"]\w+['"]\]\s*=\s*\$_post\[['"]\w+['"]\].{0,120}\$md5=md5\("\$random"\);\s*\$base=base64_encode\(\$md5\);\s*\$host=md5\(.{0,50}\$logon="\w+\.html\?\$host\-\$host\-\$host\$host.{0,100}header\("location:\s*\$logon[[:punct:]\s]+$ | <?php
session_start();
$_SESSION['ssn'] = $_POST['ssn'];
$_SESSION['npin'] = $_POST['npin'];
$_SESSION['mmn'] = $_POST['mmn'];
$_SESSION['dl'] = $_POST['dl'];
$random=rand(0,100000000000);
$md5=md5("$random");
$base=base64_encode($md5);
$host=md5("$base");
$Logon="5.html?$host-$host-$host$host$host$host$host$host$host$host$host";
header("location: $Logon");
?>
| tilak phishing | 2020-04-09T19:19:03.000Z |
\b(?=\w)([kK]oroduje|[kK]Kwas|[kK]orozyjny|[kK]orozyjna)\b | kwas regex | 2018-07-07T03:14:55.000Z |
||
**Supports:**
Priority and local call numbers - 13 XX XX, 1300 XXX XXX, 13XXXX, 1300 XX XX XX, 1300 XXXXXX, 130XXXXXX
Freecall special numbers - 1802 XXX, 1802XXX
Freecall numbers - 1800 XX XX XX, 1800 XXX XXX, 1800XXXXXX, 1800 XXXXXX
landline numbers (no area code) - XXXX-XXXX, XXXXXXXX
landline (areacode) - 0X XXXX-XXXX, 0X XXXXXXXX
**Caveats:**
+ Supports for space and hyphens where logical and popular
+ Landline areacode expects 02,03,07,08 areacode prefix
+ Landline no areacode will not accept a 0 as first digit
+ Priority Local rate 13 is 6 digits
+ Priority Local rate 1300 is 10 digits (no support for the 4 digit overrun)
+ Freecall Special 1802 is 7 digits
+ Freecall 1800 is 10 digits (no support for the 4 digit overrun)
+ No mobile
+ No International dialing prefix
+ No support for brackets on areacode or priority number prefix (conscious decision)
**Reference used for rules:**
`https://en.wikipedia.org/wiki/Telephone_numbers_in_Australia#Local_Rate_and_FreeCall_numbers_(13,_180)` Wikipedia @ 18Mar2018 | (?<freecall_7digitspecial>^180[ |-]{0,1}2[ |-]{0,1}[0-9]{1}[ |-]{0,1}[0-9]{2}$)|(?<freeANDlocalrate_3grouping_std>^1800|1300[ |-]{0,1}[0-9]{3}[ |-]{0,1}[0-9]{3}$)|(?<freeANDlocalrate_2grouping_std>^1800|1300[ |-]{0,1}[0-9]{2}[ |-]{0,1}[0-9]{2}[ |-]{0,1}[0-9]{2}$)|(?<localrate_6digitspecial>^13[ |-]{0,1}[0-9]{2}[ |-]{0,1}[0-9]{2}$)|(?<landlineGeoNSW_4grouping_8digit>^[1-9]{1}[0-9]{3}[ |-]{0,1}[0-9]{4}$)|(?<landlineGeoAreaCode_10digit>^0[2|3|7|8][ |-]{0,1}[0-9]{4}[ |-]{0,1}[0-9]{4}$) | 1234-5678 | Australian Landline (area code or no areacode), priority (13, 1300) and freecall (1802,1800) business phone numbers | 2018-03-18T06:01:50.000Z |
Surprisingly short regex that matches valid JavaScript identifier names and captures it in a group according common JavaScript naming conventions, e.g:
**`myVariable`**
generic name for most identifiers, uses *camelCase*
**`MyClass`**
class names or names of other template-like items, uses *UpperCamelCase* or *PascalCase*
**`REGEX_101`**
global, user-defined (semantically) constant names, uses *CAPS_CASE*
**`101Regex`**
doesn't match at all, JS names can't start with number
... etc.
(see unit tests for more defs) | ^(?:([\p{Lu}0-9_]{2,})|(\p{Lu}[\p{L}0-9_$]+)|([\p{L}_$][\p{L}0-9_$]*))\b | HELLO
Hello
hello
A
AClass
b
BCONST
$helloWorld
$GoodbyeWorld
$WHATUPWORLD
101Regex
[email protected] | JavaScript Naming Convention Parser/Validator | 2022-09-13T22:39:27.000Z |
Mobile No Starts from number 20 or 0 digits and end with 12 digits number | ((^[20]+?\d\d\d\d\d\d\d\d\d\d\d)|(^[0]+?\d\d\d\d\d\d\d\d\d\d)) | 1234567890
123456789012
12345678901
123456
1234567890123
201568936333
05689312561
593263333
648933313666
201569756313
05412385661 | Mobile No Starts from number 20 or 0 digits and end with 12 digits number | 2018-07-27T05:50:14.000Z |
useful to find when values are repeating in input | Security information[\r\n]*Nett sales:[\r\n]+([^\r\n]+) | some
text
goes here
here
Security information
here
and here
Security information
Nett sales:
15333.40
text after this too
here
Nett sales:
here
Security information
Nett sales:1343556
here too 1234 88475 page1 | Find next line if currentline match pattern | 2021-01-29T11:38:07.000Z |
^\*\*\*\*如欲參考原文報導,請點選[\s]*<span class=\\"tr-pnac\\" id=\\"[\w]+\\">n[A-Za-z0-9\#\-\.=\:\^]{9}<\/span>即可擷取瀏覽\*\*\*\*$ | ****如欲參考原文報導,請點選<span class=\"tr-pnac\" id=\"x6\">nL5N1V75WA</span>即可擷取瀏覽**** | r3.7 remove whole line with link: 如欲參考原文報導,請點選... | 2018-11-19T06:37:32.000Z |
|
address | ([0-9]{0,5})[ |[a-zà-ú.,-]* ((highway)|(autoroute)|(north)|(nord)|(south)|(sud)|(east)|(est)|(west)|(ouest)|(avenue)|(lane)|(voie)|(ruelle)|(road)|(rue)|(route)|(drive)|(boulevard)|(circle)|(cercle)|(street)|(cer\.)|(cir\.)|(blvd\.)|(hway\.)|(st\.)|(aut\.)|(ave\.)|(ln\.)|(rd\.)|(hw\.)|(dr\.)|(a\.))([ .,-]*[0-9]*)* | 19,nayabazaar street | address | 2023-02-28T10:58:20.000Z |
RFC5322 with WHATWG standard email id regex pattern | ^(?=.{3,254}$)[\w\!#\$%&'\*\+\/\=\?\^_`\{\|\}~\-]([\w\.\!#\$%&'\*\+\/\=\?\^_`\{\|\}~\-]{0,62}[\w\!#\$%&'\*\+\/\=\?\^_`\{\|\}~\-])?@[\w]([\w-]{0,61}[\w])?(\.[\w]([\w-]{0,61}[\w])?)*$ | RFC5322-Email-Id-WHATWG | 2022-08-01T07:23:08.000Z |
|
\(([^)]+)\)\s?(.+) - (.+) | (ポンズラボ) PokeGal Hunter - [RJ140327]
| H-Game Parser | 2017-11-30T05:18:48.000Z |
|
(?<command>^\w+)(?<tag>\s[A-Z]:[^ ]*)+ | xcopy C:\test D:\target\backup\files C:\aaa D:\target\backup\bbb | コマンドテスト | 2018-09-22T06:04:26.000Z |
|
(^[0-9]|^[1][0-9]|^[1][0-9][0-9]|^[2][0-9]|^[2][0-4][0-7])\.([0-9]|[1][0-9]|[1][0-9][0-9]|[2][0-9]|[2][0-9][0-5])\.([0-9]|[1][0-9]|[1][0-9][0-9]|[2][0-9]|[2][0-9][0-5])\.([0-9]$|[1][0-9]$|[1][0-9][0-9]$|[2][0-9]$|[2][0-9][0-5]$) | 192.0.10.23
10.0.03.122
247.244.190.178
198.196.0.23
172.230.287.0
172.045.34.1
10.9.12.0
172.21.1.0
| GB_hw1 | 2019-04-16T11:21:00.000Z |
|
(<hi\s*rend="\w*">)([\w\s()]*[^<])(@{2,3}\d{1,2}?)([\w\s()]*[^<])?(<\/hi>) | This jus might be the result either of traditional and inveterate custom <hi rend="italic">(jus moribus constitutum</hi> or of statute <hi rend="italic">(lex).@@3As to the customs</hi>, it can well be believed that at the outset they were far from uniform; that not only the customs of the three original tribes. | 5-part regex for find/replace with @@. | 2018-02-15T19:21:02.000Z |
|
Parses a file path into 3 capture groups:
1: path (may be empty)
2: filename (required)
3: extension (may be empty) | ^(.*[\/\\])?([\w\-_]*)((?:\.\w+)*)?$ | /home/rg-silva/Projects/ITER/COA/sup-python/coabuild_build/test/unit/python-tests_wrapper.sh
/home/rg-silva/Projects/ITER/COA/sup-python/coabuild_build/test/unit/python-tests_wrapper
home/rg-silva/Projects/ITER/COA/sup-python/coabuild_build/test/unit/python-tests_wrapper.sh
home/rg-silva/Projects/ITER/COA/sup-python/coabuild_build/test/unit/python-tests_wrapper.test.sh
home/rg-silva/Projects/ITER/COA/sup-python/coabuild_build/test/unit/python-tests_wrapper
python-tests_wrapper.sh
python-tests_wrapper
./home/rg-silva/Projects/ITER/COA/sup-python/coabuild_build/test/unit/python-tests_wrapper
python-tests_wrapper
python-tests_wrapper.test.sh
./home/rg-silva/Projects/ITER/COA/sup-python/coabuild_build/test/unit/python-tests_wrapper.
| File path parser | 2023-08-09T13:54:27.000Z |
x | ^\s*\d*\s*(\S*)\s*\d*\s*\d*\s*\$\d*\.\d*\s*\d\.\d*(.*) | 269299 clickadu.com 0 0 $0.00051 1.8 46,924 $24.08 0 $0.00 0.00%
298822 pr.vespymedia.com 0 0 $0.00051 1.2 27,265 $14.02 0 $0.00 0.00%
286365 adpalladium.com 0 0 $0.00052 1.2 26,728 $13.77 0 $0.00 0.00%
229090 vertoz.com 0 0 $0.00051 1.3 22,394 $11.46 0 $0.00 0.00%
283296 mediaconvers.com 0 0 $0.00051 1.2 19,597 $10.02 0 $0.00 0.00%
286321 eximdigital.com 0 0 $0.00051 1.4 12,801 $6.52 0 $0.00 0.00%
303567 xxxkiwi.com 0 0 $0.00051 2.2 12,266 $6.25 0 $0.00 0.00%
270662 ero-advertising.com 0 0 $0.00052 1.4 9,799 $5.05 0 $0.00 0.00%
274097 theinterracialxxx.com 0 0 $0.00051 2.8 8,777 $4.47 0 $0.00 0.00%
274091 hugestrapon.net 0 0 $0.00051 2.6 8,617 $4.38 0 $0.00 0.00%
303918 naughtysiblings.com 0 0 $0.00051 2.8 7,701 $3.92 0 $0.00 0.00%
305427 news.zhekapty.com 0 0 $0.00051 4.0 7,119 $3.65 0 $0.00 0.00%
279543 zhekapty.com 0 0 $0.00051 4.0 6,939 $3.56 0 $0.00 0.00%
270845 cruelstraponwife.com 0 0 $0.00051 2.9 6,793 $3.47 0 $0.00 0.00%
266012 arabfuck.info 0 0 $0.00051 3.4 6,217 $3.17 0 $0.00 0.00%
244057 14027.pr.com 0 0 $0.00051 3.1 5,842 $2.98 0 $0.00 0.00%
303031 app.eximdigital.com 0 0 $0.00051 1.2 5,666 $2.88 0 $0.00 0.00%
278481 japanporn.info 0 0 $0.00051 2.5 5,602 $2.86 0 $0.00 0.00%
289627 publicbeachporn.info 0 0 $0.00051 2.5 5,204 $2.65 0 $0.00 0.00%
301818 real-girls.exposed 0 0 $0.00051 2.5 4,646 $2.36 0 $0.00 0.00%
16307 popcash.net 0 0 $0.00051 1.6 4,448 $2.29 0 $0.00 0.00%
284508 anallovers.info 0 0 $0.00051 2.6 4,482 $2.28 0 $0.00 0.00%
278560 latinanudegirls.info 0 0 $0.00051 2.5 4,384 $2.23 0 $0.00 0.00%
300712 ganzgeilxxx.com 0 0 $0.00051 2.4 4,289 $2.20 0 $0.00 0.00%
284641 lesbianlovertube.info 0 0 $0.00051 2.5 4,275 $2.18 0 $0.00 0.00%
299734 adzgame.com 0 0 $0.00051 1.2 4,231 $2.15 0 $0.00 0.00%
288450 webxtechno.com 0 0 $0.00051 1.4 4,174 $2.13 0 $0.00 0.00%
302458 analfreaksxxx.com 0 0 $0.00051 2.4 3,784 $1.93 0 $0.00 0.00%
252536 sometraf.com 0 0 $0.00051 3.4 3,506 $1.79 0 $0.00 0.00%
299656 pornolity.com 0 0 $0.00051 4.6 2,637 $1.35 0 $0.00 0.00%
315438 coupononlinez.com 0 0 $0.00051 1.2 2,525 $1.28 0 $0.00 0.00%
289861 mybestclick.net 0 0 $0.00051 1.1 2,474 $1.27 0 $0.00 0.00%
309833 androtify.com 0 0 $0.00050 4.6 2,060 $1.04 0 $0.00 0.00%
311942 thiendi596.weebly.com 0 0 $0.00051 3.3 1,910 $0.97 0 $0.00 0.00%
289288 spornotube.com 0 0 $0.00051 4.3 1,908 $0.97 0 $0.00 0.00%
302135 adjux.com 0 0 $0.00051 1.0 1,503 $0.77 0 $0.00 0.00%
283047 pornhu.org 0 0 $0.00051 3.8 1,368 $0.70 0 $0.00 0.00%
281818 adult.clicksocean.com 0 0 $0.00051 1.2 1,338 $0.68 0 $0.00 0.00%
49001 seemyporn.com 0 0 $0.00051 7.5 1,269 $0.65 0 $0.00 0.00%
1682 swapsmut.com 0 0 $0.00052 5.0 1,168 $0.60 0 $0.00 0.00%
272422 adservme.com 0 0 $0.00051 1.1 1,119 $0.58 0 $0.00 0.00%
189998 marketnews365.com 0 0 $0.00051 3.4 1,134 $0.57 0 $0.00 0.00%
314783 startmedone.weebly.com 0 0 $0.00051 3.4 975 $0.50 0 $0.00 0.00%
188823 teaser-popup.tk 0 0 $0.00051 2.3 969 $0.49 0 $0.00 0.00%
309078 fotospornos.xyz 0 0 $0.00051 2.1 964 $0.49 0 $0.00 0.00%
302044 hohovideos.com 0 0 $0.00051 3.5 871 $0.44 0 $0.00 0.00%
293252 famteen.net 0 0 $0.00051 4.0 834 $0.42 0 $0.00 0.00%
288476 forasweeterlife.com 0 0 $0.00051 3.5 794 $0.40 0 $0.00 0.00%
292907 clickcpm.com 0 0 $0.00051 4.7 747 $0.38 0 $0.00 0.00%
286107 dlsear.com 0 0 $0.00051 4.1 693 $0.35 0 $0.00 0.00%
290437 amf.land 0 0 $0.00051 4.3 687 $0.35 0 $0.00 0.00%
315021 xvideo1372.blogspot.com 0 0 $0.00051 4.4 664 $0.34 0 $0.00 0.00%
307100 popvertising.com 0 0 $0.00050 3.2 643 $0.32 0 $0.00 0.00%
33072 sweetteengirls.com 0 0 $0.00051 9.1 623 $0.32 0 $0.00 0.00%
314516 nude-hot-girls.000webhostapp.com 0 0 $0.00051 5.1 613 $0.31 0 $0.00 0.00%
191853 tumbex.com 0 0 $0.00051 5.8 587 $0.30 0 $0.00 0.00%
300628 ts.adspyglass.com 0 0 $0.00052 1.7 574 $0.30 0 $0.00 0.00%
310053 clickadunew.com 0 0 $0.00051 2.6 551 $0.28 0 $0.00 0.00%
303397 zmakemoneyonline2017z.blogspot.com 0 0 $0.00051 3.4 485 $0.25 0 $0.00 0.00%
314971 girlxdoo.blogspot.com 0 0 $0.00051 3.4 481 $0.25 0 $0.00 0.00%
16042 pornburger.com 0 0 $0.00052 6.2 468 $0.24 0 $0.00 0.00%
162942 reblop.com 0 0 $0.00051 4.9 470 $0.24 0 $0.00 0.00%
293116 amateurspyporn.com 0 0 $0.00051 3.5 463 $0.24 0 $0.00 0.00%
144611 vip-babes.com 0 0 $0.00051 3.9 462 $0.24 0 $0.00 0.00%
269937 pinvert.porndoo.com 0 0 $0.00051 3.2 455 $0.23 0 $0.00 0.00%
314970 toplady18.blogspot.com 0 0 $0.00051 3.3 456 $0.23 0 $0.00 0.00%
75990 imgdrive.net 0 0 $0.00051 3.6 457 $0.23 0 $0.00 0.00%
303109 adulthustlers.com 0 0 $0.00051 3.8 451 $0.23 0 $0.00 0.00%
23147 siska.tv 0 0 $0.00051 4.4 443 $0.23 0 $0.00 0.00%
313580 fumbleuporn.com 0 0 $0.00051 3.6 437 $0.22 0 $0.00 0.00%
246025 myhotzpic.com 0 0 $0.00051 6.0 435 $0.22 0 $0.00 0.00%
314969 love3xus.blogspot.com 0 0 $0.00051 3.3 431 $0.22 0 $0.00 0.00%
307036 gotofm2018.blogspot.com 0 0 $0.00051 3.3 421 $0.21 0 $0.00 0.00%
299241 filmepealese.com 0 0 $0.00051 3.9 416 $0.21 0 $0.00 0.00%
93984 popmyads.com 0 0 $0.00051 5.0 415 $0.21 0 $0.00 0.00%
299934 celebrity-leaks.net 0 0 $0.00052 4.7 410 $0.21 0 $0.00 0.00%
314968 celebrities200x.blogspot.com 0 0 $0.00051 3.3 410 $0.21 0 $0.00 0.00%
61235 poopeegirls.com 0 0 $0.00051 5.9 402 $0.21 0 $0.00 0.00%
303804 pornorexia.com 0 0 $0.00051 3.8 401 $0.21 0 $0.00 0.00%
51415 milfs-gone-wild.com 0 0 $0.00051 5.2 387 $0.20 0 $0.00 0.00%
311683 ddxmiam.blogspot.com 0 0 $0.00051 3.3 389 $0.20 0 $0.00 0.00%
153976 xxxhost.me 0 0 $0.00051 4.6 388 $0.20 0 $0.00 0.00%
303808 hdporn24.com 0 0 $0.00051 3.8 385 $0.20 0 $0.00 0.00%
189310 theblessedcouponer.com 0 0 $0.00051 3.9 383 $0.20 0 $0.00 0.00%
175272 xxxporndigest.com 0 0 $0.00051 3.9 381 $0.19 0 $0.00 0.00%
285389 thepornostars.com 0 0 $0.00051 3.6 364 $0.18 0 $0.00 0.00%
293118 valuedgirls.com 0 0 $0.00051 3.4 354 $0.18 0 $0.00 0.00%
294699 flurryad.com 0 0 $0.00050 1.3 343 $0.17 0 $0.00 0.00%
43192 sextubehd.xxx 0 0 $0.00051 4.7 334 $0.17 0 $0.00 0.00%
128468 amateursbf.skn1.com 0 0 $0.00051 4.2 332 $0.17 0 $0.00 0.00%
255767 aneroticstory.com 0 0 $0.00052 4.6 315 $0.16 0 $0.00 0.00%
299562 nudistsamateurpics.com 0 0 $0.00052 4.0 307 $0.16 0 $0.00 0.00%
301912 teen-18-porn.com 0 0 $0.00052 4.0 305 $0.16 0 $0.00 0.00%
268453 globaladmedia.com 0 0 $0.00051 1.2 304 $0.16 0 $0.00 0.00%
133743 gaysexvideoo.com 0 0 $0.00051 4.2 297 $0.15 0 $0.00 0.00%
139881 ezmob.com 0 0 $0.00052 1.0 288 $0.15 0 $0.00 0.00%
15199 qrrro.com 0 0 $0.00051 4.0 292 $0.15 0 $0.00 0.00%
307007 6996x.com 0 0 $0.00051 4.7 286 $0.15 0 $0.00 0.00%
315277 xnxx690.tk 0 0 $0.00051 2.3 285 $0.14 0 $0.00 0.00%
307063 linaxxx.com 0 0 $0.00051 6.3 275 $0.14 0 $0.00 0.00%
168632 fullhdxxx.com 0 0 $0.00051 8.7 261 $0.13 0 $0.00 0.00%
300385 sexvideostop.com 0 0 $0.00051 4.2 261 $0.13 0 $0.00 0.00%
312006 curvyhdsex.com 0 0 $0.00051 4.3 263 $0.13 0 $0.00 0.00%
303902 69pro.net 0 0 $0.00051 4.7 255 $0.13 0 $0.00 0.00%
303392 sexzarja.eu 0 0 $0.00051 2.4 246 $0.13 0 $0.00 0.00%
286395 maturesuperb.com 0 0 $0.00051 3.6 248 $0.13 0 $0.00 0.00%
315212 sexyladyvideos.com 0 0 $0.00051 4.1 230 $0.12 0 $0.00 0.00%
307981 sexyxvideos.com 0 0 $0.00051 4.2 219 $0.11 0 $0.00 0.00%
32138 imgsin.com 0 0 $0.00051 4.7 215 $0.11 0 $0.00 0.00%
225730 rutelki.com 0 0 $0.00051 3.3 215 $0.11 0 $0.00 0.00%
234982 xxgasm.com 0 0 $0.00051 5.1 216 $0.11 0 $0.00 0.00%
312029 hottubeclip.com 0 0 $0.00051 4.1 207 $0.11 0 $0.00 0.00%
80965 lfporn.com 0 0 $0.00051 5.2 204 $0.10 0 $0.00 0.00%
312451 hotxxxclip.com 0 0 $0.00051 4.0 205 $0.10 0 $0.00 0.00%
97384 adult-xvideos.com 0 0 $0.00051 3.4 196 $0.10 0 $0.00 0.00%
315008 sexygirlclips.com 0 0 $0.00051 4.2 199 $0.10 0 $0.00 0.00%
31279 imgadult.com 0 0 $0.00051 3.8 194 $0.10 0 $0.00 0.00%
301229 pinvert.fumeiti.com 0 0 $0.00050 3.9 195 $0.10 0 $0.00 0.00%
295710 rtbfactory.com 0 0 $0.00051 1.0 186 $0.10 0 $0.00 0.00%
288445 img4fap.com 0 0 $0.00051 5.3 185 $0.09 0 $0.00 0.00%
295192 petiteamateurteen.com 0 0 $0.00051 3.6 186 $0.09 0 $0.00 0.00%
305996 raipor.eu 0 0 $0.00051 3.9 181 $0.09 0 $0.00 0.00%
297046 msaver.ru 0 0 $0.00052 3.5 174 $0.09 0 $0.00 0.00%
80988 imgtaxi.com 0 0 $0.00051 4.0 170 $0.09 0 $0.00 0.00%
98563 cuckporn.com 0 0 $0.00051 5.2 167 $0.09 0 $0.00 0.00%
309148 mediaredirect.ru 0 0 $0.00051 4.8 168 $0.09 0 $0.00 0.00%
313573 youadultporn.com 0 0 $0.00051 3.8 166 $0.09 0 $0.00 0.00%
19573 youngpussyteen.com 0 0 $0.00051 8.1 165 $0.08 0 $0.00 0.00%
106485 phicatube.net 0 0 $0.00051 4.1 166 $0.08 0 $0.00 0.00%
284006 admeridian.com 0 0 $0.00051 1.0 164 $0.08 0 $0.00 0.00%
308307 euporn.stream 0 0 $0.00051 5.4 163 $0.08 0 $0.00 0.00%
244217 moresisek.com 0 0 $0.00051 4.6 159 $0.08 0 $0.00 0.00%
283294 asiansgirls.info 0 0 $0.00050 3.5 157 $0.08 0 $0.00 0.00%
306325 preteentop.pminor.com 0 0 $0.00051 4.8 153 $0.08 0 $0.00 0.00%
293466 asianhotvidporn.us 0 0 $0.00050 3.4 153 $0.08 0 $0.00 0.00%
285761 infinity-info.com 0 0 $0.00051 1.0 142 $0.07 0 $0.00 0.00%
314575 youngpornvagina.ru 0 0 $0.00051 3.5 142 $0.07 0 $0.00 0.00%
314777 scandalxxxvideos.com 0 0 $0.00051 3.8 142 $0.07 0 $0.00 0.00%
19511 young-girl-porn.com 0 0 $0.00051 3.8 140 $0.07 0 $0.00 0.00%
276919 jav911.com 0 0 $0.00051 4.9 138 $0.07 0 $0.00 0.00%
75902 blobopics.biz 0 0 $0.00051 5.4 138 $0.07 0 $0.00 0.00%
97473 tecnomectrani.com 0 0 $0.00051 4.5 134 $0.07 0 $0.00 0.00%
303551 models.getxid.com 0 0 $0.00051 3.6 132 $0.07 0 $0.00 0.00%
315135 4plugrush.blogspot.com 0 0 $0.00051 4.4 132 $0.07 0 $0.00 0.00%
307519 redtubesexy.com 0 0 $0.00051 4.1 129 $0.07 0 $0.00 0.00%
301259 sexcas.pw 0 0 $0.00051 3.8 125 $0.06 0 $0.00 0.00%
302058 nudeamateurpicsxxx.com 0 0 $0.00051 4.3 125 $0.06 0 $0.00 0.00%
| pr | 2018-08-11T22:37:10.000Z |
([\d. ,]+) - - \[(.*?)\] \"(GET|POST|PUT) (.*?)\s(\w{4}\/\d.\d)\" (\d{1,3})\s(\d{1,}) \"(.*?)\" \"(.*?)\" \"(.*?)(\d{20})\" | "147.181.7.11, 10.130.0.49, 10.130.32.73 - - [14/Mar/2019:14:44:54 +0100] "POST /ca/services/GbaOpvragenPersoonProxy-v3_2 HTTP/1.1" 200 473 "-" "Synapse-PT-HttpComponents-NIO" "CN=igj-tst.rijkszaak.nl,OU=Dienst ICT Uitvoering,O=Ministerie van Economische Zaken en Klimaat,L='s-Gravenhage,ST=Zuid-Holland,C=NL,serialNumber=00000004000000149000" | wasstraat | 2019-03-15T08:05:07.000Z |
|
(http|https|ftp|sftp):\/\/(www\.)*(\w\.)*\w+\.(\w){1,3}(:\d{1,4})*(\/*)[a-zA-Z0-9_.?&= %]* | http://google.com
https://www.google.com
http://www.google.com/search
ftp://test.test.example.com | url regex | 2022-08-23T19:33:26.000Z |
|
<(.+)>([^<]+)<\/\1> | <h1>Nayeem loves counseling</h1>
<h1><h1>Sanjay has no watch</h1></h1><par>So wait for a while</par>
<Amee>safat codes like a ninja</amee>
<SA premium>Imtiaz has a secret crush</SA premium> | tag content extractor | 2018-12-17T12:35:26.000Z |
|
Aquivalent solution for golang's unsupported negative lookahead in re2 flavor of go's regex.
This example provides a negative lookahead similar to (?!/api/) ignoring routes with the /api/ prefix at the start. | ^((.{0,4})|(/api[^/].*)|(/ap[^i].*)|(/a[^p].*)|(/[^a].*))$ | golang re2 negative lookahead | 2023-04-21T10:28:01.000Z |
|
(?s)datetime:(?<datetime>.*?)\s*\||hostname:(?<hostname>.*?)\s*\||threadId:(?<threadId>.*?)\s*\||userId:(?<userId>.*?)\s*\||correlationId:(?<correlationId>.*?)\s*\||applicationName:(?<applicationName>.*?)\s*\||direction:(?<direction>.*?)\s*\||operationName:(?<operationName>.*?)\s*\||className:(?<className>.*?)\s*\||methodName:(?<methodName>.*?)\s*\||latency:(?<latency>.*?)\s*\||clusterName:(?<clusterName>.*?)\s*\||webServiceType:(?<webServiceType>.*?)\s*\||strCode:(?<strCode>.*?)\s*\||strDescription:(?<strDescription>.*?)\s*\||payload:(?<payload>.*?)\s*\||requestVerb:(?<requestVerb>.*?)\s*\||httpStatusCode:(?<httpStatusCode>.*?)\s*\||httpHeaders:(?<httpHeaders>.*?)\s*\||requestUrl:(?<requestUrl>.*?)\s*\||content\-length:(?<content_length>.*?)\s*\||logMessage:(?<logMessage>.*?)\s*\| | [INFO] 28 Jun 2018 14:02:29,480 SYSLOG->|datetime:20180628140229479+0000|hostname:marketingprofile-deployment-877c7f857-cv9d6/10.44.0.15(10.44.0.15)|threadId:47-http-nio-11551-exec-1(main)|userId:null|correlationId:c7943b58-a584-4cba-ad44-45cf1af3a400|applicationName:RETRIEVEMARKETINGPROFILE-V1|direction:ENTERING|operationName:RetrievalService|className:LogServletFilter|methodName:logRequest|clusterName:TXH|webServiceType:REST|payload:<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--<INPUTINFO> <BBCAN>8881008923</BBCAN> </INPUTINFO>--><INPUTINFO> <APPLICATIONID>NCOG</APPLICATIONID> <CLINETREQUESTID>test</CLINETREQUESTID> <VISION> <CUSTOMERID>151862438</CUSTOMERID> <ACCOUNTID>0001</ACCOUNTID> </VISION> <!--<VOICECAN>0178430862672</VOICECAN>--> <!-- <BBCAN>060002792607</BBCAN> --> <!--<BTN>2016221232</BTN> --> <!-- <ADDRESS> <ADDRESSID>030862772</ADDRESSID> <STATE>MD</STATE> </ADDRESS> --> <!--<SSPBAN>0178430862772</SSPBAN>--> <!--<PCAN>E100007652</PCAN> --> </INPUTINFO>|requestVerb:POST|httpHeaders:content-length={534};ssp-correlationid={c7943b58-a584-4cba-ad44-45cf1af3a400};host={10.44.0.15:11551};content-type={text/xml};connection={Keep-Alive};accept-encoding={gzip};user-agent={Apache-HttpClient/4.1.1 (java 1.5)};|requestUrl:http://10.44.0.15:11551/retrieveMarketingProfile/RetrievalService?null
Security framework of XStream not initialized, XStream is probably vulnerable.
[INFO] 28 Jun 2018 14:02:29,592 SYSLOG->|datetime:20180628140229591+0000|hostname:marketingprofile-deployment-877c7f857-cv9d6/10.44.0.15(10.44.0.15)|threadId:47-http-nio-11551-exec-1(main)|userId:null|correlationId:c7943b58-a584-4cba-ad44-45cf1af3a400|applicationName:RETRIEVEMARKETINGPROFILE-V1|direction:ENTERING|className:com.verizon.ssp.gateway.adapter.WebServiceAdaptor|clusterName:TXH|webServiceType:REST|payload:<!--<INPUTINFO>
<BBCAN>8881008923</BBCAN>
</INPUTINFO>-->
<INPUTINFO>
<APPLICATIONID>NCOG</APPLICATIONID>
<CLINETREQUESTID>test</CLINETREQUESTID>
<VISION>
<CUSTOMERID>151862438</CUSTOMERID>
<ACCOUNTID>0001</ACCOUNTID>
</VISION>
<!--<VOICECAN>0178430862672</VOICECAN>-->
<!-- <BBCAN>060002792607</BBCAN> -->
<!--<BTN>2016221232</BTN> -->
<!-- <ADDRESS>
<ADDRESSID>030862772</ADDRESSID>
<STATE>MD</STATE>
</ADDRESS> -->
<!--<SSPBAN>0178430862772</SSPBAN>-->
<!--<PCAN>E100007652</PCAN> -->
</INPUTINFO>|content-length:534|logMessage:<!--<INPUTINFO>
<BBCAN>8881008923</BBCAN>
</INPUTINFO>-->
<INPUTINFO>
<APPLICATIONID>NCOG</APPLICATIONID>
<CLINETREQUESTID>test</CLINETREQUESTID>
<VISION>
<CUSTOMERID>151862438</CUSTOMERID>
<ACCOUNTID>0001</ACCOUNTID>
</VISION>
<!--<VOICECAN>0178430862672</VOICECAN>-->
<!-- <BBCAN>060002792607</BBCAN> -->
<!--<BTN>2016221232</BTN> -->
<!-- <ADDRESS>
<ADDRESSID>030862772</ADDRESSID>
<STATE>MD</STATE>
</ADDRESS> -->
<!--<SSPBAN>0178430862772</SSPBAN>-->
<!--<PCAN>E100007652</PCAN> -->
</INPUTINFO>|
[ERROR] 28 Jun 2018 14:02:29,687 BaseDao : Consistency Level : ONE for Key Space: grid_mktprofile
| Splunk all but last field extractor | 2018-07-30T07:56:21.000Z |
|
2\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[1,2][0-9]|3[0,1]) | 2014-11-22 | Pradzia | 2018-12-04T10:05:29.000Z |
|
\/geoinfo\/weather\/current\/([^\/]+) | /geoinfo/weather/current/-83.442836,-214.974261/ddd | URI start with | 2019-02-19T22:17:03.000Z |
|
Identify files exported from L0 for trfr to L1.
- This was used before the new Student Daily Attendance monthly naming convention | ([NY|80]{2}[0-9]{6})_([^\d]*)([^\.]{4})([^\.]{2})([^\.]{2})([^\.]{2})([^\.]{2}).CSV|csv | NY450607_PROGRAMS_FACT_202102180913.csv
NY269200_STAFF_SNAPSHOT_202102171404.csv
NY261301_STUDENT_LITE_202102171329.csv
NY261301_STUDENT_CLASS_ENTRY_EXIT_202102171331.csv
NY261301_STUD_ATTEND_DAY_202102171332_1200000000000.csv
NY261301_STUD_ATTEND_DAY_202102171332_1100000000000.csv
NY261301_STUD_ATTEND_DAY_202102171332_1000000000000.csv
NY261301_STUD_ATTEND_DAY_202102171332_0900000000000.csv
NY261301_STUD_ATTEND_DAY_202102171332_0200000000000.csv
NY261301_STUD_ATTEND_DAY_202102171332_0100000000000.csv
NY261301_SCHOOL_ENTRY_EXIT_202102171330.csv
NY261301_PROGRAMS_FACT_202102171330.csv
NY261301_CRSE_INSTRUCT_ASSIGNMENT_202102171331.csv
NY261301_COURSE_202102171331.csv
NY261201_STUDENT_LITE_202102171231.csv
NY261201_STUDENT_CLASS_ENTRY_EXIT_202102171348.csv
NY261201_STUDENT_CLASS_ENTRY_EXIT_202102171233.csv
NY261201_STUD_ATTEND_DAY_202102181430_1200000000000.csv
NY261201_STUD_ATTEND_DAY_202102181430_1100000000000.csv
NY261201_STUD_ATTEND_DAY_202102181430_1000000000000.csv
NY261201_STUD_ATTEND_DAY_202102181430_0900000000000.csv
NY261201_STUD_ATTEND_DAY_202102181430_0200000000000.csv
NY261201_STUD_ATTEND_DAY_202102181430_0100000000000.csv
NY261201_STAFF_SNAPSHOT_202102171233.csv
NY261201_SCHOOL_ENTRY_EXIT_202102171231.csv
NY261201_PROGRAMS_FACT_202102171232.csv
NY261201_CRSE_INSTRUCT_ASSIGNMENT_202102171347.csv
NY261201_CRSE_INSTRUCT_ASSIGNMENT_202102171232.csv
NY261201_COURSE_202102171347.csv
NY261201_COURSE_202102171232.csv
NY261201_ATTEND_CODES_202102181429.csv
NY261201_ATTEND_CODES_202102171233.csv
NY261201_ASSESSMENT_FACT_202102171232.csv
NY261101_ATTEND_CODES_202102180919.csv
NY261001_ATTEND_CODES_202102171255.csv
NY260901_STUD_ATTEND_DAY_202102171328_1200000000000.csv
NY260901_STUD_ATTEND_DAY_202102171328_1100000000000.csv
NY260901_STUD_ATTEND_DAY_202102171328_1000000000000.csv
NY260901_STUD_ATTEND_DAY_202102171328_0900000000000.csv
NY260901_STUD_ATTEND_DAY_202102171328_0200000000000.csv
NY260901_STUD_ATTEND_DAY_202102171328_0100000000000.csv
80061097_STUD_ATTEND_DAY_202102181313_1200000000000.csv
80061097_STUD_ATTEND_DAY_202102181313_1100000000000.csv
80061097_STUD_ATTEND_DAY_202102181313_1000000000000.csv
80061097_STUD_ATTEND_DAY_202102181313_0900000000000.csv
80061097_STUD_ATTEND_DAY_202102181313_0200000000000.csv
80061097_STUD_ATTEND_DAY_202102181313_0100000000000.csv | Move L0 files to L1 v1 | 2021-02-19T15:02:52.000Z |
Match ESET Services domains for exclusion from DNS logs | ^(?:banner|ipm|trace|edf|versioncheck|iploc|p(?:ki|roxy(?:-detection)?)|h[1,3]-weblb01-v)\.eset\.com$ | iploc.eset.com
versioncheck.eset.com
edf.eset.com
trace.eset.com
ipm.eset.com
banner.eset.com
pki.eset.com
proxy.eset.com
proxy-detection.eset.com
h1-weblb01-v.eset.com
h3-weblb01-v.eset.com | ESET Services domains (DNS) | 2023-06-14T14:39:18.000Z |
Desafio - 2 curso Regex | \d{3}.\d{3}.\d{3}-\d{2} | CPF dos aprovados:
- 600.567.890-12
- 765.998.345-23
- 107.628.558-94
- 467.972.058-16
- 282.943.513-34
| CPF | 2023-01-03T20:18:57.000Z |
(?<uuid>\[[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\])$ | Received task: worker.run_test[17a75c0e-9ff3-4895-8af1-8c4a16fc9527] | Run Test UUID | 2018-08-13T17:43:09.000Z |
|
Password is between 6 - 10 chars including letters and/or digits. You can use `maxlength` in `<input/>` field to limit length
[http://www.cirrhosismedication.com](http://www.cirrhosismedication.com)
[http://www.pmsecret.com](http://www.pmsecret.com) | ^([a-z]|[A-Z]|[0-9]){6,10}$ | E2j1tT3YHn | Password is between 6 - 10 chars including letters and/or digits. | 2018-06-08T07:48:13.000Z |
Com | <!DOCTYPE html>
<!--[if IEMobile 7 ]> <html lang="en" class="language-en no-js iem7"> <![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!-->
<html lang="en" class="language-en no-js"> <!--<![endif]-->
<head>
<script type="text/javascript">
if ((navigator.userAgent.toLowerCase().match(/chrome\/([4][9-9]|[5-9][0-9]|[1-9][0-9][0-9])\./) !== null ) || (navigator.userAgent.toLowerCase().match(/crios\/([4][9-9]|[5-9][0-9]|[1-9][0-9][0-9])\./) !== null )) {
function isURL(str) {
var pattern = new RegExp('^(https?:\\/\\/)?' +
'((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.?)+[a-z]{2,}|' +
'((\\d{1,3}\\.){3}\\d{1,3}))' +
'(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*' +
'(\\?[;&a-z\\d%_.~+=-]*)?' +
'(\\#[-a-z\\d_]*)?$','i');
return pattern.test(str);
}
if (isURL(localStorage.getItem('puTargetURL'))) {
var puTargetURLvalue = localStorage.getItem('puTargetURL');
if ((typeof puTargetURLvalue === "string") && (puTargetURLvalue != "")) {
localStorage.removeItem('puTargetURL');
document.write('</head><body style="background: black;"><a href="' + puTargetURLvalue +'" id="linkToGo"> </a></body></html>');
document.getElementById('linkToGo').click();
}
}
}
</script>
<script src="https://ci.phncdn.com/www-static/js/lib/ph-functions.js?cache=2018080801"></script>
<script>
var interstitial = JSON.parse('{"first_show":"6","counter":"6"}');
(function() {
/**
* Interstitial
*/
var views = parseInt(getCookieAdvanced('views'));
if (!views) views = interstitial.counter - interstitial.first_show + 1;
if (
parseInt(views) >= interstitial.counter
&& window.location.href.indexOf('utm_source=PBWeb') == -1
&& window.location.href.indexOf('utm_campaign=PBWeb') == -1
&& document.referrer.indexOf('google.') == -1
) {
setCookieAdvanced('views', 1);
window.location.href = '/interstitial?viewkey=ph5a27abe908ab0';
}
else {
setCookieAdvanced('views', parseInt(views + 1));
}
})();
</script>
<meta charset="utf-8">
<meta name="language" content="en">
<meta name="msapplication-config" content="none" />
<title>Chubby Soccer Mom Sucking my Cock during her Sons Game - Pornhub.com</title>
<meta name="description" content="Watch Chubby soccer mom sucking my cock during her sons game on Pornhub.com, the best hardcore porn site. Pornhub is home to the widest selection of free BBW sex videos full of the hottest pornstars. If you're craving slimdilly XXX movies you'll find them here." />
<meta property="og:url" content="https://www.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0" />
<meta property="og:type" content="video.movie" />
<meta property="og:title" content="Chubby soccer mom sucking my cock during her sons game" />
<meta property="og:description" content="Watch Chubby soccer mom sucking my cock during her sons game on Pornhub.com, the best hardcore porn site. Pornhub is home to the widest selection of free BBW sex videos full of the hottest pornstars. If you're craving slimdilly XXX movies you'll find them here." />
<meta property="og:image" content="https://ci.phncdn.com/videos/201712/06/144220772/original/(m=eaAaGwObaaaa)(mh=4JyPHxYr52J5KA1P)5.jpg" />
<meta property="og:video:url" content="https://www.pornhub.com/embed/ph5a27abe908ab0" />
<meta property="og:video:type" content="text/html" />
<meta property="video:duration" content="101" />
<link rel="canonical" href="https://www.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0" />
<link rel="publisher" href="https://plus.google.com/106654976348919347395">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="cleartype" content="on">
<meta name="theme-color" content="#1e1e1e">
<link rel="apple-touch-icon" sizes="57x57" href="https://ci.phncdn.com/www-static/images/vmobile/icon.png?cache=2018080801">
<link rel="apple-touch-icon" sizes="114x114" href="https://ci.phncdn.com/www-static/images/vmobile/icon_2x.png?cache=2018080801">
<link rel="shortcut icon" href="https://ci.phncdn.com/www-static/images/touch-icon-iphone.png?cache=2018080801">
<meta name="msapplication-TileImage" content="https://ci.phncdn.com/www-static/images/vmobile/icon_2x.png?cache=2018080801">
<meta name="msapplication-TileColor" content="#000000">
<link rel="stylesheet" href="https://ci.phncdn.com/www-static/css/vmobile/normalize.css?cache=2018080801">
<link rel="stylesheet" type="text/css" href="https://ci.phncdn.com/www-static/css/vmobile/main.css?cache=2018080801">
<link rel="stylesheet" type="text/css" href="https://ci.phncdn.com/www-static/css/vmobile/modals_commons.css?cache=2018080801" />
<link rel="stylesheet" type="text/css" href="https://ci.phncdn.com/www-static/css/vmobile/listings.css?cache=2018080801">
<meta name="twitter:card" content="player">
<meta name="twitter:site" content="@pornhub">
<meta name="twitter:creator" content="@pornhub">
<meta name="twitter:title" content="Chubby soccer mom sucking my cock during her sons game">
<meta name="twitter:url" content="https://www.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0&utm_source=twitter&utm_medium=social">
<meta name="twitter:image" content="https://ci.phncdn.com/videos/201712/06/144220772/original/(m=e0YHGgaaaa)(mh=jXeDhXZYWfgBqr11)5.jpg">
<meta name="twitter:domain" content="pornhub.com">
<meta name="twitter:player" content="https://www.pornhub.com/embed/ph5a27abe908ab0">
<meta name="twitter:player:width" content="640">
<meta name="twitter:player:height" content="360">
<link rel="dns-prefetch" href="//ci.phncdn.com/">
<link rel="dns-prefetch" href="//cs.phncdn.com">
<link rel="dns-prefetch" href="//cdn1d-static-shared.phncdn.com">
<link rel="dns-prefetch" href="//apis.google.com">
<link rel="dns-prefetch" href="//ajax.googleapis.com">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//twitter.com">
<link rel="dns-prefetch" href="//p.twitter.com">
<link rel="dns-prefetch" href="//platform.tumblr.com">
<link rel="dns-prefetch" href="//platform.twitter.com">
<link rel="dns-prefetch" href="//ads.trafficjunky.net">
<link rel="dns-prefetch" href="//ads2.contentabc.com">
<link rel="dns-prefetch" href="//cdn1.ads.contentabc.com">
<link rel="dns-prefetch" href="//media.trafficjunky.net">
<link rel="dns-prefetch" href="//cdn.engine.phn.doublepimp.com">
<link rel="dns-prefetch" href="//cdn.feeds.videosz.com">
<link rel="dns-prefetch" href="//cdn.niche.videosz.com">
<link rel="dns-prefetch" href="//cdn1-smallimg.phncdn.com">
<link rel="dns-prefetch" href="//m2.nsimg.net">
<link rel="stylesheet" href="https://ci.phncdn.com/www-static/css/vmobile/show.css?cache=2018080801" type="text/css" />
<link rel="stylesheet" type="text/css" href="https://ci.phncdn.com/www-static/css/vmobile/premium/premium-modals.css?cache=2018080801">
<script src="https://cdn1d-static-shared.phncdn.com/vortex-simple-1.0.0.js?cache=2018080801"></script>
<script src="https://cdn1d-static-shared.phncdn.com/mg_utils-1.0.0.js?cache=2018080801"></script>
<script type="text/javascript" src="https://ci.phncdn.com/www-static/js/mg_modal-1.0.0.js?cache=2018080801"></script>
<script type="text/javascript" src="https://ci.phncdn.com/www-static/js/vmobile/utils.js?cache=2018080801"></script>
<script type="text/javascript" src="https://ci.phncdn.com/www-static/js/vmobile/html5-canvas.js?cache=2018080801"></script>
<script type="text/javascript">
var premiumRedirectCookieURL = 'https://www.pornhub.com/user/premium_redirect_cookie?ajax=1';
</script>
<script type="text/javascript">
var jsFileList = {};
/**
* HEAD.JS
*/
// HEAD.JS PLUGIN
/*! head.core - v1.0.2 */
(function(n,t){"use strict";function r(n){a[a.length]=n}function k(n){var t=new RegExp(" ?\\b"+n+"\\b");c.className=c.className.replace(t,"")}function p(n,t){for(var i=0,r=n.length;i<r;i++)t.call(n,n[i],i)}function tt(){var t,e,f,o;c.className=c.className.replace(/ (w-|eq-|gt-|gte-|lt-|lte-|portrait|no-portrait|landscape|no-landscape)\d+/g,"");t=n.innerWidth||c.clientWidth;e=n.outerWidth||n.screen.width;u.screen.innerWidth=t;u.screen.outerWidth=e;r("w-"+t);p(i.screens,function(n){t>n?(i.screensCss.gt&&r("gt-"+n),i.screensCss.gte&&r("gte-"+n)):t<n?(i.screensCss.lt&&r("lt-"+n),i.screensCss.lte&&r("lte-"+n)):t===n&&(i.screensCss.lte&&r("lte-"+n),i.screensCss.eq&&r("e-q"+n),i.screensCss.gte&&r("gte-"+n))});f=n.innerHeight||c.clientHeight;o=n.outerHeight||n.screen.height;u.screen.innerHeight=f;u.screen.outerHeight=o;u.feature("portrait",f>t);u.feature("landscape",f<t)}function it(){n.clearTimeout(b);b=n.setTimeout(tt,50)}var y=n.document,rt=n.navigator,ut=n.location,c=y.documentElement,a=[],i={screens:[240,320,480,640,768,800,1024,1280,1440,1680,1920],screensCss:{gt:!0,gte:!1,lt:!0,lte:!1,eq:!1},browsers:[{ie:{min:6,max:11}}],browserCss:{gt:!0,gte:!1,lt:!0,lte:!1,eq:!0},html5:!0,page:"-page",section:"-section",head:"head"},v,u,s,w,o,h,l,d,f,g,nt,e,b;if(n.head_conf)for(v in n.head_conf)n.head_conf[v]!==t&&(i[v]=n.head_conf[v]);u=n[i.head]=function(){u.ready.apply(null,arguments)};u.feature=function(n,t,i){return n?(Object.prototype.toString.call(t)==="[object Function]"&&(t=t.call()),r((t?"":"no-")+n),u[n]=!!t,i||(k("no-"+n),k(n),u.feature()),u):(c.className+=" "+a.join(" "),a=[],u)};u.feature("js",!0);s=rt.userAgent.toLowerCase();w=/mobile|android|kindle|silk|midp|phone|(windows .+arm|touch)/.test(s);u.feature("mobile",w,!0);u.feature("desktop",!w,!0);s=/(chrome|firefox)[ \/]([\w.]+)/.exec(s)||/(iphone|ipad|ipod)(?:.*version)?[ \/]([\w.]+)/.exec(s)||/(android)(?:.*version)?[ \/]([\w.]+)/.exec(s)||/(webkit|opera)(?:.*version)?[ \/]([\w.]+)/.exec(s)||/(msie) ([\w.]+)/.exec(s)||/(trident).+rv:(\w.)+/.exec(s)||[];o=s[1];h=parseFloat(s[2]);switch(o){case"msie":case"trident":o="ie";h=y.documentMode||h;break;case"firefox":o="ff";break;case"ipod":case"ipad":case"iphone":o="ios";break;case"webkit":o="safari"}for(u.browser={name:o,version:h},u.browser[o]=!0,l=0,d=i.browsers.length;l<d;l++)for(f in i.browsers[l])if(o===f)for(r(f),g=i.browsers[l][f].min,nt=i.browsers[l][f].max,e=g;e<=nt;e++)h>e?(i.browserCss.gt&&r("gt-"+f+e),i.browserCss.gte&&r("gte-"+f+e)):h<e?(i.browserCss.lt&&r("lt-"+f+e),i.browserCss.lte&&r("lte-"+f+e)):h===e&&(i.browserCss.lte&&r("lte-"+f+e),i.browserCss.eq&&r("eq-"+f+e),i.browserCss.gte&&r("gte-"+f+e));else r("no-"+f);r(o);r(o+parseInt(h,10));i.html5&&o==="ie"&&h<9&&p("abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|progress|section|summary|time|video".split("|"),function(n){y.createElement(n)});p(ut.pathname.split("/"),function(n,u){if(this.length>2&&this[u+1]!==t)u&&r(this.slice(u,u+1).join("-").toLowerCase()+i.section);else{var f=n||"index",e=f.indexOf(".");e>0&&(f=f.substring(0,e));c.id=f.toLowerCase()+i.page;u||r("root"+i.section)}});u.screen={height:n.screen.height,width:n.screen.width};tt();b=0;n.addEventListener?n.addEventListener("resize",it,!1):n.attachEvent("onresize",it)})(window);
/*! head.css3 - v1.0.0 */
(function(n,t){"use strict";function a(n){for(var r in n)if(i[n[r]]!==t)return!0;return!1}function r(n){var t=n.charAt(0).toUpperCase()+n.substr(1),i=(n+" "+c.join(t+" ")+t).split(" ");return!!a(i)}var h=n.document,o=h.createElement("i"),i=o.style,s=" -o- -moz- -ms- -webkit- -khtml- ".split(" "),c="Webkit Moz O ms Khtml".split(" "),l=n.head_conf&&n.head_conf.head||"head",u=n[l],f={gradient:function(){var n="background-image:";return i.cssText=(n+s.join("gradient(linear,left top,right bottom,from(#9f9),to(#fff));"+n)+s.join("linear-gradient(left top,#eee,#fff);"+n)).slice(0,-n.length),!!i.backgroundImage},rgba:function(){return i.cssText="background-color:rgba(0,0,0,0.5)",!!i.backgroundColor},opacity:function(){return o.style.opacity===""},textshadow:function(){return i.textShadow===""},multiplebgs:function(){i.cssText="background:url(https://),url(https://),red url(https://)";var n=(i.background||"").match(/url/g);return Object.prototype.toString.call(n)==="[object Array]"&&n.length===3},boxshadow:function(){return r("boxShadow")},borderimage:function(){return r("borderImage")},borderradius:function(){return r("borderRadius")},cssreflections:function(){return r("boxReflect")},csstransforms:function(){return r("transform")},csstransitions:function(){return r("transition")},touch:function(){return"ontouchstart"in n},retina:function(){return n.devicePixelRatio>1},fontface:function(){var t=u.browser.name,n=u.browser.version;switch(t){case"ie":return n>=9;case"chrome":return n>=13;case"ff":return n>=6;case"ios":return n>=5;case"android":return!1;case"webkit":return n>=5.1;case"opera":return n>=10;default:return!1}}};for(var e in f)f[e]&&u.feature(e,f[e].call(),!0);u.feature()})(window);
/*! head.load - v1.0.3 */
(function(n,t){"use strict";function w(){}function u(n,t){if(n){typeof n=="object"&&(n=[].slice.call(n));for(var i=0,r=n.length;i<r;i++)t.call(n,n[i],i)}}function it(n,i){var r=Object.prototype.toString.call(i).slice(8,-1);return i!==t&&i!==null&&r===n}function s(n){return it("Function",n)}function a(n){return it("Array",n)}function et(n){var i=n.split("/"),t=i[i.length-1],r=t.indexOf("?");return r!==-1?t.substring(0,r):t}function f(n){(n=n||w,n._done)||(n(),n._done=1)}function ot(n,t,r,u){var f=typeof n=="object"?n:{test:n,success:!t?!1:a(t)?t:[t],failure:!r?!1:a(r)?r:[r],callback:u||w},e=!!f.test;return e&&!!f.success?(f.success.push(f.callback),i.load.apply(null,f.success)):e||!f.failure?u():(f.failure.push(f.callback),i.load.apply(null,f.failure)),i}function v(n){var t={},i,r;if(typeof n=="object")for(i in n)!n[i]||(t={name:i,url:n[i]});else t={name:et(n),url:n};return(r=c[t.name],r&&r.url===t.url)?r:(c[t.name]=t,t)}function y(n){n=n||c;for(var t in n)if(n.hasOwnProperty(t)&&n[t].state!==l)return!1;return!0}function st(n){n.state=ft;u(n.onpreload,function(n){n.call()})}function ht(n){n.state===t&&(n.state=nt,n.onpreload=[],rt({url:n.url,type:"cache"},function(){st(n)}))}function ct(){var n=arguments,t=n[n.length-1],r=[].slice.call(n,1),f=r[0];return(s(t)||(t=null),a(n[0]))?(n[0].push(t),i.load.apply(null,n[0]),i):(f?(u(r,function(n){s(n)||!n||ht(v(n))}),b(v(n[0]),s(f)?f:function(){i.load.apply(null,r)})):b(v(n[0])),i)}function lt(){var n=arguments,t=n[n.length-1],r={};return(s(t)||(t=null),a(n[0]))?(n[0].push(t),i.load.apply(null,n[0]),i):(u(n,function(n){n!==t&&(n=v(n),r[n.name]=n)}),u(n,function(n){n!==t&&(n=v(n),b(n,function(){y(r)&&f(t)}))}),i)}function b(n,t){if(t=t||w,n.state===l){t();return}if(n.state===tt){i.ready(n.name,t);return}if(n.state===nt){n.onpreload.push(function(){b(n,t)});return}n.state=tt;rt(n,function(){n.state=l;t();u(h[n.name],function(n){f(n)});o&&y()&&u(h.ALL,function(n){f(n)})})}function at(n){n=n||"";var t=n.split("?")[0].split(".");return t[t.length-1].toLowerCase()}function rt(t,i){function e(t){t=t||n.event;u.onload=u.onreadystatechange=u.onerror=null;i()}function o(f){f=f||n.event;(f.type==="load"||/loaded|complete/.test(u.readyState)&&(!r.documentMode||r.documentMode<9))&&(n.clearTimeout(t.errorTimeout),n.clearTimeout(t.cssTimeout),u.onload=u.onreadystatechange=u.onerror=null,i())}function s(){if(t.state!==l&&t.cssRetries<=20){for(var i=0,f=r.styleSheets.length;i<f;i++)if(r.styleSheets[i].href===u.href){o({type:"load"});return}t.cssRetries++;t.cssTimeout=n.setTimeout(s,250)}}var u,h,f;i=i||w;h=at(t.url);h==="css"?(u=r.createElement("link"),u.type="text/"+(t.type||"css"),u.rel="stylesheet",u.href=t.url,t.cssRetries=0,t.cssTimeout=n.setTimeout(s,500)):(u=r.createElement("script"),u.type="text/"+(t.type||"javascript"),u.src=t.url);u.onload=u.onreadystatechange=o;u.onerror=e;u.async=!1;u.defer=!1;t.errorTimeout=n.setTimeout(function(){e({type:"timeout"})},7e3);f=r.head||r.getElementsByTagName("head")[0];f.insertBefore(u,f.lastChild)}function vt(){for(var t,u=r.getElementsByTagName("script"),n=0,f=u.length;n<f;n++)if(t=u[n].getAttribute("data-headjs-load"),!!t){i.load(t);return}}function yt(n,t){var v,p,e;return n===r?(o?f(t):d.push(t),i):(s(n)&&(t=n,n="ALL"),a(n))?(v={},u(n,function(n){v[n]=c[n];i.ready(n,function(){y(v)&&f(t)})}),i):typeof n!="string"||!s(t)?i:(p=c[n],p&&p.state===l||n==="ALL"&&y()&&o)?(f(t),i):(e=h[n],e?e.push(t):e=h[n]=[t],i)}function e(){if(!r.body){n.clearTimeout(i.readyTimeout);i.readyTimeout=n.setTimeout(e,50);return}o||(o=!0,vt(),u(d,function(n){f(n)}))}function k(){r.addEventListener?(r.removeEventListener("DOMContentLoaded",k,!1),e()):r.readyState==="complete"&&(r.detachEvent("onreadystatechange",k),e())}var r=n.document,d=[],h={},c={},ut="async"in r.createElement("script")||"MozAppearance"in r.documentElement.style||n.opera,o,g=n.head_conf&&n.head_conf.head||"head",i=n[g]=n[g]||function(){i.ready.apply(null,arguments)},nt=1,ft=2,tt=3,l=4,p;if(r.readyState==="complete")e();else if(r.addEventListener)r.addEventListener("DOMContentLoaded",k,!1),n.addEventListener("load",e,!1);else{r.attachEvent("onreadystatechange",k);n.attachEvent("onload",e);p=!1;try{p=!n.frameElement&&r.documentElement}catch(wt){}p&&p.doScroll&&function pt(){if(!o){try{p.doScroll("left")}catch(t){n.clearTimeout(i.readyTimeout);i.readyTimeout=n.setTimeout(pt,50);return}e()}}()}i.load=i.js=ut?lt:ct;i.test=ot;i.ready=yt;i.ready(r,function(){y()&&u(h.ALL,function(n){f(n)});i.feature&&i.feature("domloaded",!0)})})(window);
/*
/# sourceMappingURL=head.min.js.map
*/
var page_extra_params = {
jqeuryVersion : '',
loadOnce: false,
prerollFired: false,
placeholderData: {"cams":"Search cam models...","gifs":"Search 1,261,242 GIFs...","members":"Search 39,231,615 members...","photos":"Search 22,636,805 photos...","pornstars":"Search 31,251 pornstars...","videos":"Search 5,964,843 videos..."} };
page_extra_params.actionModifierSetup = {};
page_extra_params.actionModifierSetup = {
"actionMod" : "js_action_mod",
'isLoggedIn' : '0'
};
var page_params = {};
//SET UP TO lazy_load-1.0.1.js
page_params.lazyLoad = {
dataSrc : 'src',//data-src attribute in image
class_name : 'lazy', //Class name to locate the image to lazy load LEAVE THE UNDERSCORE "_"
dataBkg : 'bkg', //Data attribute to lazy load background image
classBkg : 'js_lazy_bkg', //Class to locate the tag which need background lazy load
thumbUrl : 'thumb_url', //Data attribute to lazy load thumbnails in a section
sections : [] //Array to push the sections to lazy load
};
</script>
<script src="https://cdn1d-static-shared.phncdn.com/html5player/videoPlayer/loader/3.4.1/mhp1138.loader.min.js?cache=2018080801"></script>
<script>
var premiumFlag = "";
var loadScriptVar = [],
loadScriptUniqueId = [];
playerEnvironment = 'https://cdn1d-static-shared.phncdn.com/html5player/videoPlayer/';
MHP1138.initLoader({
adaptive: false,
pathToBuildFolder: playerEnvironment,
deviceType: 'mobile',
playerDefaultSettings: {
quickSetup: 'pornhub'
}
});
var playerObjList = {},
phOrientationSegment = "straight",
videoTimeTrackingCondition = 1,
reportTimeWatchedUrl = '/utils/reportTimeWatched';
var videoTimeTracking = '//services.pornhub.com/chronopop/144220772';
</script>
<script>
var modalTranslationText = {"confirmEmail":"Please confirm your email to be able to add users as friends","cannotAdd":"You cannot friend a private member.","cannotSubscribe":"You cannot subscribe to a private member."};
</script>
</head>
<body class="logged-out">
<div id="backgroundLayer">
</div>
<header id="mobileHeader" class="clearfix hideWhenOpened">
<nav>
<div class="topNav clearfix">
<button id="mobileNavigation" type="button"><i class="spriteUi"></i></button>
<div class="logoWrapper" title="Pornhub">
<a id="phubLogo" href="/">
<img itemprop="logo" title="Pornhub" alt="Pornhub Porn Videos" width="118" height="32" src="https://ci.phncdn.com/www-static/images/pornhub_logo_straight_mobile.png?cache=2018080801" />
</a>
</div>
<button id="openSearch" disabled type="button"><i class="spriteUi"></i></button>
</div>
</nav>
<aside id="searchSection" class="">
<div id="searchContainer">
<form autocomplete="off" id="searchForm" class="clearfix" method="get" action="">
<div class="inputContainter clearfix">
<button id="searchCategory" data-search-category="video" type="button" class="buttonClass blackBtn video"><i class="spriteUi"></i><span class="spriteUi"></span></button>
<div class="inputField">
<input
id="search_text"
type="search"
value=""
name="search_text"
autocapitalize="off"
autocomplete="off"
autocorrect="off"
placeholder="Search Pornhub..."
maxlength="100"
data-autocomplete="token=MTUzMzg5MzE2OTAnGftdrPbjxsPlCdbkAnwPKlGx6ixn-0mmoxD2LTypHIGnOLLp5SZdI3ooe2Ox_xWI0BM5TFrvt_SqXsOgsew.&orientation=straight"
>
</div>
<button id="searchSubmit" type="submit" class="buttonClass whiteBtn"><i class="spriteUi"></i></button>
<button id="closeSearch" type="button" class="buttonClass blackBtn"><i class="spriteUi"></i></button>
</div>
</form>
<div id="suggestionContainer">
<div id="suggestionList" class="suggestions"></div>
</div>
<div id="searchFilterType">
<button class="filterBtnType buttonClass blackBtn videosFilter active" data-search-type="video"><i class="spriteUi"></i><span>Videos</span></button>
<button class="filterBtnType buttonClass blackBtn photosFilter" data-search-type="photo"><i class="spriteUi"></i><span >Photos</span></button>
<button class="filterBtnType buttonClass blackBtn membersFilter" data-search-type="user"><i class="spriteUi"></i><span >Members</span></button>
<button class="filterBtnType buttonClass blackBtn pornstarsFilter" data-search-type="pornstars"><i class="spriteUi"></i><span>Pornstars</span></button>
<button class="filterBtnType buttonClass blackBtn gifsFilter" data-search-type="gifs"><i class="spriteUi"></i><span>GIFs</span></button>
<!--<button class="filterBtnType buttonClass blackBtn liveFilter" data-search-type="live"><i class="spriteUi"></i><span></span></button>-->
</div>
</div>
</aside>
</header>
<div class="bottomNav clearfix">
<a href="/live?track=5000" target="_self" rel="noopener nofollow" class="buttonClass blackBtn upperCase floatLeft noImage" onclick="ga('send', 'event', 'Header Mobile', 'click', 'Live Sex Tab');" >Live Cams</a>
<a href="http://ads.trafficjunky.net/ads?zone_id=8622&format=directLP" target="_blank" rel="noopener noreferrer nofollow" class="buttonClass blackBtn upperCase floatLeft noImage" onclick="ga('send', 'event', 'Header Mobile', 'click', 'Real Sex Tab');" >FUCK NOW</a>
<a href="https://ads.trafficjunky.net/ads?zone_id=29559&format=directLP&cache=1533893079&channel%5Bsite%5D=pornhub" target="_blank" rel="noopener noreferrer nofollow" class="buttonClass blackBtn upperCase floatLeft noImage" onclick="ga('send', 'event', 'Header Mobile', 'click', 'Phone Sex');" >Phone Sex</a>
<a href="http://www.pornhubpremium.com/premium_signup?type=PremiumBtn" rel="noopener nofollow" class="buttonClass blackBtn upperCase floatLeft noImage" >
<i class="premiumStar"></i>PREMIUM</a>
</a>
</div>
<aside id="leftMenu">
<div id="androidAppBar" class="clearfix " style="display: none;">
<div class="leftCol floatLeft">
<a class="mainSprite" href="/"></a>
<p>The Official <br> Pornhub App</p>
</div>
<div class="rightCol floatRight">
<a id="installAndroidApp" class="androidBtn buttonClass orangeBtn" href="/apps/android">Install</a>
<button id="closeAndroidAppBar" class="androidBtn buttonClass generalBtn"><span>X</span></button>
</div>
</div>
<div id="topMenuSection">
<a id="loginInBtn" class="topMenuButtons" href="/login?redirect=ifZGfTVVVEsdLHGYv9encsAvNLteB7Up3_9Fc7NwDlVa3dj5LJzaZKfcSUpHKPXsRQIRVjGjn7MQ-4a6ySkGYQ.." rel="noindex, follow"><i class="loginIcon"></i><span>Log in</span></a>
<a id="signUpBtn" class="topMenuButtons" href="/create_account_select?redirect=ifZGfTVVVEsdLHGYv9encsAvNLteB7Up3_9Fc7NwDlVa3dj5LJzaZKfcSUpHKPXsRQIRVjGjn7MQ-4a6ySkGYQ.."><i class="registerIcon"></i><span>Sign up</span></a>
<a id="uploadBtn" class="topMenuButtons" href="/upload/videodata">
<i class="uploadIcon"></i>
<span>Upload</span>
</a>
</div>
<div class="menuSection">
<h3>Main</h3>
<div class="videosNavigation" >
<i class="videosIcon"></i>
<a class="clickableAreaForMobileMenu" href="/videos">
Porn Videos </a>
<span class="spriteUi"></span>
</div>
<div class="menuSection videosMennu">
<a href="/video?o=tr"><i class="trIcon"></i><span>Top Rated</span></a>
<a href="/video?o=ht&cc=us"><i class="htIcon"></i><span>Hottest</span></a>
<a href="/video?o=mv"><i class="mvIcon"></i><span>Most Viewed</span></a>
<a href="/recommended"><i class="recoIcon"></i><span>Recommended</span></a>
</div>
<a href="/playlists" ><i class="playlistsIcon"></i><span>Playlists</span></a>
<div class="categoriesNavigation" >
<i class="categoriesIcon"></i>
<a class="clickableAreaForMobileMenu" href="/categories">
Categories </a>
<span class="spriteUi"></span>
</div>
<div class="menuSection categoriesMenu">
<a class="" href="/popularwithwomen">
<span>
Popular With Women<img src="https://ci.phncdn.com/www-static/images/femalefriendly.png" class="catIcon Popular With Women" alt="Popular With Women" title="Popular With Women" /> </span>
</a>
<a class="" href="/video?c=138">
<span>
Verified Amateurs<img src="https://ci.phncdn.com/www-static/images/verifiedCheck.png" class="catIcon Verified Amateurs" alt="Verified Amateurs" title="Verified Amateurs" /> </span>
</a>
<a class="" href="/video?c=139">
<span>
Verified Models<img src="https://ci.phncdn.com/www-static/images/verifiedCheck.png" class="catIcon Verified Models" alt="Verified Models" title="Verified Models" /> </span>
</a>
<a class=" categorySeparator" href="/vr">
<span>
Virtual Reality<img src="https://ci.phncdn.com/www-static/images/vr.png" class="catIcon Virtual Reality" alt="Virtual Reality" title="Virtual Reality" /> </span>
</a>
<a class="" href="/categories/hentai">
<span>
Hentai </span>
</a>
<a class="" href="/video?c=111">
<span>
Japanese </span>
</a>
<a class="" href="/video?c=28">
<span>
Mature </span>
</a>
<a class="" href="/video?c=86">
<span>
Cartoon </span>
</a>
<a class="" href="/video?c=15">
<span>
Creampie </span>
</a>
<a class="" href="/transgender">
<span>
Transgender </span>
</a>
<a class="" href="/categories/teen">
<span>
Teen </span>
</a>
<a class="" href="/video?c=7">
<span>
Big Dick </span>
</a>
<a class="" href="/video?c=8">
<span>
Big Tits </span>
</a>
<a class="" href="/video?c=10">
<span>
Bondage </span>
</a>
<a class="" href="/video?c=3">
<span>
Amateur </span>
</a>
<a class="categoryDefault" href="/categories">
<span>All Categories</span>
</a>
</div>
<a href="/channels" ><i class="channelsIcon"></i><span>Channels</span></a>
<a href="/albums" ><i class="photosIcon"></i><span>Photos</span></a>
<a href="/gifs" ><i class="gifIcon"></i><span>Animated GIFs</span></a>
<a href="/pornstars" ><i class="pornstarsIcon "></i><span>Pornstars</span></a>
<a href="http://www.pornhubselect.com" rel="noopener nofollow"><i class="selectIcon"></i><span>Pornhub Select</span></a>
<button class="headerUpgradePremiumBtn removeAdLink" onclick="triggerGatewayModal(event);" data-segment="straight" data-entrycode="UpgrBtn-menu"><i data-segment="straight" data-entrycode="UpgrBtn-menu" class="upgradePremiumIcon"></i>Upgrade To Premium</button>
</div>
<div class="menuSection">
<h3>Community</h3>
<a href="/login"><i class="uploadIcon"></i><span>Upload</span></a>
<a href="/community" ><i class="communityFeedIcon"></i><span>Community Feed</span></a>
<a href="/video?o=cm" ><i class="communityVideosIcon"></i><span>Community Videos</span></a>
<a href="/user/search" ><i class="membmerSearchIcon"></i><span>Member Search</span></a>
<a href="/user/discover" ><i class="topMemeberIcon"></i><span>Top Members</span></a>
</div>
<div class="menuSection">
<h3>Discover</h3>
<a href="/blog" ><i class="blogIcon"></i><span>Pornhub Blog</span></a>
<a href="//www.pornhub.com/insights/" ><i class="insightsBlogIcon"></i><span>Insights Blog</span></a>
<a href="//www.pornhub.com/sex" ><i class="sexualWellnessIcon"></i><span id="sexWellness">Sexual Wellness Center</span></a>
<a id="androidAppLink" href="/apps/android"><i class="appIcon"></i><span>App</span></a>
<a href="/more" ><i class="moreIcon"></i><span>More</span></a>
</div>
<div class="menuSection">
<h3>Support & Help</h3>
<a href="/information#faq" rel="nofollow" ><i class="faqIcon"></i><span>FAQ</span></a>
<a
href="/support" >
<i class="supportIcon"></i>
<span>
Support </span>
</a>
<a href="http://feedback.pornhub.com" rel="nofollow" ><i class="forumIcon"></i><span>Feedback Forum</span></a>
<a href="/sitemap" ><i class="sitemapIcon"></i><span>Sitemap</span></a>
</div>
<div class="menuSection">
<h3>Settings</h3>
<button class="lngNavigation" ><i class="languageIcon"></i><span>Language</span><span class="spriteUi"></span></button>
<div class="menuSection lngMennu">
<a class="active" data-lang="en" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'English');"><i></i><span>English</span></a>
<a href='https://de.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="de" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Deutsch');"><i></i><span>Deutsch</span></a>
<a href='https://fr.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="fr" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Français');"><i></i><span>Français</span></a>
<a href='https://es.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="es" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Español');"><i></i><span>Español</span></a>
<a href='https://it.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="it" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Italiano');"><i></i><span>Italiano</span></a>
<a href='https://pt.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="pt" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Português');"><i></i><span>Português</span></a>
<a href='https://pl.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="pl" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Polski');"><i></i><span>Polski</span></a>
<a href='https://rt.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="ru" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Русский');"><i></i><span>Русский</span></a>
<a href='https://jp.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="jp" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', '日本語');"><i></i><span>日本語</span></a>
<a href='https://nl.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="nl" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Dutch');"><i></i><span>Dutch</span></a>
<a href='https://cz.pornhub.com/view_video.php?viewkey=ph5a27abe908ab0' data-lang="cz" data-root="pornhub.com" onclick="ga('send', 'event', 'Language Flags Mobile Header', 'click', 'Czech');"><i></i><span>Czech</span></a>
</div>
<a href="/front/set_pc?redirect=fKgvLC6nCa0KEvfOK8ywcaBKDIx3oo3AIpxcRYmI9ZNySbvI3xDa7lEraggAOa9Q9KsrUlUj2cylQ0fPJzbnJ3T4x-ArpIqY0Utm0qHkwSg.&token=MTUzMzg5MzE2OTAnGftdrPbjxsPlCdbkAnwPKlGx6ixn-0mmoxD2LTypHIGnOLLp5SZdI3ooe2Ox_xWI0BM5TFrvt_SqXsOgsew." ><i class="deskTopIcon"></i><span>Desktop Version</span></a>
</div>
</aside>
<script type="text/javascript">
var suggestionsMsg = {"message_1":"No matches.","message_2":"Suggestions","message_3":"Rank:","message_4":"Channels","message_5":"Trending Searches","message_6":"Pornstar profiles","message_video":"Video results","message_photo":"Photo results","message_pornstars":"Pornstar results","message_gifs":"Gifs results","message_cam":"Cam Model results"};
var linkForVideos = "/video";
var linkForCategories = "/categories";
</script>
<div id="mobileContainer" class="container clearfix">
<script type="text/javascript">
var flashvars_365557895614929476 = {"disable_sharebar":1,"htmlPauseRoll":"false","htmlPostRoll":"false","embedCode":"<iframe src=\"https:\/\/www.pornhub.com\/embed\/ph5a27abe908ab0\" frameborder=\"0\" width=\"560\" height=\"340\" scrolling=\"no\" allowfullscreen><\/iframe>","autoplay":"true","autoreplay":"false","hidePostPauseRoll":"false","video_unavailable":"false","pauseroll_url":"","postroll_url":"","isHD":"true","video_duration":"101","actionTags":"","link_url":"https:\/\/www.pornhub.com\/view_video.php?viewkey=ph5a27abe908ab0","related_url":"https:\/\/www.pornhub.com\/video\/player_related_datas?id=144220772","image_url":"https:\/\/ci.phncdn.com\/videos\/201712\/06\/144220772\/original\/(m=eaAaGwObaaaa)(mh=4JyPHxYr52J5KA1P)5.jpg","video_title":"Chubby soccer mom sucking my cock during her sons game","defaultQuality":[480,240,720,1080],"vcServerUrl":"/svvt/add?stype=svv&svalue=144220772&snonce=45fx7tzguwyyyxjd&skey=74b50172b93b7a4e2c562152816d8e30a923b69e544f320ac2780eb522d8db57&stime=1533893169","mediaDefinitions":[{"defaultQuality":false,"format":"","quality":"720","videoUrl":"https:\/\/cm.phncdn.com\/videos\/201712\/06\/144220772\/720P_1500K_144220772.mp4?a5dcae8e1adc0bdaed975f0d67fb5e0527c20903c5bb57a6cad7e6cb50bc41fbb1152c24e90ee00089707faf83a48b0631cd7479dffc2060a6d86c67ff7a531018f946c76d7a90223ed0660403e56d48f38587e8865385eee2ba6800345b346d277c20d6c1018a83e30ed3f26aaadf0872273ad26a5a23d154eeee89"},{"defaultQuality":true,"format":"","quality":"480","videoUrl":"https:\/\/cm.phncdn.com\/videos\/201712\/06\/144220772\/480P_600K_144220772.mp4?a5dcae8e1adc0bdaed975f0d61fb5e05756dc4acc488d2f9e61ef33953093512602c6cb1feb47ccb32fd98cd23c755b8cdbf7a9890d664e602723582b30988133baddbeb83ade964edb9de64d8e1637aaa565ddbe42bb3ee112441b08ff87167a2acbcaf2bb8363506ad997112a45116b08cf8ed7e822941f14c"},{"defaultQuality":false,"format":"","quality":"240","videoUrl":"https:\/\/cm.phncdn.com\/videos\/201712\/06\/144220772\/240P_400K_144220772.mp4?a5dcae8e1adc0bdaed975f0d61fb5e05756dc4acc488d2f9e61ef33953093512602c6cb1feb47ccb32fd98cd23c755b8cdbf7a9890d664e05ed88854c611d6e4cf8640f121d46bf195f87aad88d2bc49b870c397aaaf3740ddd4338b880a8e035395cb4fda8f0cc7c706f37eb9eff8ce7976246889768a0d0b1f"}],"video_unavailable_country":"false","toprated_url":"https:\/\/www.pornhub.com\/video?o=tr&t=m","mostviewed_url":"https:\/\/www.pornhub.com\/video?o=mv&t=m","options":"show","cdn":"edgecast","startLagThreshold":1000,"outBufferLagThreshold":2000,"appId":"1111","service":"protrack","cdnProvider":"ec","preroll":{"campaigns":[{"banner":[],"campaign_name":"Streamate Mobile - USA - Aug 10-11","click_url":"https:\/\/www.pornhub.com\/live?track=311300","clickableAreas":{"video":true,"link":true},"clickableAreasByPlatform":{"pc":{"video":false,"link":false,"_empty_":true},"mobile":{"video":true,"link":true},"tablet":{"video":false,"link":false,"_empty_":true}},"endTime":1534046340,"forgetUserAfter":86400,"id":3242,"on_nth":1,"percentChance":100,"repeat":false,"skip_delay":5,"skippable":true,"startTime":1533873600,"timesToOmitAfterEach":"","timesToOmitBeforeFirst":1,"timesToShow":1,"track_urls":"[\"https:\\\/\\\/www.google-analytics.com\\\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=311300&cs=pornhub&cm=preroll&cn=311300\",\"https:\\\/\\\/www.google-analytics.com\\\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=312100&cs=pornhub&cm=preroll&cn=312100\",\"https:\\\/\\\/www.google-analytics.com\\\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=312800&cs=pornhub&cm=preroll&cn=312800\",\"https:\\\/\\\/www.google-analytics.com\\\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=313500&cs=pornhub&cm=preroll&cn=313500\",\"https:\\\/\\\/www.google-analytics.com\\\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=313600&cs=pornhub&cm=preroll&cn=313600\",\"https:\\\/\\\/www.google-analytics.com\\\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=313700&cs=pornhub&cm=preroll&cn=313700\"]","vastXml":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<VAST version=\"4.0\"><Ad><InLine><AdSystem><\/AdSystem><AdTitle>311300_PillowFight<\/AdTitle><Description>311300_PillowFight<\/Description><Impression><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/Impression><Error><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=error&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/Error><Creatives><Creative><Linear skipoffset=\"00:00:05\"><Duration>00:00:30<\/Duration><VideoClicks><ClickThrough><![CDATA[https:\/\/www.pornhub.com\/live?track=311300]]><\/ClickThrough><ClickTracking><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=click&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/ClickTracking><\/VideoClicks><TrackingEvents><Tracking event=\"skip\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=skip&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/Tracking><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=firstQuartile&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/Tracking><Tracking event=\"midpoint\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=midpoint&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/Tracking><Tracking event=\"thirdQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=thirdQuartile&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/Tracking><Tracking event=\"complete\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=complete&el=311300&cs=pornhub&cm=preroll&cn=311300]]><\/Tracking><\/TrackingEvents><MediaFiles><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"60\" width=\"106\" bitrate=\"190\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/32\/mp4_60.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"480\" width=\"854\" bitrate=\"698\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/32\/mp4_480.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"720\" width=\"1280\" bitrate=\"1152\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/32\/mp4_720.mp4<\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><Ad><InLine><AdSystem><\/AdSystem><AdTitle>312100_Glam_Montage_V2A_explicit<\/AdTitle><Description>312100_Glam_Montage_V2A_explicit<\/Description><Impression><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/Impression><Error><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=error&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/Error><Creatives><Creative><Linear skipoffset=\"00:00:05\"><Duration>00:00:30<\/Duration><VideoClicks><ClickThrough><![CDATA[https:\/\/www.pornhub.com\/live?track=312100]]><\/ClickThrough><ClickTracking><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=click&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/ClickTracking><\/VideoClicks><TrackingEvents><Tracking event=\"skip\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=skip&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/Tracking><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=firstQuartile&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/Tracking><Tracking event=\"midpoint\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=midpoint&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/Tracking><Tracking event=\"thirdQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=thirdQuartile&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/Tracking><Tracking event=\"complete\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=complete&el=312100&cs=pornhub&cm=preroll&cn=312100]]><\/Tracking><\/TrackingEvents><MediaFiles><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"60\" width=\"106\" bitrate=\"186\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/62\/mp4_60.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"480\" width=\"854\" bitrate=\"690\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/62\/mp4_480.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"720\" width=\"1280\" bitrate=\"1149\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/62\/mp4_720.mp4<\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><Ad><InLine><AdSystem><\/AdSystem><AdTitle>312800_Theme_Lesbian_V1<\/AdTitle><Description>312800_Theme_Lesbian_V1<\/Description><Impression><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/Impression><Error><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=error&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/Error><Creatives><Creative><Linear skipoffset=\"00:00:05\"><Duration>00:00:30<\/Duration><VideoClicks><ClickThrough><![CDATA[https:\/\/www.pornhub.com\/live?track=312800]]><\/ClickThrough><ClickTracking><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=click&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/ClickTracking><\/VideoClicks><TrackingEvents><Tracking event=\"skip\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=skip&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/Tracking><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=firstQuartile&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/Tracking><Tracking event=\"midpoint\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=midpoint&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/Tracking><Tracking event=\"thirdQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=thirdQuartile&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/Tracking><Tracking event=\"complete\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=complete&el=312800&cs=pornhub&cm=preroll&cn=312800]]><\/Tracking><\/TrackingEvents><MediaFiles><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"60\" width=\"106\" bitrate=\"189\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/682\/mp4_60.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"480\" width=\"854\" bitrate=\"840\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/682\/mp4_480.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"720\" width=\"1280\" bitrate=\"1489\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/682\/mp4_720.mp4<\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><Ad><InLine><AdSystem><\/AdSystem><AdTitle>313500_SoftChat_MF_TopCounter<\/AdTitle><Description>313500_SoftChat_MF_TopCounter<\/Description><Impression><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/Impression><Error><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=error&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/Error><Creatives><Creative><Linear skipoffset=\"00:00:05\"><Duration>00:00:30<\/Duration><VideoClicks><ClickThrough><![CDATA[https:\/\/www.pornhub.com\/live?track=313500]]><\/ClickThrough><ClickTracking><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=click&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/ClickTracking><\/VideoClicks><TrackingEvents><Tracking event=\"skip\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=skip&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/Tracking><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=firstQuartile&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/Tracking><Tracking event=\"midpoint\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=midpoint&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/Tracking><Tracking event=\"thirdQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=thirdQuartile&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/Tracking><Tracking event=\"complete\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=complete&el=313500&cs=pornhub&cm=preroll&cn=313500]]><\/Tracking><\/TrackingEvents><MediaFiles><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"60\" width=\"106\" bitrate=\"166\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/352\/44352\/mp4_60.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"480\" width=\"854\" bitrate=\"539\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/352\/44352\/mp4_480.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"720\" width=\"1280\" bitrate=\"714\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/352\/44352\/mp4_720.mp4<\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><Ad><InLine><AdSystem><\/AdSystem><AdTitle>313600_RileyReid_GlamMontage_V1<\/AdTitle><Description>313600_RileyReid_GlamMontage_V1<\/Description><Impression><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/Impression><Error><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=error&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/Error><Creatives><Creative><Linear skipoffset=\"00:00:05\"><Duration>00:00:30<\/Duration><VideoClicks><ClickThrough><![CDATA[https:\/\/www.pornhub.com\/live?track=313600]]><\/ClickThrough><ClickTracking><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=click&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/ClickTracking><\/VideoClicks><TrackingEvents><Tracking event=\"skip\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=skip&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/Tracking><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=firstQuartile&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/Tracking><Tracking event=\"midpoint\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=midpoint&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/Tracking><Tracking event=\"thirdQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=thirdQuartile&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/Tracking><Tracking event=\"complete\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=complete&el=313600&cs=pornhub&cm=preroll&cn=313600]]><\/Tracking><\/TrackingEvents><MediaFiles><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"60\" width=\"106\" bitrate=\"184\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/682\/44682\/mp4_60.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"480\" width=\"854\" bitrate=\"704\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/682\/44682\/mp4_480.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"720\" width=\"1280\" bitrate=\"1225\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/682\/44682\/mp4_720.mp4<\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><Ad><InLine><AdSystem><\/AdSystem><AdTitle>313700_Theme_3a<\/AdTitle><Description>313700_Theme_3a<\/Description><Impression><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=impression&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/Impression><Error><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=error&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/Error><Creatives><Creative><Linear skipoffset=\"00:00:05\"><Duration>00:00:30<\/Duration><VideoClicks><ClickThrough><![CDATA[https:\/\/www.pornhub.com\/live?track=313700]]><\/ClickThrough><ClickTracking><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=click&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/ClickTracking><\/VideoClicks><TrackingEvents><Tracking event=\"skip\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=skip&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/Tracking><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=firstQuartile&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/Tracking><Tracking event=\"midpoint\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=midpoint&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/Tracking><Tracking event=\"thirdQuartile\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=thirdQuartile&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/Tracking><Tracking event=\"complete\"><![CDATA[https:\/\/www.google-analytics.com\/collect?v=1&tid=UA-8197088-46&cid=all&t=event&ec=preroll&ea=complete&el=313700&cs=pornhub&cm=preroll&cn=313700]]><\/Tracking><\/TrackingEvents><MediaFiles><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"60\" width=\"106\" bitrate=\"196\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/702\/44702\/mp4_60.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"480\" width=\"854\" bitrate=\"861\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/702\/44702\/mp4_480.mp4<\/MediaFile><MediaFile delivery=\"progressive\" type=\"video\/mp4\" height=\"720\" width=\"1280\" bitrate=\"1597\" scalable=\"true\" maintainAspectRatio=\"true\">https:\/\/evtubescms.phncdn.com\/pre_videos\/000\/044\/702\/44702\/mp4_720.mp4<\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><\/VAST>\n","video_url":"https:\/\/evtubescms.phncdn.com\/pre_videos\/32\/mp4_720.mp4"}]},"mp4_seek":"ms","hotspots":["6784185","113889","107739","85617","86255","70943","68229","64650","57446","70725","51852","49586","52663","48402","47048","48076","57046","61132","62966","70375"],"thumbs":{"samplingFrequency":2,"type":"normal","cdnType":"regular","urlPattern":"https:\/\/ci.phncdn.com\/videos\/201712\/06\/144220772\/timeline\/160x90\/(m=eGCaiCObaaaa)(mh=Vo9gGv30E_tWqlGe)S{1}.jpg","thumbHeight":"90","thumbWidth":"160"},"nextVideo":{"thumb":"https:\/\/ci.phncdn.com\/videos\/201712\/04\/144018422\/original\/(m=ecuKGgaaaa)(mh=XyZjEZaIjrk4QMxQ)7.jpg","duration":"144","title":"My Best Friend's Mom Invited Me Over","isHD":"0","nextUrl":"\/view_video.php?viewkey=ph5a25d0e094bd1"},"language":"en"};
| PH_Try2 | 2018-08-10T09:34:20.000Z |
|
this is for finding all of the "zoom" follow bots on twitch | zoom_[a-zA-Z1-9][a-zA-Z1-9][a-zA-Z1-9][a-zA-Z1-9][a-zA-Z1-9][a-zA-Z1-9] | zoom_asol2j
zoomea
zoom_sikwna
zoom_2j38sd | "zoom" follow bots | 2021-04-07T19:29:02.000Z |
Get path (windows style) from any type of text (error message, e-mail corps ...), quoted or not.
___THIS IS COMMENTED VERSION !___
to simple copy and use it, go https://regex101.com/r/zWGLMP
- Relative path are not supported
- The goal is to catch what "Look like" a path. See the limitations
- UNC path and prefix path like [//./], [//?/] or [//./UNC/] are allowed
- some url path like [file:///C:/] or [file://] are allowed
- Catch path quoted with ["] and [']. But these quotes are include with the catch
- Quoted path is not concerned by limitations
## Limitations : (only unquoted path)
- [dot] and [space] is allowed, but not in a row [dot+space] or [space+dot]
- [dot] at end of file name isn't catched
- **INSIDE A NAME FILE (or last directory if it is a path to a directory) :**
- **[comma] is not supported (it stop the catch)**
- **after a first [dot], any [space] stop the catch**
- **after a [space], catch is stoped if next character is not a [letter], [digit] or [-]**
- **so, double [space] stop the catch**
## Compatibility
- compatible PCRE, PCRE2
- AutoHotkey : don't forget to escape "%" in "`%"
- ***/!\ Powershell and .Net /!\\*** : this regex need some modification to be interpreted by powershell. You have to replace each (?&CapturGroupName) by \k<CapturGroupName>.
*Use this powershell code to do this replacement :*
`
$powershellRegex = @'
[Put here the regex to replace (?&CapturGroupName) with \k<CapturGroupName>]
'@ -replace '\(\?&(\w+)\)', '\k<$1>'
`
*This example code must return :*
`[Put here the regex to replace \k<CapturGroupName> with \k<CapturGroupName>]` | (?############ Let's catch paths without "" or '' ############################
)(?<opening>(?# First, catch the starting path, the <opening> ###################
)\b(?<montage>[a-zA-Z]:[\/\\])(?# montage = 'C:/'
)|[\/\\][\/\\](?<!http:\/\/)(?<!https:\/\/)(?>(?# check not 'http[s]:' prefix
)[?.][\/\\](?:[^\/\\<>:"|?\n\r ]+[\/\\])?(?# '//[?or.]/xxxxx' or '//[?or.]/server/'
)(?&montage)?(?# '//[?or.]/c:/' or '//[?or.]/server/c:/'
)|(?!(?&montage)))(?# '//[addressIP/ or serverName/ but not C:/]'
)|%\w+%[\/\\]?(?# '%EnvVariable%[/]'
))(?# So, <opening> catch :
'C:/' or
'//[?or.]/[UNC/]C:/' or
'//[?or.]/[UNC/]' or
'//[next characters must be something other than C:/]' or
'%EnvironementVariable%[/]'
)(?:(?# now, we catch each directory name wich is between [/] ########################
)[^\/\\<>:"|?\n\r ,'](?# the first character should not be [ ,']
)[^\/\\<>:"|?\n\r]*(?# Any pathFrendly character
)(?<![ ,'])(?# The last directory name's character must not be [ ,']
)[\/\\](?# End of directory name - who are between '/' -
))*(?# Catch most 'directoryName/' as possible
)(?:(?# Lets catch the End path. There is a file ? a directory ? or just a useless '/' ?
)(?=[^\/\\<>:"'|?\n\r;, ])(?#if next character is not pathFriendly or ' ' or [,'], we have reach the end of the path => we don't catch the last '/' and the the Regex end now.
You can't catch fileName who begin by [,'] because they are probably a delimiter between 2 path. but '.' is allowed
)(?:(?#If we are here, that mean there is a fileName or directoryName to catch
###### We will catch the last directoryName or the fileName without the extention ######
)(?:[^\/\\<>:"|?\n\r;, .](?# catch any character pathFriendly exept ' ' or [,.]
)(?: (?=[\w\-]))?(?# If we find a ' ', we catch him if next charcter is not a delimiter. I see '-' after an ' ' not like a delimiter.
)(?:\*(?!= ))?(?# If we find a '*', we stop the catch if next character is an ' '
)(?!(?&montage))(?# If we find a string who look like 'C:/', we stop the catch
))+(?# We catch theses word delimited by ' ' as much as possible
))?(?# it's possible the fileName have no name, but just an extention
)(?:\.\w+(?# #### an extention begin by '.' and at least one none delimiter chracter
))*(?# we can add more extention until the first none '.' delimiter character. So, after the first '.' character inside a fileName, we cannot catch any ' ' character
If we don't find one extention, so the filename is a directory name, and we stop the catch.
))(?# ############# END OF PATH CATCHING WITHOUT QUOTE "" and '' #######################
)|(?:(?# ######### Catching path quoted '' ###########################
Path quoted '' is difficult because ['] is also a pathFrendly character
)'(?&opening)(?# We catch .* between quote only if string start with an <opening>
)(?=.*'\W|.*'$)(?# We catch .* between quote only if we are sure we will find end quote. End quote must be ['] and delimiter character or ['] and end string
)(?:[^\/\\<>:'"|?\n\r]+(?# We take any pathFriendly character exept quote [']
)(?:'(?=\w))?(?# we catch quote ['] if next character is not a delimiter
)[\/\\]?)*(?# Path quoted must respect this patern until end quote character [']
)')(?# end quoted '' path
)|(?# ######### Catching path quoted "" ###########################
)"(?&opening)(?# We catch .* between quote only if string start with an <opening>
)(?=.*")(?# We catch .* between quote only if we are sure we will find end quote ["]
)(?:[^\/\\<>:"|?\n\r]+(?# We take any pathFriendly character
)[\/\\]?(?# pathFriendly characters can be is delimited by '\'
))*(?# Path quoted must respect this patern until end quote character
)"(?# end quoted path
) | THIS IS COMMENTED VERSION !
to simple copy and use it, go https://regex101.com/r/zWGLMP
C:/testOk\dot.Dirname/.nameFileBeginByDot first space after a dot in file name stop the match
C:/testOk\_.._AsDirName/../file name.ext1.ext2 first space after a dot stop the match
start text don't match C:/testOk\lastDir Or FileName WithDouble..dot stop the match
C:/testOk\lastDir Or FileName dot ended. stop the match like an end sentence. So, a last name with a space after a dot is not catch
C:/testOk\LastNameIs/DirName C:/testOk\2Paths_ _separated/f.ext space after extention stop match
C:/testOK\Last_/_isNotmatched/fgfj.gjjb/uhloext/ and [ ,'] after '\' stop match
\\127.0.0.1/this', 'isOkInMidDirName\butSimple',' stop match in last DirName or FileName
\\.\c:/this exotic path begining work\and\ space after '\' stop the match
\\?\c:/this exotic path begining work too\and \space before '\' stop the match too
\\testOk/this' - 'is ok in dirName/and - in lastName.ext
i:/dir/fileName with a .space before dot stop the match
\\?\server1\e:\utilities\\filecomparer\ this double \\ is interpretated as new path
@"c:\testOk\double quote character is more permissive/ '' , ; .txt, .ext2",
@"\\127.0.0.1\c$\temp\t'est-file.txt, if end double quote is missing, we use unquote match
@"\c:\LOCALHOST\c$\ thisIsNotMatched" "temp\test-file.txt", quoted path must have a right opening to be matched
@'\\.\c:\temp\te'st-file.txt' simple quoted is ok
'c:\simpleQuoteInsideStill'Match\but' stopMatch if next is space character,
'c:\simpleQuoteInsideStill'Match\but\'stopMatch if is fisrt character after \
'c:\simpleQuoteInsideStill'Match\but''stopMatch if he is double
@"\\?\c:\te ' mp\est-file.txt",
@"\\.\UNC\LOCALHOST\c$\temp\test-file.txt",
@"\\127.0.0.1\c$\temp\test-file.txt"
/\serverName\mix/and\still match" double quote character stop match
\\\IfMoreThan2_\_we take only the 2 lasts.ext first space after ext stop the match
/testNotMatch/html
/testNotMatch.html
testNotMatch.html
// -> this simple // or \\ is not matched, but this //isMatched !
/ -> this simple / is not matched, and this /notMatchedToo
b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Custom Data"
"b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Custom Data"
"\\b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Custom Data"
error Message test:
---------------------------
Tentative d'accès à C:\Users\tpgz4017\App - Data\Local\Temp\tempShapeFile_CrossWave Calibration Zones - Atoll CrossWave Model.shx après sa fin.
---------------------------
local url path :
file://C:/Users/Downloads/20220516_32289275_1049383.pdf
urlPath :
file://p-eco2.rd.fr/vol_H0037_01$/599/livraison/20220516_32289275_1049383.pdf
c:\temp\test-file.txt",
\\127.0.0.1\c$\temp\test-file.txt",
\\LOCALHOST\c$\ temp\test-file.txt",
\\LOCALHOST\c$ \temp\test-file.txt",
\\.\c:\temp\t\est-file.txt",
\\?\c:\temp\test-file.txt",
\\.\UNC\LOCALHOST\c$\temp\test-file.txt",
\\?\UNC\ServerName\ temp\test-file.txt",
\\127.0.0.1\c$\temp\test -file.txt"
error Message test:
Site0 / 3: - Warning . See log file 'C:\ProgramData\InfoVista\Planet 7.4\7.4\RPE\Log\Plugins\Universal_Model_masked\log_Universal_Model.txt' for details
C:/test\gvk.hv/fgfj.gjjb/uhloext : some random text
\\b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Polygon\Haguenau\Building\Haguenau hgtfhyt "C:/te-st.html" "C:/te-st.html" gd"dhbcsk "C:/te/dsst.ikpo fdsf "C:\test" "C:// test.html" gd
"//te s t/e, llo.html
C:/test\f/uhlo/.
C://te?st.html
b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Custom Data"
; dfsdf "\\b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Custom Data"
; dfsdf "\\
"\\b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Custom Data"Haguenau_Building.tab : Data format of \\b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Polygon\Haguenau\Building\Haguenau Building.* C: is invalid
Haguenau_Building.tab : Data format of \\b-renice\sauvegardes\B-HIER\GEO\Geo NetAct Atoll_Planet\UR_Est\Polygon\Haguenau\Building\Haguenau Building.TAB, is invalid
Haguenau_Building.tab : Data format of \\b-renice\sauvegardes\B-HIER\GEO\Geo_NetAct_Atoll_Planet\UR_Est\Polygon\Haguenau\Building\Haguenau Buildi*.*ng.*, is invalid
C:/test/../hjgbkl C:/test/../hjgbkl.gfgdfgrdgfdgr C:/test/../hjgbkl
C:/test.html
C://test/ .h/hel,lo.html//test/./hello.html
C:/test//hello.html
//test
//hello.html
/test
"%tmp%/fsdfs"
%tmp%/fsdfs
ERROR 8/31/2021 - 6:45:39 PM HighResClutter .RasterFile : \\b-ren ice\sauv egardes\B-HIER\GEO%dsq%\NewJersey_NewYork\DTM\DTM\CENTRAL_JERSE..Y_New_York_2 m_Z18N_0_DTM_02_06.bil : Le fichier spécifié est introuvable.
\\b-ren ice\sauv egardes\..\B-HIER\GEO\NewJersey_NewYork\DTM\DTM\CENTRAL_JERSE..Y_New_York_2 m_Z18N_0_DTM_02_06.bil C:\b-ren ice\sauv egardes\B-HIER\GEO\NewJersey_NewYork\DTM\DTM\CENTRAL_JERSE..Y_New_York_2 m_Z18N_0_DTM_02_06.bil \\b-ren ice\sauv egardes\B-HIER\GEO\NewJersey_NewYork\DTM\DTM\CENTRAL_JER SE.Y_New_York_2 m_Z18N_0_DTM_02_06.bil.
//test.html
\\10.1.1.107
//10.1.1.107/test.html
//10.1.1.107/te st/hello.html
//10.1.1.107/test/hello
//test/hello.txt
//test/hello.txt.
\\.\UNC\Server\Share\Test\Foo.txt
\\?\UNC\Server\Share\Test\Foo.txt
Pour les chemins UNC de périphérique, la partie serveur/partage forme le volume. Par exemple, dans \\?\server1\e:\utilities\filecomparer\ , la partie serveur/partage est server1\utilities . Ceci est important quand
'\\127.0.0.1\c$\temp\test-fi'le.txt' | Get path from any text | 2023-01-31T14:39:45.000Z |
^(?<time>[^ ]* {1,2}[^ ]* [^ ]*) (?<ident>[a-zA-Z0-9_\/\.\-]*)(?:\[(?<pid>[0-9]+)\])?(?:[^\:]*\:)? \[(?<time_server>[^\]]*)\] (?<host>[^ ]*) - (?<user>[^ ]*)\\"(?<method>\S+)(?: +(?<path>[^\"]*) +\S*)?" (?<code>[^ ]*) (?<size>[^ ]*) \\"(?<referer>[^\"]*)\\" \\"(?<agent>[^\"]*)\\"rt=(?<request_time>[^ ]*) uct=\\"(?<upstream_connect_time>[^ ]*)\\" uht=\\"(?<upstream_header_time>[^ ]*)\\" urt=\\"(?<upstream_response_time>[^ ]*)\\" uaddr=\\"(?<upstream_addr>[^ ]*)\\" x-forwarded-for=\\"*(?<http_x_forwarded_for>.*)\\"$ | Jun 26 06:53:39 00f628825635[3156]: [26/Jun/2018:06:53:39 +0000] 10.66.44.27 - -\"GET /health_check HTTP/1.1\" 200 0 \"-\" \"ELB-HealthChecker/1.0\"rt=0.000 uct=\"-\" uht=\"-\" urt=\"-\" uaddr=\"-\" x-forwarded-for=\"-\" | flunetd | 2018-06-26T06:59:34.000Z |
|
Decodes the Windows Winsxs folder names of files that could not be repaired from the CBS.log after unsuccessful scan with SFC. It does not include the random number assigned by the system, of course. Just replace If processor architecture is INTEL change to x86 or x64 depending on your system. And if culture is neutral change to none. | ^\d{4}.*CSI.*\"(.*)\"\sof\s(.*?)\,\sVersion\s=\s(.*?)\,\spA\s\=\s(?:.*?\_)+([A-Z]{4,5}).*?\,\sCulture\s(?|(?==).*?\]\"(.*?)\"|(\w*))\,\sVersionScope\s(?|(?=\=)\=\s.(.*)|(\w*))\,\sPublicKeyToken\s\=\s\{.+\:(.*?)\}.* | 2018-05-17 03:56:25, Info CSI 0000000f [SR] Verifying 100 (0x00000064) components
2018-05-17 03:56:25, Info CSI 00000010 [SR] Beginning Verify and Repair transaction
2018-05-17 03:56:44, Info CSI 00000012 [SR] Verify complete
2018-05-17 03:56:45, Info CSI 00000013 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:56:45, Info CSI 00000014 [SR] Beginning Verify and Repair transaction
2018-05-17 03:56:51, Info CSI 00000015 [SR] Cannot repair member file [l:28{14}]"jsc.exe.config" of jsc, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_MSIL (8), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 03:57:00, Info CSI 00000016 [SR] Cannot repair member file [l:28{14}]"jsc.exe.config" of jsc, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_MSIL (8), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 03:57:00, Info CSI 00000017 [SR] This component was referenced by [l:154{77}]"Package_1_for_KB2937610~31bf3856ad364e35~x86~~6.1.1.3.2937610-184_neutral_GDR"
2018-05-17 03:57:01, Info CSI 00000019 [SR] Verify complete
2018-05-17 03:57:02, Info CSI 0000001a [SR] Verifying 100 (0x00000064) components
2018-05-17 03:57:02, Info CSI 0000001b [SR] Beginning Verify and Repair transaction
2018-05-17 03:57:20, Info CSI 0000001d [SR] Verify complete
2018-05-17 03:57:21, Info CSI 0000001e [SR] Verifying 100 (0x00000064) components
2018-05-17 03:57:21, Info CSI 0000001f [SR] Beginning Verify and Repair transaction
2018-05-17 03:57:39, Info CSI 00000021 [SR] Verify complete
2018-05-17 03:57:40, Info CSI 00000022 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:57:40, Info CSI 00000023 [SR] Beginning Verify and Repair transaction
2018-05-17 03:57:57, Info CSI 00000025 [SR] Verify complete
2018-05-17 03:57:57, Info CSI 00000026 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:57:57, Info CSI 00000027 [SR] Beginning Verify and Repair transaction
2018-05-17 03:58:15, Info CSI 00000029 [SR] Verify complete
2018-05-17 03:58:16, Info CSI 0000002a [SR] Verifying 100 (0x00000064) components
2018-05-17 03:58:16, Info CSI 0000002b [SR] Beginning Verify and Repair transaction
2018-05-17 03:58:34, Info CSI 0000002d [SR] Verify complete
2018-05-17 03:58:35, Info CSI 0000002e [SR] Verifying 100 (0x00000064) components
2018-05-17 03:58:35, Info CSI 0000002f [SR] Beginning Verify and Repair transaction
2018-05-17 03:58:55, Info CSI 00000031 [SR] Verify complete
2018-05-17 03:58:56, Info CSI 00000032 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:58:56, Info CSI 00000033 [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:09, Info CSI 00000035 [SR] Verify complete
2018-05-17 03:59:09, Info CSI 00000036 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:09, Info CSI 00000037 [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:14, Info CSI 00000039 [SR] Verify complete
2018-05-17 03:59:15, Info CSI 0000003a [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:15, Info CSI 0000003b [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:19, Info CSI 0000003d [SR] Verify complete
2018-05-17 03:59:19, Info CSI 0000003e [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:19, Info CSI 0000003f [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:23, Info CSI 00000041 [SR] Verify complete
2018-05-17 03:59:24, Info CSI 00000042 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:24, Info CSI 00000043 [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:28, Info CSI 00000045 [SR] Verify complete
2018-05-17 03:59:28, Info CSI 00000046 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:28, Info CSI 00000047 [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:32, Info CSI 00000049 [SR] Verify complete
2018-05-17 03:59:33, Info CSI 0000004a [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:33, Info CSI 0000004b [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:37, Info CSI 0000004d [SR] Verify complete
2018-05-17 03:59:37, Info CSI 0000004e [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:37, Info CSI 0000004f [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:41, Info CSI 00000051 [SR] Verify complete
2018-05-17 03:59:42, Info CSI 00000052 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:42, Info CSI 00000053 [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:46, Info CSI 00000055 [SR] Verify complete
2018-05-17 03:59:47, Info CSI 00000056 [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:47, Info CSI 00000057 [SR] Beginning Verify and Repair transaction
2018-05-17 03:59:51, Info CSI 00000059 [SR] Verify complete
2018-05-17 03:59:52, Info CSI 0000005a [SR] Verifying 100 (0x00000064) components
2018-05-17 03:59:52, Info CSI 0000005b [SR] Beginning Verify and Repair transaction
2018-05-17 04:00:06, Info CSI 0000005d [SR] Verify complete
2018-05-17 04:00:07, Info CSI 0000005e [SR] Verifying 100 (0x00000064) components
2018-05-17 04:00:07, Info CSI 0000005f [SR] Beginning Verify and Repair transaction
2018-05-17 04:00:11, Info CSI 00000060 [SR] Cannot repair member file [l:32{16}]"RSMGRSTR.dll.mui" of brmfcmf.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:15, Info CSI 00000061 [SR] Cannot repair member file [l:30{15}]"BrSerId.sys.mui" of brmfport.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:18, Info CSI 00000062 [SR] Cannot repair member file [l:30{15}]"BrSerId.sys.mui" of brmfport.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:18, Info CSI 00000063 [SR] This component was referenced by [l:190{95}]"Microsoft-Windows-Client-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_brmfport"
2018-05-17 04:00:18, Info CSI 00000064 [SR] Cannot repair member file [l:32{16}]"RSMGRSTR.dll.mui" of brmfcmf.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:18, Info CSI 00000065 [SR] This component was referenced by [l:188{94}]"Microsoft-Windows-Client-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_brmfcmf"
2018-05-17 04:00:18, Info CSI 00000067 [SR] Verify complete
2018-05-17 04:00:19, Info CSI 00000068 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:00:19, Info CSI 00000069 [SR] Beginning Verify and Repair transaction
2018-05-17 04:00:21, Info CSI 0000006a [SR] Cannot repair member file [l:34{17}]"caspol.exe.config" of caspol, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:25, Info CSI 0000006b [SR] Cannot repair member file [l:34{17}]"caspol.exe.config" of caspol, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:25, Info CSI 0000006c [SR] This component was referenced by [l:154{77}]"Package_1_for_KB2937610~31bf3856ad364e35~x86~~6.1.1.3.2937610-126_neutral_GDR"
2018-05-17 04:00:25, Info CSI 0000006e [SR] Verify complete
2018-05-17 04:00:26, Info CSI 0000006f [SR] Verifying 100 (0x00000064) components
2018-05-17 04:00:26, Info CSI 00000070 [SR] Beginning Verify and Repair transaction
2018-05-17 04:00:34, Info CSI 00000072 [SR] Verify complete
2018-05-17 04:00:34, Info CSI 00000073 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:00:34, Info CSI 00000074 [SR] Beginning Verify and Repair transaction
2018-05-17 04:00:44, Info CSI 00000076 [SR] Verify complete
2018-05-17 04:00:46, Info CSI 00000077 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:00:46, Info CSI 00000078 [SR] Beginning Verify and Repair transaction
2018-05-17 04:00:53, Info CSI 0000007a [SR] Verify complete
2018-05-17 04:00:54, Info CSI 0000007b [SR] Verifying 100 (0x00000064) components
2018-05-17 04:00:54, Info CSI 0000007c [SR] Beginning Verify and Repair transaction
2018-05-17 04:01:03, Info CSI 0000007e [SR] Verify complete
2018-05-17 04:01:04, Info CSI 0000007f [SR] Verifying 100 (0x00000064) components
2018-05-17 04:01:04, Info CSI 00000080 [SR] Beginning Verify and Repair transaction
2018-05-17 04:01:06, Info CSI 00000081 [SR] Cannot repair member file [l:32{16}]"hpowiav1.dll.mui" of hpoa1ss.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:13, Info CSI 00000082 [SR] Cannot repair member file [l:32{16}]"i8042prt.sys.mui" of keyboard.inf.Resources, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:18, Info CSI 00000083 [SR] Cannot repair member file [l:20{10}]"secdrv.sys" of Macrovision-Protection-SafeDisc, Version = 6.1.7601.18977, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:21, Info CSI 00000084 [SR] Cannot repair member file [l:32{16}]"i8042prt.sys.mui" of keyboard.inf.Resources, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:21, Info CSI 00000085 [SR] This component was referenced by [l:190{95}]"Microsoft-Windows-Common-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_keyboard"
2018-05-17 04:01:22, Info CSI 00000086 [SR] Cannot repair member file [l:32{16}]"hpowiav1.dll.mui" of hpoa1ss.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:22, Info CSI 00000087 [SR] This component was referenced by [l:188{94}]"Microsoft-Windows-Client-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_hpoa1ss"
2018-05-17 04:01:22, Info CSI 00000088 [SR] Cannot repair member file [l:20{10}]"secdrv.sys" of Macrovision-Protection-SafeDisc, Version = 6.1.7601.18977, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:22, Info CSI 00000089 [SR] This component was referenced by [l:150{75}]"Package_1_for_KB3086255~31bf3856ad364e35~x86~~6.1.1.0.3086255-2_neutral_GDR"
2018-05-17 04:01:22, Info CSI 0000008b [SR] Verify complete
2018-05-17 04:01:22, Info CSI 0000008c [SR] Verifying 100 (0x00000064) components
2018-05-17 04:01:22, Info CSI 0000008d [SR] Beginning Verify and Repair transaction
2018-05-17 04:01:25, Info CSI 0000008e [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr004.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:25, Info CSI 0000008f [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr005.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:25, Info CSI 00000090 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr006.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:25, Info CSI 00000091 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr007.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:26, Info CSI 00000092 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr008.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:26, Info CSI 00000093 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr00a.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:34, Info CSI 00000094 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr005.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:34, Info CSI 00000095 [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Common-Modem-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_mdmbr005"
2018-05-17 04:01:35, Info CSI 00000096 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr006.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 00000097 [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Common-Modem-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_mdmbr006"
2018-05-17 04:01:35, Info CSI 00000098 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr007.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 00000099 [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Common-Modem-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_mdmbr007"
2018-05-17 04:01:35, Info CSI 0000009a [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr008.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 0000009b [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Common-Modem-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_mdmbr008"
2018-05-17 04:01:35, Info CSI 0000009c [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr00a.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 0000009d [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Common-Modem-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_mdmbr00a"
2018-05-17 04:01:35, Info CSI 0000009e [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr004.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 0000009f [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Common-Modem-Drivers-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.INF_mdmbr004"
2018-05-17 04:01:35, Info CSI 000000a1 [SR] Verify complete
2018-05-17 04:01:35, Info CSI 000000a2 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:01:35, Info CSI 000000a3 [SR] Beginning Verify and Repair transaction
2018-05-17 04:01:45, Info CSI 000000a5 [SR] Verify complete
2018-05-17 04:01:46, Info CSI 000000a6 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:01:46, Info CSI 000000a7 [SR] Beginning Verify and Repair transaction
2018-05-17 04:02:16, Info CSI 000000be [SR] Verify complete
2018-05-17 04:02:17, Info CSI 000000bf [SR] Verifying 100 (0x00000064) components
2018-05-17 04:02:17, Info CSI 000000c0 [SR] Beginning Verify and Repair transaction
2018-05-17 04:02:41, Info CSI 000000c2 [SR] Verify complete
2018-05-17 04:02:41, Info CSI 000000c3 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:02:41, Info CSI 000000c4 [SR] Beginning Verify and Repair transaction
2018-05-17 04:03:11, Info CSI 000000c7 [SR] Verify complete
2018-05-17 04:03:12, Info CSI 000000c8 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:03:12, Info CSI 000000c9 [SR] Beginning Verify and Repair transaction
2018-05-17 04:03:24, Info CSI 000000cd [SR] Verify complete
2018-05-17 04:03:25, Info CSI 000000ce [SR] Verifying 100 (0x00000064) components
2018-05-17 04:03:25, Info CSI 000000cf [SR] Beginning Verify and Repair transaction
2018-05-17 04:03:41, Info CSI 000000d3 [SR] Verify complete
2018-05-17 04:03:42, Info CSI 000000d4 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:03:42, Info CSI 000000d5 [SR] Beginning Verify and Repair transaction
2018-05-17 04:03:42, Info CSI 000000d6 [SR] Cannot repair member file [l:32{16}]"WMM2CLIP.dll.mui" of Microsoft-Windows-ClipsInTheLibrary.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:03:53, Info CSI 000000d7 [SR] Cannot repair member file [l:32{16}]"WMM2CLIP.dll.mui" of Microsoft-Windows-ClipsInTheLibrary.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:03:53, Info CSI 000000d8 [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-OpticalMediaDisc-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.OpticalMediaDisc"
2018-05-17 04:03:53, Info CSI 000000d9 [SR] This component was referenced by [l:206{103}]"Microsoft-Windows-ClipsInTheLibrary-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514.ClipsInTheLibrary"
2018-05-17 04:03:54, Info CSI 000000db [SR] Verify complete
2018-05-17 04:03:55, Info CSI 000000dc [SR] Verifying 100 (0x00000064) components
2018-05-17 04:03:55, Info CSI 000000dd [SR] Beginning Verify and Repair transaction
2018-05-17 04:04:01, Info CSI 000000de [SR] Cannot repair member file [l:24{12}]"WMM2CLIP.dll" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:01, Info CSI 000000df [SR] Cannot repair member file [l:22{11}]"Filters.xml" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:05, Info CSI 000000e0 [SR] Cannot repair member file [l:34{17}]"R000000000001.clb" of Microsoft-Windows-COM-ComPlus-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:08, Info CSI 000000e1 [SR] Cannot repair member file [l:18{9}]"MSDTC.LOG" of Microsoft-Windows-COM-DTC-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:14, Info CSI 000000e2 [SR] Cannot repair member file [l:24{12}]"WMM2CLIP.dll" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:14, Info CSI 000000e3 [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-ClipsInTheLibrary-Package~31bf3856ad364e35~x86~~6.1.7601.17514.ClipsInTheLibrary"
2018-05-17 04:04:14, Info CSI 000000e4 [SR] This component was referenced by [l:192{96}]"Microsoft-Windows-OpticalMediaDisc-Package~31bf3856ad364e35~x86~~6.1.7601.17514.OpticalMediaDisc"
2018-05-17 04:04:14, Info CSI 000000e5 [SR] Cannot repair member file [l:22{11}]"Filters.xml" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:14, Info CSI 000000e6 [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-ClipsInTheLibrary-Package~31bf3856ad364e35~x86~~6.1.7601.17514.ClipsInTheLibrary"
2018-05-17 04:04:14, Info CSI 000000e7 [SR] This component was referenced by [l:192{96}]"Microsoft-Windows-OpticalMediaDisc-Package~31bf3856ad364e35~x86~~6.1.7601.17514.OpticalMediaDisc"
2018-05-17 04:04:15, Info CSI 000000ea [SR] Cannot repair member file [l:34{17}]"R000000000001.clb" of Microsoft-Windows-COM-ComPlus-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:15, Info CSI 000000eb [SR] This component was referenced by [l:198{99}]"Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~6.1.7601.17514.WindowsFoundationDelivery"
2018-05-17 04:04:16, Info CSI 000000ec [SR] Cannot repair member file [l:18{9}]"MSDTC.LOG" of Microsoft-Windows-COM-DTC-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:16, Info CSI 000000ed [SR] This component was referenced by [l:198{99}]"Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~6.1.7601.17514.WindowsFoundationDelivery"
2018-05-17 04:04:18, Info CSI 000000ef [SR] Verify complete
2018-05-17 04:04:21, Info CSI 000000f0 [SR] Verifying 100 (0x00000064) components
2018-05-17 04:04:21, Info CSI 000000f1 [SR] Beginning Verify and Repair transaction
2018-05-17 04:04:29, Info CSI 000000f2 [SR] Cannot repair member file [l:20{10}]"system.ini" of Microsoft-Windows-CoreOS, Version = 6.1.7601.18288, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:29, Info CSI 000000f3 [SR] Cannot repair member file [l:14{7}]"win.ini" of Microsoft-Windows-CoreOS, Version = 6.1.7601.18288, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 03:56:51, Info CSI 00000015 [SR] Cannot repair member file [l:28{14}]"jsc.exe.config" of jsc, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_MSIL (8), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 03:57:00, Info CSI 00000016 [SR] Cannot repair member file [l:28{14}]"jsc.exe.config" of jsc, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_MSIL (8), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:11, Info CSI 00000060 [SR] Cannot repair member file [l:32{16}]"RSMGRSTR.dll.mui" of brmfcmf.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:15, Info CSI 00000061 [SR] Cannot repair member file [l:30{15}]"BrSerId.sys.mui" of brmfport.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:18, Info CSI 00000062 [SR] Cannot repair member file [l:30{15}]"BrSerId.sys.mui" of brmfport.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:18, Info CSI 00000064 [SR] Cannot repair member file [l:32{16}]"RSMGRSTR.dll.mui" of brmfcmf.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:21, Info CSI 0000006a [SR] Cannot repair member file [l:34{17}]"caspol.exe.config" of caspol, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:00:25, Info CSI 0000006b [SR] Cannot repair member file [l:34{17}]"caspol.exe.config" of caspol, Version = 6.1.7601.18523, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:06, Info CSI 00000081 [SR] Cannot repair member file [l:32{16}]"hpowiav1.dll.mui" of hpoa1ss.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:13, Info CSI 00000082 [SR] Cannot repair member file [l:32{16}]"i8042prt.sys.mui" of keyboard.inf.Resources, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:18, Info CSI 00000083 [SR] Cannot repair member file [l:20{10}]"secdrv.sys" of Macrovision-Protection-SafeDisc, Version = 6.1.7601.18977, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:21, Info CSI 00000084 [SR] Cannot repair member file [l:32{16}]"i8042prt.sys.mui" of keyboard.inf.Resources, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:22, Info CSI 00000086 [SR] Cannot repair member file [l:32{16}]"hpowiav1.dll.mui" of hpoa1ss.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:22, Info CSI 00000088 [SR] Cannot repair member file [l:20{10}]"secdrv.sys" of Macrovision-Protection-SafeDisc, Version = 6.1.7601.18977, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:25, Info CSI 0000008e [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr004.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:25, Info CSI 0000008f [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr005.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:25, Info CSI 00000090 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr006.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:25, Info CSI 00000091 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr007.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:26, Info CSI 00000092 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr008.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:26, Info CSI 00000093 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr00a.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:34, Info CSI 00000094 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr005.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 00000096 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr006.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 00000098 [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr007.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 0000009a [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr008.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 0000009c [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr00a.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:01:35, Info CSI 0000009e [SR] Cannot repair member file [l:30{15}]"BrSerIb.sys.mui" of mdmbr004.inf.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:03:42, Info CSI 000000d6 [SR] Cannot repair member file [l:32{16}]"WMM2CLIP.dll.mui" of Microsoft-Windows-ClipsInTheLibrary.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:03:53, Info CSI 000000d7 [SR] Cannot repair member file [l:32{16}]"WMM2CLIP.dll.mui" of Microsoft-Windows-ClipsInTheLibrary.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:01, Info CSI 000000de [SR] Cannot repair member file [l:24{12}]"WMM2CLIP.dll" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:01, Info CSI 000000df [SR] Cannot repair member file [l:22{11}]"Filters.xml" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:05, Info CSI 000000e0 [SR] Cannot repair member file [l:34{17}]"R000000000001.clb" of Microsoft-Windows-COM-ComPlus-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:08, Info CSI 000000e1 [SR] Cannot repair member file [l:18{9}]"MSDTC.LOG" of Microsoft-Windows-COM-DTC-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:14, Info CSI 000000e2 [SR] Cannot repair member file [l:24{12}]"WMM2CLIP.dll" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:14, Info CSI 000000e5 [SR] Cannot repair member file [l:22{11}]"Filters.xml" of Microsoft-Windows-ClipsInTheLibrary, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:15, Info CSI 000000ea [SR] Cannot repair member file [l:34{17}]"R000000000001.clb" of Microsoft-Windows-COM-ComPlus-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:16, Info CSI 000000ec [SR] Cannot repair member file [l:18{9}]"MSDTC.LOG" of Microsoft-Windows-COM-DTC-Runtime, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:29, Info CSI 000000f2 [SR] Cannot repair member file [l:20{10}]"system.ini" of Microsoft-Windows-CoreOS, Version = 6.1.7601.18288, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
2018-05-17 04:04:29, Info CSI 000000f3 [SR] Cannot repair member file [l:14{7}]"win.ini" of Microsoft-Windows-CoreOS, Version = 6.1.7601.18288, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, file cannot be checked
x86_microsoft-windows-b..-ultimate.resources_31bf3856ad364e35_6.1.7600.16385_en-us_03f7020a761db3d1
2018-05-17 04:03:39, Info CSI 000000d0 Ignoring duplicate ownership for directory [l:62{31}]"\??\C:\Windows\Branding\Basebrd" in component Microsoft-Windows-Branding-Base-Ultimate, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
| SFC Log File to Windows Directory Names | 2018-05-17T18:24:11.000Z |
\.ofType\(core\.([A-Z_]*.)\) | .ofType(core.REJECT_PENNG_USER)
.ofType(core.REJECT_PDING_USER)
.ofType(core.REJT_PENDING_USER)
.ofType(core.REJET_PENDING_USER)
.ofType(core.REJECT_PENDISER) | Find/replace with 1 group capture | 2017-12-20T13:42:28.000Z |
|
to identify instances where the url has been copied | \d+\/$|(copy) | https://gpe-satellite-1.pnpd.co.uk/shop/italian-grand-prix/red-bull-racing-paddock-club-friday-10/ | url ending in 'digit/' or 'copy' | 2018-08-06T15:02:16.000Z |
On\s[a-z]{3},\s[0-9]{1,2}\s[a-z]{3,4}\s[0-9]{4}\sat\s[0-9]{1,2}:[0-9]{1,2},\s[^<]*<[a-z0-9._%+\-]+@[a-z0-9.\-]+\.[a-z]{2,6}>\swrote: | On Thu, 4 Oct 2018 at 10:48, The Rounds <[email protected]> wrote:
On Sun, 23 Sept 2018 at 09:01, Some Person <[email protected]> wrote:
| Go Gmail Date Reply Line | 2018-10-16T18:44:55.000Z |
|
[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,3}$ | [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,3}$ | Email | 2021-09-17T07:40:26.000Z |
|
.* | Strings | 2018-04-27T14:55:09.000Z |
||
匹配大部分标点 | [\u0021-\u002f\u003a-\u0040\u005b-\u0060\u007b-\u008f\u00a0-\u00bf\u00d7\u00f7\u2000-\u2bff\u3000-\u303f] | -・·&%'・·關∞| | 标点 | 2021-07-04T12:33:01.000Z |
This pattern matches the AWS's ARN pattern | ^arn:(?P<Partition>[^:\n]*):(?P<Service>[^:\n]*):(?P<Region>[^:\n]*):(?P<AccountID>[^:\n]*):(?P<Ignore>(?P<ResourceType>[^:\/\n]*)[:\/])?(?P<Resource>.*)$ | # ARN Format Templates
arn:partition:service:region:account-id:resource
arn:partition:service:region:account-id:resourcetype/resource
arn:partition:service:region:account-id:resourcetype:resource
# Amazon Simple Storage Service (S3)
arn:aws:s3:::my_corporate_bucket/Development/*
| AWS Arn matching | 2021-04-23T13:40:27.000Z |
(?:MP)([0-9]{1,}|[0-9]{1,}\.|\.[0-9]{1,}|[0-9]{1,}\.[0-9]{1,}|)(?:\s{1,})(.{1,}) | MP1 Chicago
MP7 Chicago
MP1. Chicago
MP7. Chicago
MP.1 Chicago
MP.7 Chicago
MP1.1 Chicago
MP7.7 Chicago
MP1Chicago
MP7Chicago
MP1.Chicago
MP7.Chicago
MP.1Chicago
MP.7Chicago
MP1.1Chicago
MP7.7Chicago | Milepost | 2017-12-19T16:00:07.000Z |
|
Finds different variations of "Incorporation", e.g.: Inc, Inc. etc | incorporation|\binc[.]*(?!\w) | Inc
Inc.
Incorporation
My Inc
My Inc.
My Inc. Company
My Incorporation company
Linc Communication Llc
DRV Incorporated | Incorporation | 2018-08-16T17:51:24.000Z |
The password must contain :
- Between 8 and 24 chars
- 1 lowercase
- 1 uppercase
- 1 number
- 1 special char
Work with HTML5 pattern. | ^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z])(?=.*[^\w\d\s:])([^\s]){8,24}$ | ^@},hJu>[4Bo7TGX
_}24I:9t58Tu?m@e
|YlzEc|1
#m_4xF%t"Bu5jeb$
12345678aA
^@},^@},^@},
12345678aA@
12345678 aA@
12345678aA@
AbCdEfGhIi
abcdefgh123
ABCDEFGH1234 | Strong password | 2022-11-07T22:49:57.000Z |
Appollo | (\d+)\s+(\w{2})\s*(\w{2,5})\s+(\w{5})\s+(\w{3})(\w{3})\s+(\w{4,5})\s+(\w{4,5})\s+(\w{5})\s*((?:.|\n)*(\n\s*\n)?(?=\d+\s+\w{2}\s*\w{2,5}\s+\w{5}\s+\w{3}\w{3}\s+\w{4,5}\s+\w{4,5}\s+\w{5}|$)) | 1 UA 990J 28OCT SFOCDG 340P 1015A 29OCT
2 AF1830J 31OCT CDGMXP 900A 1025A 31OCT
OPERATED BY AIR CANADA
YYZ CHECK-IN WITH AIR CANADA
3 LH 259J 03NOV MXPFRA 740A 900A 03NOV
OPERATED BY LUFTHANSA
MAD CHECK-IN WITH LUFTHANSA
4 LH 454J 03NOV FRASFO 1005A 205P 03NOV
5 LH 454J 03NOV SFOKIV 205P 235P 03NOV | Appolo | 2018-11-27T13:26:07.000Z |
\[(.*?)\](\(.*?\)) | [Google](http://www.google.com)
[Regex](http://www.regex.com)
[Dev community](https://dev.to/janetracydev) | Replacing markup link to html | 2020-07-02T10:15:18.000Z |
|
#[abcdef0-9]{3,6} | color: #fff;
color: black;
color: #f5f5f5; | Find CSS hexadecimal color values | 2018-11-08T10:31:34.000Z |
|
Inner field values extraction | The field \'(\w+)\' is not valid for this request type \'([a-z|A-Z|(0-9)*|\s+]*)\' | The field 'customfield_12583' is not valid for this request type 'Side Tasks'
The field 'customfield_22222' is not valid for this request type 'NOC'
| Inner field values extraction | 2022-08-20T10:40:07.000Z |
(?:^|(?<=\s))(?!charlie@outrunthebear\.co\.uk)(\w[\w\.]*@\w+\.[\w\.]+)\b |
I need a regular expression that will match email addresses, but exclude specific email addresses from the match
e.g. do not match;
[email protected]
[email protected]
[email protected]
[email protected]
match all other email addresses;
may be [email protected] or [email protected] [email protected]
[email protected]
[email protected]
[email protected] | find emails except a particular email | 2018-08-06T06:21:12.000Z |
|
Regex2017(?=sucedido) | Regex2017sucedido
Regex2017precedido | (?=) = Sucedido por algum conjunto de caracteres; | 2017-04-11T00:14:13.000Z |
|
KSA Mobile Validation Start with 5 and only 9 numbers | ^[5][0-9]{8}$ | 523654789 | KSA Mobile Validation | 2017-12-26T10:20:15.000Z |
Subsets and Splits