description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
matches a simple full prompt
(\d+)h, (\d+)m, (\d+)e, (\d+)w [e\-][x\-][\-\s]
300h, 300m, 1500e, 2000w ex- 300h, 300m, 1500e, 2000w e- 3h, 5m, 5e, 5w -x 9h, 11m, 500e, 500w -- 300h, 5m, 0e, 9w ex- hift6y 300h 300h ex-
Basic Achaea Full Prompt
2016-09-21T19:34:44.000Z
finds the first bar (Find "bar" which has "bar" after it)
bar(?=bar)
foobarbarfoo
Positive lookahead
2016-03-06T14:38:05.000Z
[A-Z][a-z]+:
<ul> <li>Frankfurt/Main</li> <li>Germany</li> <li>Architect: Coop Himmelb(l)au</li> <li>2008 - 2014</li> <li>Client: European Central Bank ECB</li> <li>Engineering Firm: ARGE IFFT-ML / Prof. Schott &ndash; Prof. Lange, Arup GmbH, AS&amp;P &ndash; Albert Speer &amp; Partner GmbH, B + G Ingenieure, Bollinger &amp; Grohmann GmbH with Grontmij BGS Ingenieurgesellschaft mbH</li> <li>Contractor: Z&uuml;blin AG</li> <li>Photographer: &copy; European Central Bank/Robert Metsch</li> </ul> <p>&nbsp;</p>
1
2016-09-13T08:16:22.000Z
constructor for X++ class, given the class declaration with xml documentation
([ ]*)(class)[ ]+([a-zA-Z]\S*).*
class GTECostSheetFactorParameters
constructor (with xml documentation)
2018-02-14T15:19:59.000Z
^(((\+?64[3-9]|0[3-9])\d{7})|((\+?642\d{1}|02\d{1})\d{6,8})|(((\+?64800|0800)|(\+?64508|0508))\d{6,8}))$
0273123121
NZ Phone Number
2017-06-14T03:36:44.000Z
^[0-9]{3}\-[0-9]{7}\-[0-9]{2}$
123-1234567-12
id belgium
2019-03-13T17:21:56.000Z
its mysql config file, i need find user only [client] section (or take sure shat its section not content user)
((?<=\[client\]\n)[\w\n\s=#\/.]*(?=\[))
jonfir-question
2015-03-26T11:04:07.000Z
ICD-10-CM Diagnosis Codes
[a-zA-Z]\d([a-zA-Z]|\d)(.([a-zA-Z]|\d){1,4})?
L89.141 – Pressure ulcer of left lower back, stage 1 L89.142 – Pressure ulcer of left lower back, stage 2 L89.143 – Pressure ulcer of left lower back, stage 3 L89.144 – Pressure ulcer of left lower back, stage 4 L89.149 – Pressure ulcer of left lower back, unspecified stage L89.151 – Pressure ulcer of sacral region, stage 1 L89.152 – Pressure ulcer of sacral region, stage 2 A12.123a 123.1 B23 B12. B12.321assdf 12B23.234a ds
ICD-10-CM
2015-10-09T16:05:07.000Z
(?<remote>[^ ]*) - (?<user>[^ ]*) \[(?<time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>[^\"]*) +\S*)?" (?<code>[^ ]*) (?<size>[^ ]*)(?: "(?<referer>[^\"]*)" "(?<agent>[^\"]*)")? (?<request_time>[^ ]*) (?<upstream_response_time>[^ ]*)
115.192.115.147 - - [04/Dec/2015:01:08:03 +0800] "GET /n otify HTTP/1.1" 200 0 "-" "Android/19 (cynovo-par10; DRX-1.1.2-20151103-H7; root; unknown; zh_CN) com.luedongtech.kr3000/231 00:23:9e:03:49:5b" 0.004 0.004
nginx_luedong
2015-12-04T06:17:17.000Z
Regular Expression to validate NIC of Sri lankna (National Identity Card)
^[0-9]{9}[vVxX]$
958745896V
Sri Lankan NIC Regex
2016-09-14T11:39:29.000Z
It filters out the body of all public functions.
[\n]+\s+public function [a-z]+[(][a-zA-Z0-9=',]+[)]\n+\s+[{]\n(.+?)\n+\s+[}]
class T { public function abc(dsv) { sdvdsv;csdcsd sdcsdcsdc } public function abc(dsv) { sdvdsv;csdcsd sdcsdcsdc } }
Filter public functions
2016-06-09T17:22:37.000Z
Check if a sudoku board is valid or not. The board has to be as a single line. Seen at http://codegolf.stackexchange.com/questions/78210/regex-golf-verify-a-sudoku-solution
^(?!.*(?=(.))((.{9})+|(.(?!(?3)*$))+|(?(?=.(...)*$)(.(?!(.{27})*$)){7}|.)+)\1)
618792354837265941723154869956817423281543697374926185549638712165479238492381576
Check sudoku
2016-04-23T16:58:38.000Z
This regex matches roman numbers from 1 (I) to 3999 (MMMCMXCIX)
^(?!$)M{0,2}(?:M(?=CM(?:XC)?(?:IX)?$))?(?:C(?=M[^CD]*(?:XC)?[^CD]*$))?M?(?:C(?=D[^C]*(?:XC)?[^C]*$))?D?C{0,2}(?:C(?=XC(?:IX)?$))?(?:X(?=C[^X]*(?:IX)?[^X]*$)(?!.*L))?C?(?:X(?=L[^X]*(?:IX)?[^X]*$))?L?X{0,2}(?:X(?=IX$))?(?:I(?=[XV]$))?X?V?I{0,3}$
I II XXIX XXXVIII IV XIV XXXIX LXXX XL CCCXCIX DCCCXCIX CDXC MMMCMIX MMMCMXCIX MMMCM (MMMCM)CMI (I)
Roman numbers
2015-10-20T13:01:49.000Z
\d\.\d.\d.\d
AssemblyVersion("1.0.0.0"
Match full version
2016-03-18T14:41:18.000Z
^\t\t\t\tcompile: function\s*\([^)]+\)\s*\{\s*return\s+function\s*\(\s*([^)]+)\s*\)\s*\{\s*([^}]+?)\s*};\s+}
compile: function(element, attrs, childTranscludeFn) { return function ( scope, element, attrs, checkboxCtrl ) { checkboxCtrl.init(scope.$parent.element); }; }
compile -> link replace
2016-02-02T15:06:29.000Z
Done while modifying Remote MX Wizard( Getting MX records from user input)
^(?!\-)(?:[a-zA-Z\d\-]{0,62}[a-zA-Z\d]\.){1,126}(?!\d+)[a-zA-Z\d]{1,63}(:)\d+$
aspmx.l.google.com:0
Rex: Domain name plus colon plus integer
2016-09-15T14:43:21.000Z
Isolate Profile ID from Facebook URL Still requires: * Cutting of remainder of URL from first occurrence of '&'
^(?:https?:\/\/)?(?:www\.|m\.|touch\.)?(?:facebook\.com|fb(?:\.me|\.com))\/(?!$)(?:(?:\w)*#!\/)?(?:pages\/)?(?:photo\.php\?fbid=)?(?:[\w\-]*\/)*?(?:\/)?(?:profile\.php\?id=)?([^\/?\s]*)(?:\/|&|\?)?.*$
https://www.facebook.com/profile.php?id=123456789 https://www.facebook.com/profile.php?id=123456789&fref=pb&hc_location=friends_tab https://www.facebook.com/my_page_id https://www.facebook.com/My.Page.ID https://www.facebook.com/page_with_1_number https://www.facebook.com/mypageusername?ref=hl https://www.facebook.com/mypageusername?ref=hl&fref=pb&hc_location=friends_tab https://www.facebook.com/#!/my_page_id https://www.facebook.com/pages/Paris-France/Vanity-Url/123456?v=app_555 https://www.facebook.com/pages/Vanity-Url/12345678 https://www.facebook.com/pages/Vanity-Url/12345678?ref=hl https://www.facebook.com/pages/My.Page.ID/121166161229757 https://www.facebook.com/bounce_page#!/pages/Vanity-Url/45678 https://www.facebook.com/bounce_page#!/my_page_id?v=app_166292090072334 https://www.facebook.com/Φc?ref=hl https://www.facebook.com/Φc/?ref=hl https://www.facebook.com/pages/Φc/1234?ref=hl https://www.facebook.com/pages/Φc/1234/?ref=hl https://www.facebook.com/Φc/?ref=hl https://www.facebook.com/pages/GHOST-Caf%C3%A9/627191887397533?fref=ts https://www.facebook.com/TrollsdeGeek/videos/1612020065488125/ http://www.facebook.com/my_page_id https://touch.facebook.com/mypageusername https://m.facebook.com/mypageusername ftp://www.facebook.com/mypageusername?ref=hl https://www.facebook.com/pages/%CE%A4%CE%91-%CE%A6%CE%A1%CE%9F%CE%A5%CE%A4%CE%91-%CE%A4%CE%9F%CE%A5-%CE%94%CE%91%CE%A3%CE%9F%CE%A5%CE%A3/145298928829093 https://www.facebook.com/pages/ΤΑ-ΦΡΟΥΤΑ-ΤΟΥ-ΔΑΣΟΥΣ/145298928829093 https://www.facebook.com/pages/GHOST-Caf%C3%A9/627191887397533?fref=ts
Facebook profile ID
2018-11-24T17:50:19.000Z
[EAQR]:\{((\d{3}\|?)+)\}(\^([-0-9.]+))?
E:{300}^2&E:{800}^4&A:{201}^-1&A:{200}^0.5&Q:{400|500|700}^2&R:{201|202}
심차장님 정규식
2021-02-02T05:35:05.000Z
noticias\/(\d+).shtml
noticias/1.shtml noticias/_1.shtml noticias/titulo-prueba_1.shtml noticias/liga-2018.shtml noticias/_.shtml noticias/titulo-prueba_.shtml noticias/titulo_prueba_1.shtml
DetalleNoicia
2018-04-14T04:57:33.000Z
Match ESET MSP Utility domains for exclusion from DNS logs
^ftp\.eset\.sk|mspapi\.esetsoftware\.com$
ftp.eset.sk mspapi.esetsoftware.com
ESET MSP Utility domains (DNS)
2023-06-14T14:52:19.000Z
"repoType":(.*?)"repo":(.*?),|"resType":(.*?),|"result":(.*?),|"policy":(.*?),|"enforcer":(.*?),|"sess":(.*?),|"cliType":(.*?),|"reqData":(.*?),|"agentHost":(.*?),|"logType":(.*?),|"id":(.*?),|"seq_num":(.*?),|"event_count":(.*?),|"event_dur_ms":(.*?),|"tags":(.*?),|"additional_info":|"{(.)(?!$)
{"repoType":3,"repo":"DEV01_hive","reqUser":"na230292","evtTime":"2018-05-07 07:29:16.765","access":"ALTER","resource":"stg_hr_erp_hr_erpprod/hr_dm_application_groups","resType":"@table","action":"alter","result":1,"policy":695,"enforcer":"ranger-acl","sess":"ce536988-846d-47d2-a9dc-40e88c9c3e1a","cliType":"HIVESERVER2","cliIP":"149.25.76.150","reqData":"msck repair table stg_hr_erp_hr_erpprod.hr_dm_application_groups","agentHost":"rpc11743.corp.ncr.com","logType":"RangerAudit","id":"358f75d9-8423-49e1-bd3e-3cc795cccf2e-25620","seq_num":51241,"event_count":1,"event_dur_ms":0,"tags":[blah],"additional_info":"{\"remote-ip-address\":149.25.76.150, \"forwarded-ip-addresses\":[]","cluster_name":"DEV01"}
Extract Hive Audit Log JSON
2018-06-11T19:32:32.000Z
(fprintf(\s*)\((\s*\S+)[,])([^\"])
fprintf(out, os.str().c_str());
t3
2020-09-09T03:29:44.000Z
%X?INCLUDE (\w+).\1$
%XINCLUDE hola.hola %XINCLUDE hola.hola
includes con palabras repetidas
2017-06-06T21:13:58.000Z
^.*?(\d[\d.,]*)\s?(cm|m|mm|dm|verstellbar)\b.*$
Ledergürtel 100cm
Größe/Länge
2020-10-06T12:12:53.000Z
A regular expression to validate a Date in format DD/MM/YYYY
^(0[1-9]|[12][0-9]|3[01])[/]([01][12])[/]([1-9][0-9]{3})$
12/12/2052
Date validation
2014-11-07T21:30:07.000Z
^[a-z0-9#!$%&'*+-/=?^_`{}|~]+[\.a-z0-9!#$%&'*+/=?^_`{|}~-]*[^.]@[a-z0-9]+[a-z0-9\.]*\.[a-z]{2,24}$
email
2016-05-11T21:08:43.000Z
Between 8 and 10 Digits, no spaces
[0-9]{8,10}
0123450000000000
Phone Number
2016-06-23T03:09:24.000Z
([k,K]ıdem [t,T]azminatı )(?![ö,Ö]deme)
- Amortisman ve İtfa Payları - Kıdem Tazminatı Karşılığı - Kıdem tazminatı ödemesi
kalem pattern 2
2016-03-08T07:37:45.000Z
Valida las posibles respuestas al insertar una pregunta, esto se realiza ya que las respuestas se ordenan aleatoriamente, por eso no se permite respuestas del tipo "A y B son correctas"
(([abcde]\s?(y|,))?.[abcde]\s(es|son)\s(los|las)?\s?(corre|fals|verd|ciert)[\w]+\b)|((ningun|tod)[oa].+(las|los|de)?(anterior(es)?)((es|son)?)\s(corre|fals|verd|ciert)?)|(solo\s[abcde]\s?y?\s?[abcde]?)
A y B son correctas D y B es correcto de las anteriores solo B es correcta Las respuestas A y B son correctas B, C son correctos ninguna de las anteriores Los incisos A y B son correctos Todas las anteriores B+A= 0 A y B son correctas Solo A y B Toda(o)s las anteriores son correctas A y B son ciertas Todas las anteriores A y C son correctas AB = In ⇒ A y B son inversibles b y c son correctas Las empresas mercantiles o establecimientos de comercio Derrame pleurales menores a 1,5 cm no se puncionan Solo a y b son falsas A es singular y B es regular A y B son falsos Todos son correctos a y b son verdaderos Nocursa con deformidad del raquis A, B y C son correctos A, B y C son los correctos
Validar registro de pregunta
2015-09-14T18:12:07.000Z
(1.*(?<!foo|bar|baz)2)
1fffoo2
filter
2015-07-18T07:55:47.000Z
<td.*(File)(<[^>]*>)*:(<[^>]*>)*([\w])+\.(jpg).*td>
<td class='diff-addedline'><div>[[<ins class=\"diffchange diffchange-inline\">File<\/ins>:<ins class=\"diffchange diffchange-inline\">Colt3<\/ins>.jpg|thumb|none|350px|Colt 1895 machine gun .30-40 Krag]]<\/div><\/td>
Save
2016-06-27T05:23:39.000Z
[shortcode attr="data"]
\[[^\[]*\]
[products-tab collection="frontpage,new,all-1" title="BEST SELLING" nav="true" style="product-loop-swatch" rows="2" items="8" header="style-1"] [products-deal product="apple-iphone-se,armani-exchange-brown-leather-watch-ax2181" title="DEAL OF THE DAY"] [blog blog="news" desc="If you are interested in the latest articles in the industry, take a sneak peek at our blog. You’ve got nothing to loose!" style="style-2"] [products-tab collection="frontpage,new,all-1" title="BEST SELLING" nav="true" style="product-loop-swatch" rows="2" items="8" header="style-1"]
Shortcode Js
2016-09-16T08:44:39.000Z
(.*) \((.*)\) (.*)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Split user agent into groups
2015-12-07T18:17:15.000Z
Add a whitespace after a period if it is followed by a non-whitespace character
(?<=[.])(?=[^\s])
The two platinum derivatives have been previously combined as they are not totally cross-resistant and as they share no overlapping toxicities.Patients with AOC, after the initial cytoreductive surgery were randomized to either 6 courses of paclitaxel at 175 mg/m2 as 3 h infusion plus Carboplatin at 7 AUC (Arm A) or Paclitaxel at the same dose plus Carboplatin again at 7 AUC for cycles 1,3,5, while for cycles 2,4,6 Cisplatin at 75 mg/m2 substituted for Carboplatin (Arm B).247 patients are analyzed.
Add space after period
2022-09-23T06:17:43.000Z
middle number parsing regex
^\d{3}\-(\d{4})\-\d{4}$
phone number middle number parsing
2022-09-26T05:32:24.000Z
[a-zA-Z]+
cama carro There is Hola abcd 12324
Any word
2017-01-10T18:28:56.000Z
Parser for DSN. Used in PHP PDO MySQL configuration.
^(?P<scheme>[^:]*):host=(?P<host>[^;]*);port=(?P<port>[^;]*);dbname=(?P<database>[^;]*)$
mysql:host=localhost;port=3306;dbname=test"
DSN Parser
2018-09-11T05:20:26.000Z
\b(?:oaa|ofo|oli|olo|de|bo)\.[a-zA-Z0-9_]+
all columns with specified aliases
2017-10-18T14:24:45.000Z
(\d+\s?)(px|in|)(\s+|$)
12 13px 13in 12
get css value and unit
2017-04-03T19:56:51.000Z
https://docs.asciidoctor.org/asciidoc/latest/blocks/delimited/ only basic syntax
^\_{4}[\r\n]([\s\S]+?(?=^\_{4}[\r\n]))\_{4}[\r\n]
____ ____ ____ fff ____ ____ df123 dsfds ggdg fsdf ____ _____ dfdsfds gfsdf _____
AsciiDoc delimited block quote
2022-10-07T09:09:24.000Z
French compass direction abbrevation patern with cardinal, ordinal and half-wind
^[NEOS]{1,3}$
S SE N E NNO SO NO
French compass direction abbrevation patern
2018-11-13T13:00:43.000Z
Exist a problem with simple regex in JS Solution from: https://www.safaribooksonline.com/library/view/regular-expressions-cookbook/9781449327453/ch09s10.html
<!--[\s\S]*?-->
<property name="Message" type="String">Witam<br /><!--[if gte mso 9]&gt;&lt;xml&gt; &lt;o:OfficeDocumentSettings&gt; &lt;o:AllowPNG/&gt; &lt;/o:OfficeDocumentSettings&gt; &lt;/xml&gt;&lt;![endif]--><b style="mso-bidi-font-weight:normal"><span style="font-size:12.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:Calibri;mso-bidi-font-family: &quot;Times New Roman&quot;;mso-ansi-language:PL;mso-fareast-language:EN-US;mso-bidi-language: AR-SA">Przedmiot rozwiązania alternatywnego:</span></b><span style="font-size: 12.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;; mso-ansi-language:PL;mso-fareast-language:EN-US;mso-bidi-language:AR-SA"> </span><i style="mso-bidi-font-style:normal"><span style="font-size:11.0pt;line-height: 115%;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:Calibri; mso-bidi-font-family:&quot;Times New Roman&quot;;mso-ansi-language:PL;mso-fareast-language: EN-US;mso-bidi-language:AR-SA">proces automatyzacji backupu skrzynek funkcyjnych</span></i><!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt; &lt;w:View&gt;Normal&lt;/w:View&gt; &lt;w:Zoom&gt;0&lt;/w:Zoom&gt; &lt;w:TrackMoves/&gt; &lt;w:TrackFormatting/&gt; &lt;w:HyphenationZone&gt;21&lt;/w:HyphenationZone&gt; &lt;w:PunctuationKerning/&gt; &lt;w:ValidateAgainstSchemas/&gt; &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt; &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt; &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt; &lt;w:DoNotPromoteQF/&gt; &lt;w:LidThemeOther&gt;PL&lt;/w:LidThemeOther&gt; &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt; &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt; &lt;w:Compatibility&gt; &lt;w:BreakWrappedTables/&gt; &lt;w:SnapToGridInCell/&gt; &lt;w:WrapTextWithPunct/&gt; &lt;w:UseAsianBreakRules/&gt; &lt;w:DontGrowAutofit/&gt; &lt;w:SplitPgBreakAndParaMark/&gt; &lt;w:EnableOpenTypeKerning/&gt; &lt;w:DontFlipMirrorIndents/&gt; &lt;w:OverrideTableStyleHps/&gt; &lt;/w:Compatibility&gt; &lt;m:mathPr&gt; &lt;m:mathFont m:val=&quot;Cambria Math&quot;/&gt; &lt;m:brkBin m:val=&quot;before&quot;/&gt; &lt;m:brkBinSub m:val=&quot;&amp;#45;-&quot;/&gt; &lt;m:smallFrac m:val=&quot;off&quot;/&gt; &lt;m:dispDef/&gt; &lt;m:lMargin m:val=&quot;0&quot;/&gt; &lt;m:rMargin m:val=&quot;0&quot;/&gt; &lt;m:defJc m:val=&quot;centerGroup&quot;/&gt; &lt;m:wrapIndent m:val=&quot;1440&quot;/&gt; &lt;m:intLim m:val=&quot;subSup&quot;/&gt; &lt;m:naryLim m:val=&quot;undOvr&quot;/&gt; &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--><!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:LatentStyles DefLockedState=&quot;false&quot; DefUnhideWhenUsed=&quot;true&quot; DefSemiHidden=&quot;true&quot; DefQFormat=&quot;false&quot; DefPriority=&quot;99&quot; LatentStyleCount=&quot;267&quot;&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;0&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Normal&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;heading 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 7&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 8&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 9&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 7&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 8&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 9&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;35&quot; QFormat=&quot;true&quot; Name=&quot;caption&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;10&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Title&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; Name=&quot;Default Paragraph Font&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;11&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtitle&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;22&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Strong&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;20&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Emphasis&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;59&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Table Grid&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Placeholder Text&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;No Spacing&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Revision&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;34&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;List Paragraph&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;29&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Quote&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;30&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Quote&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 1&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 2&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 3&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 4&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 5&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 6&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;19&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Emphasis&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;21&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Emphasis&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;31&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Reference&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;32&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Reference&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;33&quot; SemiHidden=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Book Title&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;37&quot; Name=&quot;Bibliography&quot;/&gt; &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; QFormat=&quot;true&quot; Name=&quot;TOC Heading&quot;/&gt; &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--><!--[if gte mso 10]&gt; &lt;style&gt; /* Style Definitions */ table.MsoNormalTable {mso-style-name:Standardowy; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:&quot;&quot;; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-bidi-font-family:&quot;Times New Roman&quot;;} &lt;/style&gt; &lt;![endif]--><br />Dla WT nr sa został utworzony formularz inwestycyjny o nr ddsa<br />- operator: 12<br /><br />Pozdrawiam<br />jankopi9</property>
Remove XML-Style Comments (JavaScript)
2015-07-28T09:09:48.000Z
JSESSIONID con GME 8.5
\s*([JSESSIONID]+)\s*=\s*(?:"([^"])"|([^;"]*))\s*
HTTP/1.1 302 Found Date: Fri, 10 Jun 2016 21:44:38 GMT Set-Cookie: JSESSIONID=1n9rk5co2o4xkpr327clod1pu;Path=/genesys;Expires=Sat, 11-Jun-2016 21:44:38 GMT;HttpOnly Expires: Thu, 01 Jan 1970 00:00:00 GMT Location: http://192.168.1.200:8010/genesys/admin/login.jsp#/ Content-Length: 0
JSESSIONID con GME 8.5
2016-06-10T21:50:02.000Z
Match for ram size and storage size
^[1-9][0-9]+(\.[0-9]+)?(MB|GB|TB)$
10.40TB
Match for RAM, Storage
2016-04-08T04:11:12.000Z
(export[^(]*)(\(([^)]+)\))([^{]*)([^{]*{)
export default function something($123, something, wauw) { function(random) { return random; function(woo) { return "wow"; } } } export default function(something, wauw) { }
add ngInject
2016-06-23T09:02:13.000Z
Test
02, 80, 10, 10, 00, 01, 03, 91
02, 80, 10, 10, 00, 01, 03, 91
Test
2016-09-15T23:39:51.000Z
Regex to match R-G-B and Opacity with/without "," and even RGBA text It will match rgba(x,x,x,x.x) rgba (x x X x.x) x,x,x,x.x x x x x.x
^(?:rgba?)?[\s]?[\(]?[\s+]?(\d+)[(\s)|(,)]+[\s+]?(\d+)[(\s)|(,)]+[\s+]?(\d+)[(\s)|(,)]+[\s+]?([0-1]?(?:\.\d+)?)$
0 0 0 0.5
RGBA color values and opacity matcher
2015-07-25T21:50:08.000Z
E:\\Software\\Download\\?(?!.*?\\).*$
E:\Software\Download\MSEdgeDL\miui_BOMB_21.1.28_f15be071ad_11.0 E:\Software\Download\MSEdgeDL E:\Software\Download\
FileName
2021-02-20T12:16:55.000Z
[A-HJ-NP-TV-Z]{2}[\s-]{0,1}[0-9]{3}[\s-]{0,1}[A-HJ-NP-TV-Z]{2}|[0-9]{2,4}[\s-]{0,1}[A-Z]{1,3}[\s-]{0,1}[0-9]{2}
## OLD FROMAT (complete) ## 3123 AA 11 3123-AA-11 3123AA11 8987 VG 33 8987VG33 ## OLD FORMAT (with few characters) ## 31 F 11 ## NEW FORMAT ## AA 123 BB AA-222-BB DD345EE AO 123 BB // O is excluded AI-123-BB // I is excluded AU123BB // U is exclided AZ 123 BI AZ-123-BU AZ123BO
French License Plate / Plaque Immatriculation en France
2019-09-18T10:38:40.000Z
WS\s+(.+)\s+(.+)\s+(\d{4}-\d{2})\s+(.+)
WS Bond State Market 2019-03 Active
Account Tagging - target
2019-03-06T08:48:54.000Z
(?<!\\)(\\)n|(?<!\\)(\\\\)n
Finds r'\\n\, r'\n'' but not r'\\\n'
2018-02-23T14:13:59.000Z
RegEx matches: '5', '+5', '-5', '5+5', '-5+5', '+5+5', '5+9+7*-2' RegEx doesn't match: '5+', '5-', '5+9-', 'asdfasf5+5'
^([-+]?[0-9]*\.?[0-9]+[\/\+\-\*%])+([-+]?[0-9]*\.?[0-9]+)$|^[+-]?[0-9]+$
Number Input That Supports Simple Math Expressions
2014-12-04T19:04:25.000Z
\+7\s\(\d{3,4}\)\s\d{2,3}\-\d{2}\-\d{3}
+7 (3452) 10-10-105 +7 (343) 100-10-105
3
2015-10-30T16:36:07.000Z
\b[aeiuoAEIOU]{1}\w{3,}[aeiuoAEIOU]{1}\b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur? At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
Q2
2018-02-20T14:24:24.000Z
Regexp for simple emails
[a-zA-Z|.-_]*@[a-zA-Z]*.[a-zA-Z]{2,}
kim_emails
2021-07-13T10:33:22.000Z
(INSERT INTO ssicf\.dbo\.([^ ]+) \(([^)]+)\) VALUES \(((?:[^)]+|(?:.|\n)*?))\);)
INSERT INTO ssicf.dbo.inspection_contenu (id, category_id, parent_id, onglet_id, inspection_id, status_id, position, datetarget, datecreate, dateedit, label, text) VALUES (198, 102, null, 20, 38, null, 'bc', null, '2018-04-27 08:45:39.879827', null, null, null); INSERT INTO ssicf.dbo.inspection_contenu (id, category_id, parent_id, onglet_id, inspection_id, status_id, position, datetarget, datecreate, dateedit, label, text) VALUES (199, 103, null, 20, 38, null, 'c', null, '2018-04-27 08:45:39.915560', null, null, null); INSERT INTO ssicf.dbo.inspection_contenu (id, category_id, parent_id, onglet_id, inspection_id, status_id, position, datetarget, datecreate, dateedit, label, text) VALUES (200, 104, null, 20, 38, null, 'ca', null, '2018-04-27 08:45:39.950898', '2018-05-02 12:36:33.549226', null, '1. Redevances – art. 79 à 88/2 Tous les articles sur les redevances ont été modifiés dans le but d’harmoniser des conditions d’application (avec des modalités applicables à toutes les redevances – cf. art. 79) et de clarifier les textes lorsque cela était nécessaire. Les montants n’ont pas changé mais leur application a parfois été modifiée (par exemple, il est à présent systématiquement prévu qu’une redevance est due tant pour une demande initiale que pour une demande de révision de de renouvellement). L’obligation d’un paiement préalable à l’exécution du travail est également prévue pour certaines redevances. Je vous invite donc à prendre connaissance des nouveaux articles, chacun en ce qui concerne votre unité et d’adapter, le cas échéant, vos procédures. Pour SAJO (Martine G.) : toutes les bases légales vont devoir être corrigées dans Fedcom. 2. Amendes administratives – art. 76 et 214 à 216/4 L’article 76 a été modifié pour y rassembler tous les éléments de procédure (qui, auparavant, étaient éparpillés dans plusieurs dispositions) et pour clarifier certains aspects qui posaient problème. Le chapitre sur les amendes (à partir de l’article 214) a été entièrement revu et une nouvelle classification des infractions (en 3 degrés de gravité) est à présent prévue. Enfin, certaines infractions qui étaient difficilement compréhensibles ont été clarifiées et de nouvelles infractions ont été ajoutées. Je vais donc modifier la procédure (et le tableau récapitulatif des infractions) ainsi que les modèles utilisés pour infliger les amendes. D’ici à ce que cela soit fait, si vous envisagez de lancer une procédure, n’hésitez pas à me contacter dès le départ pour intégrer les nouveautés. 3. Accompagnateurs de train – art. 151/1 Dans le cadre de la réduction des règles nationales exigée par l’Europe, les règles nationales en matière de formation et de certification des accompagnateurs sont supprimées à partir du 1er janvier 2018. L’article 151/1 du Code ferroviaire prévoit en effet qu’à partir de cette date, les EF doivent disposer de processus en la matière dans leur SGS (en respectant le prescrit de la STI OPE). Le SSICF n’est donc plus compétent pour la certification des accompagnateurs de train. En pratique, les dispositions des arrêtés royaux du 18 janvier 2008 (formation) et du 9 juillet 2013 (certification) figurent toujours dans ces textes mais elles ne doivent plus être appliquées. Elles seront abrogées ultérieurement, lors du nettoyage de ces arrêtés. La division Personnel de sécurité est donc invitée à adapter ses processus, guides, informations sur le site internet, etc… 4. Mise en service des sous-systèmes et des véhicules – art. 168, 178 et 180/1 Les règles relatives à la mise en service ont été clarifiées et harmonisées. Les textes contenaient en effet des différences injustifiées selon que l’on parlait de sous-systèmes ou de véhicules et il y avait par ailleurs des dispositions qui faisaient double emploi ou qui étaient incohérentes par rapport à l’arrêté royal sur la mise en service. Ces nouveaux articles constitueront la base d’un nouvel arrêté royal relatif à la mise en service qui avait été rédigé en même temps et qui a pour but de clarifier la procédure en reprenant également des éléments qui ne se trouvaient jusqu’ici que dans le guide alors qu’ils étaient essentiels. L’arrêté royal devrait voir le jour d’ici le mois de juin. 5. Registre national des véhicules – art. 210 '); INSERT INTO ssicf.dbo.inspection_contenu (id, category_id, parent_id, onglet_id, inspection_id, status_id, position, datetarget, datecreate, dateedit, label, text) VALUES (201, 105, null, 21, 38, null, 'd', null, '2018-04-27 08:45:39.988584', null, null, null);
athome - ssicf - fix dump for mssql
2018-08-24T09:43:54.000Z
It allows to divide the full name into its three parts
(?<last_name>[\w]+)\s*,\s*(?<first_name>[\w]+)\s*(?<middle_initial>.*|$)
LAST_NAME, FIRS_TNAME MIDDLE_INITIAL
Full name split
2023-09-04T14:25:16.000Z
[ ]+(corporation|\bcorp[.]*(?!\w))
Corp Corp, Corporation My Corp My Corp. My Corp. Company My Corporation company DRV Incorporation
Corp 2
2018-08-16T18:52:39.000Z
T
\b(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\b(\.\b(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\b){3}
192.168.178.1 192.168.178.2 200.200.200.200 255.255.255.255 200.200.200.200 200.200.200.200 200.200.256.200 200.200.200.200. 200.200.200 200.200.200.2d0 100.100.020.100 -1.0.0.0 200000000000000000000000000000000000000000000000000000000000000000000000000000.200.200.200 Insgesamt 13
T
2021-06-29T13:02:21.000Z
^((1[6789]|[2-9][0-9])[0-9]{2}-(0[13578]|1[02])-(0[1-9]|[12][0-9]|3[01]))(\s)(([0-1][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])|(24:00:00))?$|^((1[6789]|[2-9][0-9])[0-9]{2}-(0[469]|11)-(0[1-9]|[12][0-9]|30))(\s)(([0-1][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])|(24:00:00))?$|^(((16|[248][048]|[3579][26])00)|(1[6789]|[2-9][0-9])(0[48]|[13579][26]|[2468][048]))-02-(0[1-9]|1[0-9]|2[0-9])(\s)(([0-1][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])|(24:00:00))?$|^(1[6789]|[2-9][0-9])[0-9]{2}-02-(0[1-9]|1[0-9]|2[0-8])(\s)(([0-1][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])|(24:00:00))?$
2000-02-29 12:12:10
MYSQL DateTime validator (leap year support)
2015-09-01T05:31:25.000Z
(?<!=\ )(?<![=&|%])(\+|-)(?!\1|[ =])
a - b + c a-b+c a-=2 a=-2 a&-b a|-2 a%-b
Post
2014-10-29T17:39:09.000Z
^(?:0814|0815|0816|0855|0856\d|0857\d|0858\d|0859\d|0[^08]\d)\d{6,9}$
^\d{11}$
^(?:0814|0815|0816|0855|0856\d|0857\d|0858\d|0859\d|0[^08]\d)\d{6,9}$
2015-04-22T15:00:27.000Z
(https?):\/\/(\[[\:[:xdigit:]]+\]|[-\.[:alnum:]]+)(:(\d+))?(\/.*)
http://[e::]:8081/mStoreRoot/fms/v1/tenant/mavenir/MoH/files/MoH/EN/musiconhold/calls/1.mp3
file url regex
2018-12-06T18:30:17.000Z
finds filepath /asdfa/a
^([\/]{1}[\w\.\-]+)+$
/lkjasdf/lk-asl
filepath
2016-07-06T21:25:32.000Z
When you want to parse a litteral math expression with power in and you want `e^x` to be `e**x` Use this regex!
(\w)\^(\d)
e^3
Parse powers of string
2020-12-07T10:12:50.000Z
validates any date in (d)d-(M)M-yyyy format from 1581-01-01 to 9999-12-31, allowed delimiters are "/", "." and "-"
^(?:(?:(0?[1-9]|[12][0-9]|3[01])([\-.\/])(0?[13578]|1[02])|(0?[1-9]|[12][0-9]|30)([\-.\/])(0?[469]|11)|(0?[1-9]|[12][0-9])([\-.\/])(0?2))(?:\2|\5|\8)((?:16|[357][26]|[2468][048])(?:[0248][048]|[13579][26])|(?:1[6-9]|[2-9][0-9])(?:0[48]|[13579][26]|[2468][048])|(?:15)(?:84|9[048]))|(?:(0?[1-9]|[12][0-9]|3[01])([\-.\/])(0?[13578]|1[02])|(0?[1-9]|[12][0-9]|30)([\-.\/])(0?[469]|11)|(0?[1-9]|1[0-9]|2[0-8])([\-.\/])(0?2))(?:\12|\15|\18)((?:16|[357][26]|[2468][048])(?:0[1235679]|[13579][01345789]|[2468][1235679])|(?:1[789]|[35679][01345789]|[248][12345679])(?:0[01235679]|[13579][01345789]|[2468][1235679])|(?:15)(?:8[235679]|9[01345789])))$
1.1.2018
Date Validation #3
2018-06-20T19:53:34.000Z
Tests for excluding certain node_modules when
node_modules\/(?!@devplat\/bestie-privacy.*|whatwg-fetch).*
node_modules/whatwg-fetch/fetch.js node_modules/@devplat/bestie-privacyprefences-ts-client/dist/index.js node_modules/@babel/cli/index.js
Node node_modules library exceptions
2022-08-04T19:47:22.000Z
Regex to validate a typical resource ID
^[a-z]+(_[a-z]+)+$
Resource ID validator
2016-07-16T10:02:07.000Z
Parse an English date following the "dd mmmm yyyy" format.
(?P<LongDate>(?P<Day>\d+)[\s  ]+(?P<Month>January|February|March|April|May|June|July|August|September|October|November|December)[\s  ]+(?P<Year>\d{4}))
of 19 September 2006 in
English date in "dd mmmm yyyy" format
2015-05-18T19:41:31.000Z
Zero length negative lookbehind
(?<![^_])(?:a|b)(?![^_])
ZLNLB
2015-01-09T17:58:46.000Z
Changes extension in a file name.
(?:\.[^.]*)?$
file file.jpg file.req.proj
Change Extension in File Name
2016-02-24T13:31:12.000Z
^((((\d{1,3},)+(\d{3},)*\d{3})|(\d{1,3}))\.\d{2})$
quantity matcher
2015-01-21T06:58:58.000Z
aaa
[0-9]{1,3}[\s]*?[_|.,:;][\s]*?[0-9]{1,3}[\s]*?[_|.,:;][\s]*?[0-9]{1,3}[\s]*?[_|.,:;][\s]*?[0-9]{1,3}[\s]*?:[\s]*?[0-9]{3,6}
127 , 0 _ 0; 1 : 45345 zapraszamy na {1.2.3.1:4564} ksk.sls.ss.ll:asas 121.121.12.11:4545 127 . 0 . 0 . 1 : 1234 asdasdsadafasdgdsfs sdfgsdfg 127 . 0 . 0. 1 : 45345 ksasdklasda ka sdk laksj dlkasj dlka sdlaksjd laksjd lkakjsdl ajksdl a 121.121.12.11:4545 127.0.0.1:1234
aa
2015-05-03T19:19:41.000Z
(?<=connectionId=)\d+
http://localhost:10001/Member/GetConnection?всякаяНенужнаяХуита&connectionId=100500&всякаяНенужнаяХуита
aaaaaaaaaaa
2015-08-14T07:25:14.000Z
(.+)
A B C
$1_$1_suffix
2016-06-10T14:55:23.000Z
Port https://regex101.com/library/cX0pJ8 to PCRE2 (PHP >= 7.3)
((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)(:[0-9]{0,5})?(#[\w]*)?((?:\/[\+~%\/.\w\-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[.\!\/\\w]*))?)
ERROR: type should be string, got "https://habibs.myportfolio.com\nwww.whatever.com\nhttps://github.com/i-hate-regex\nhttps://www.facebook.com/\nhttps://www.google.com/\nhttps://xkcd.com/2293/\nhttp://www.example.com/\nwww.google.com\nhttp://www.google.com\nmailto:[email protected]\[email protected]\nwww.url-with-querystring.com/?url=has-querystring\n\n\nhttps://this-shouldn't.match\nand-this.df"
Url
2021-03-17T12:02:12.000Z
Extract the array path from a nested path
^((?:\w+\.)*(?:(?:\w+)+))\.(?:\d\.\w+)$
items.very.nested.path items.1.come.hhhh.asd items.1.come.1 items.1.come.1.field items.path.come.1.field items.1.field
array path
2022-05-16T14:39:52.000Z
(?>"")(\w*)
Sql.Database("GOULBDB42", "PALMSDB", [Query="SELECT ""tblPOEOLicence"".""InstrumentID"" as LicNo#(lf), ""tblClassification"".""Description"" as Status#(lf), ""tblPOEOLicence"".""AnniversaryDate"" as Anniv_date#(lf), ""tblLocation"".""LocationName"" as Location#(lf), ""tblLGA"".""Name"" as LicLGA#(lf), ""viewInstrumentAccountableParty"".""APName"" as Licensee#(lf), ""tblActivityGroup"".""Description"" as Schudeled_Activity#(lf), ""tblFeeBasedActivity"".""Description"" as Fee_Based_Activity#(lf), ""tblPOEOLicenceFeeBasedActivity"".""PrimaryFlag"" as PrimaryFBA#(lf), ""tblInstrument"".""DateIssued"" as DateIssued#(lf), ""tblAddress"".""Suburb"" as LocationSuburb#(lf), ""tblAddress"".""StateCode"" as LocationState#(lf)FROM (((((((((((""PALMSDB"".""dbo"".""tblPOEOLicence"" ""tblPOEOLicence"" INNER JOIN ""PALMSDB"".""dbo"".""tblInstrument"" ""tblInstrument"" ON ""tblPOEOLicence"".""InstrumentID""=""tblInstrument"".""InstrumentID"") INNER JOIN ""PALMSDB"".""dbo"".""tblPOEOLicenceFeeBasedActivity"" ""tblPOEOLicenceFeeBasedActivity"" ON ""tblPOEOLicence"".""InstrumentID""=""tblPOEOLicenceFeeBasedActivity"".""InstrumentID"") INNER JOIN ""PALMSDB"".""dbo"".""viewInstrumentAccountableParty"" ""viewInstrumentAccountableParty"" ON ""tblPOEOLicence"".""InstrumentID""=""viewInstrumentAccountableParty"".""InstrumentID"") INNER JOIN ""PALMSDB"".""dbo"".""tblInstrumentLocation"" ""tblInstrumentLocation"" ON ""tblPOEOLicence"".""InstrumentID""=""tblInstrumentLocation"".""InstrumentID"") INNER JOIN ""PALMSDB"".""dbo"".""tblLocation"" ""tblLocation"" ON ""tblInstrumentLocation"".""LocationID""=""tblLocation"".""LocationID"") INNER JOIN ""PALMSDB"".""dbo"".""tblLandTitle"" ""tblLandTitle"" ON ""tblLocation"".""LocationID""=""tblLandTitle"".""LocationID"") INNER JOIN ""PALMSDB"".""dbo"".""tblAddress"" ""tblAddress"" ON ""tblLocation"".""AddressID""=""tblAddress"".""AddressID"") LEFT OUTER JOIN ""PALMSDB"".""dbo"".""tblLandTitleLGA"" ""tblLandTitleLGA"" ON ""tblLandTitle"".""LandTitleID""=""tblLandTitleLGA"".""LandTitleID"") LEFT OUTER JOIN ""PALMSDB"".""dbo"".""tblLGA"" ""tblLGA"" ON ""tblLandTitleLGA"".""LGAID""=""tblLGA"".""LGAID"") INNER JOIN ""PALMSDB"".""dbo"".""tblFeeBasedActivity"" ""tblFeeBasedActivity"" ON ""tblPOEOLicenceFeeBasedActivity"".""FeeBasedActivityID""=""tblFeeBasedActivity"".""FeeBasedActivityID"") INNER JOIN ""PALMSDB"".""dbo"".""tblActivityGroup"" ""tblActivityGroup"" ON ""tblFeeBasedActivity"".""ActivityGroupID""=""tblActivityGroup"".""ActivityGroupID"") INNER JOIN ""PALMSDB"".""dbo"".""tblClassification"" ""tblClassification"" ON ""tblInstrument"".""InstrumentStatusID""=""tblClassification"".""ClassificationID""#(lf)"])
M Query extract
2019-07-09T06:07:02.000Z
Spamlord assignment: this regex detects phone numbers in text.
\(*(\d{3})(?:(?:-*|\s*|\.*|\)*|\)\s*))(\d{3})(?:(?:-*|\s*|\.*|\)*))(\d{4})
ashishg e [email protected] ashishg e [email protected] ashishg p 650-723-1614 ashishg p 650-723-4173 ashishg p 650-814-1478 balaji e [email protected] bgirod p 650-723-4539 bgirod p 650-724-3648 bgirod p 650-724-6354 cheriton e [email protected] cheriton e [email protected] cheriton p 650-723-1131 cheriton p 650-725-3726 dabo e [email protected] dabo p 650-725-3897 dabo p 650-725-4671 dlwh e [email protected] engler e [email protected] engler e [email protected] eroberts e [email protected] eroberts p 650-723-3642 eroberts p 650-723-6092 fedkiw e [email protected] hager e [email protected] hager p 410-516-5521 hager p 410-516-5553 hager p 410-516-8000 hanrahan e [email protected] hanrahan p 650-723-0033 hanrahan p 650-723-8530 horowitz p 650-725-3707 horowitz p 650-725-6949 jks e [email protected] jurafsky e [email protected] jurafsky p 650-723-5666 kosecka e [email protected] kosecka p 703-993-1710 kosecka p 703-993-1876 kunle e [email protected] kunle e [email protected] kunle p 650-723-1430 kunle p 650-725-3713 kunle p 650-725-6949 lam e [email protected] lam p 650-725-3714 lam p 650-725-6949 latombe e [email protected] latombe e [email protected] latombe e [email protected] latombe p 650-721-6625 latombe p 650-723-0350 latombe p 650-723-4137 latombe p 650-725-1449 levoy e [email protected] levoy e [email protected] levoy p 650-723-0033 levoy p 650-724-6865 levoy p 650-725-3724 levoy p 650-725-4089 manning e [email protected] manning e [email protected] manning p 650-723-7683 manning p 650-725-1449 manning p 650-725-3358 nass e [email protected] nass p 650-723-5499 nass p 650-725-2472 nick e [email protected] nick p 650-725-4727 ok p 650-723-9753 ok p 650-725-1449 ouster e [email protected] ouster e [email protected] pal e [email protected] pal p 650-725-9046 psyoung e [email protected] rajeev p 650-723-4377 rajeev p 650-723-6045 rajeev p 650-725-4671 rinard e [email protected] rinard p 617-253-1221 rinard p 617-258-6922 serafim e [email protected] serafim p 650-723-3334 serafim p 650-725-1449 shoham e [email protected] shoham p 650-723-3432 shoham p 650-725-1449 subh e [email protected] subh e [email protected] subh p 650-724-1915 subh p 650-725-3726 subh p 650-725-6949 thm e [email protected] thm p 650-725-3383 thm p 650-725-3636 thm p 650-725-3938 tim p 650-724-9147 tim p 650-725-2340 tim p 650-725-4671 ullman e [email protected] ullman e [email protected] ullman p 650-494-8016 ullman p 650-725-2588 ullman p 650-725-4802 vladlen e [email protected] widom e [email protected] widom e [email protected] widom p 650-723-0872 widom p 650-723-7690 widom p 650-725-2588 zelenski e [email protected] zelenski p 650-723-6092 zelenski p 650-725-8596 zm e [email protected] zm p 650-723-4364 zm p 650-725-4671 650-725-4671 650-725-4671 6103564533 (610)3564533 (610) 356-4533 610.405.0420 6104050420 16104050420 610.405-0420 610.405-0420
CS124_HW1:spamlord_phone
2017-01-17T12:37:19.000Z
^([A-Z0-9\/\(\)]*)\s?[0-9]*\s[A-Z\']*\s\b(ROAD|LANE|STREET|AVENUE|PARADE|WAY|DRIVE|HIGHWAY|PLACE)\b
407/82 HAY STREET A314/1 DEMETER STREET 51/14 HASSALL STREET (LOT1022) 60 LACERTA ROAD LOT1149 KELLY STREET (LOT1003) KELLY STREET (LOT1010) 65 ORION ROAD (LOT1109) 80 LACERTA ROAD (LOT1013) 59 ORION ROAD (LOT1017) 28 MULUMULUNG STREET (LOT1021) 62 LACERTA ROAD A106/5 ADONIS AVENUE C122/5 ADONIS AVENUE 17 DONCASTER STREET E108/3 ADONIS AVENUE 103/46 WALKER STREET C118/5 ADONIS AVENUE 13 GOODISON PARADE 305/6 BAY STREET A507/18 O'DEA AVENUE
Detecting Typical Australian Address (Street only)
2020-06-08T03:50:28.000Z
Match ESET Repository domains for exclusion from DNS logs
((?:(us\-)?repository(?(1)|nocdn)?|h(?:(1)|(3)|(5)|(p))\-(?(6)webs01\-s|repo(?(3)(sitory)?01|(?(4)sitory02|(?(5)sitory03|)))\-v))|repo(?:nocdn|us)\.wip|(?:nocdn|us)\-repository\.gtm|91-228-167-25\.ptr)\.eset\.com
repository.eset.com us-repository.eset.com repositorynocdn.eset.com hp-webs01-s.eset.com h1-repo01-v.eset.com h1-repository01-v.eset.com h3-repository02-v.eset.com h5-repository03-v.eset.com 91-228-167-25.ptr.eset.com nocdn-repository.gtm.eset.com us-repository.gtm.eset.com reponocdn.wip.eset.com reponocdn.wip.eset.com reponocdn.wip.eset.com repous.wip.eset.com
ESET Repository domains (DNS)
2023-06-14T13:00:26.000Z
^[a-z0-9]([a-z0-9]*[-_]*[a-z0-9]+)*@([a-z0-9]*[-_\.]?[a-z0-9]+)+[\.][a-z]{2,3}([\.][a-z]{2})?$
email
2016-07-21T06:38:38.000Z
Matches any text starts with "<" straight followed by alphanumeric characters and ends with ">"; Tag exclusions described in first non-capturing group (can be removed); Tag name will be captured by group #1;
<\/?(?:\b(?!(?:div|tag)\b))([a-zA-Z0-9]+).*?>
<div> <diva a> <a> <h9>
html tags with exclusions
2015-05-24T14:04:32.000Z
! AE[.^"! "]{460}
& ....! AE..Y ..MSLiving 1912301-1230181-122 1827819 Active YTaunton 1239-1238-12 172192819Active NX-Fitness 1920-DEF-12 201822910Active NKumon 10120-AB-102 201822192Active NRS Maint MyName-1234 201020391Active NUnionGas 113121-12302 191273712Active N! BM.$ABL000000000000000000000000000000000! B4..051510 000000150000
Bill Pay token
2015-12-11T18:40:49.000Z
[0-9](?=.*.{4})
1111-2222-3333-4444
mask the credit card number
2015-09-18T10:29:31.000Z
(?<=displayImportingConfirmationMessage\(').*(?<=})
<script>parent.displayImportingConfirmationMessage('{"temporaryZipFile":"/opt/fluig/volume/upload/adm/pageImport/pageUpload2572076996793369742WCMPageExport.zip","expandedDirectoryZipFile":"/opt/fluig/volume/upload/adm/pageImport/expandedPage_3205464082306670499","itemName":"WCMPageExport.zip","isItemFormField":false,"pages":[{"title":"Home","description":"Home","pageKey":{"code":"home"},"displayOrder":10,"childrens":[],"enabledChildren":false,"enabledPathParam":false,"enabledMobileApp":false,"editable":true,"disableChildLevel":false,"menuGroup":false,"iconUploaded":false,"hidden":false,"enabled":true,"opened":false,"depthLevel":-1,"preferences":{}}]}');</script>
pageupload
2018-02-05T15:18:55.000Z
^(?<icd10>[A-Z]\d\d\.\d)\s\-\s(?<rozpoznanie>.*)$
KARTA INFORMACYJNA Z LECZENIA SZPITALNEGO Oddział Rehabilitacji Kardiologicznej VII-082 Pan(i) Majchrowski Józef Płeć M Urodzony(a) 1946-03-15 PESEL 46031510176 Kod OW NFZ 01 Nr ubezpieczenia eWUŚ zamieszkały(a): 67-200 Głogów, Rudnowska 56a/2 Opiekun: Majchrowska Aleksandra, , 67-200 Głogów, Rudnowska telefon: Przebywał(a) w szpitalu od dnia: 2017-01-03 do dnia: 2017-01-20 ROZPOZNANIE: Z95.5 - Obecność wszczepów i przeszczepów związanych z angioplastyką wieńcową BADANIA LABORATORYJNE: Badania zlecone z Izba Przyjęć Badania zlecone z Oddział Intensywnego Nadzoru Kardiologicznego VII-084 ALT / GPT 2017-01-03 15:10 ALT  50  H  U/l  [0 - 41] AST / GOT 2017-01-03 15:10 AST  132  H  U/l  [0 - 40] BNP 2017-01-03 20:54 NT-Pro BNP  22052  H  pg/ml  [0 - 125] Cholesterol całkowity 2017-01-03 15:10 CHOL  118  L  mg/dl  [150 - 200] Cholesterol HDL 2017-01-03 15:10 HDL  42  L  mg/dl  [>55] Cholesterol LDL 2017-01-03 15:10 LDL  61    mg/dl  [<100] Elektrolity 2017-01-03 15:10 NA  130  L  mmol/l  [135 - 145] K  3,90    mmol/l  [3,50 - 5,00] Elektrolity 2017-01-05 11:54 NA  136    mmol/l  [135 - 145] K  3,96    mmol/l  [3,50 - 5,00] GFR ( MDRD ) 2017-01-03 15:10 GFR  52  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 GFR ( MDRD ) 2017-01-05 11:54 GFR  47  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 Glukoza w surowicy 2017-01-03 15:10 GLU  233  H  mg/dl  [65 - 99] Glukoza we krwi pełnej 2017-01-04 08:10 HGLU  195  H  mg/dl  [60 - 100] Glukoza we krwi pełnej 2017-01-05 08:29 HGLU  318  H  mg/dl  [60 - 100] Kreatynina w surowicy 2017-01-03 15:10 KR  1,44  H  mg/dl  [0,70 - 1,20] Kreatynina w surowicy 2017-01-05 11:54 KR  1,57  H  mg/dl  [0,70 - 1,20] Morfologia krwi 2017-01-03 14:50 WBC  13,56  H  10 e3/ul  [4,00 - 10,00] NEU  11,10  H  10 e3/ul  [2,00 - 6,90] NEUP  81,9  H  %  [37,0 - 80,0] LYMB  1,304    10 e3/ul  [0,60 - 3,40] LYMP  9,6  L  %  [20,0 - 45,0] MONOB  1,012  H  10 e3/ul  [0,20 - 0,90] MONOP  7,47    %  [3,00 - 8,00] EOSB  0,048    10 e3/ul  [0,00 - 0,70] EOSP  0,35  L  %  [1,00 - 5,00] BASOB  0,091    10 e3/ul  [0,00 - 0,20] BASOP  0,67    %  [0,00 - 1,00] RBC  3,58  L  10 e6/ul  [4,50 - 5,55] HGB  10,2  L  g/dl  [14,0 - 18,0] HCT  30,7  L  %  [40,0 - 54,0] MCV  85,8    fL  [80,0 - 97,0] MCH  28,5    pg  [27,0 - 31,2] MCHC  33,3    g/dl  [31,8 - 35,4] RDW  14,6    %  [11,6 - 14,8] PLT  400    10 e3/ul  [130 - 400] MPV  7,61    f/L  [7,50 - 12,00] Troponina T 2017-01-03 15:36 TROT  1,210    ng/ml TROPONINA T hs - zakresy wartości prawidłowych - jednostki ng/ml prawidłowa < 0,014 podwyższona > = 0,014 Troponina T 2017-01-03 20:54 TROT  1,140    ng/ml TROPONINA T hs - zakresy wartości prawidłowych - jednostki ng/ml prawidłowa < 0,014 podwyższona > = 0,014 Trójglicerydy 2017-01-03 15:10 TRG  74    mg/dl  [< 200] TSH 2017-01-03 15:36 TSH  0,511    ulU/ml  [0,270 - 4,200] Układ krzepnięcia 2017-01-03 15:22 PT  14,4    sekunda  [11,0 - 14,5] PT INR  1,11    [0,90 - 1,30] APTT  34,8    sekunda  [24,0 - 35,0] TT  17,4    sekunda  [14,0 - 21,0] FIB  704  H  mg/dl  [200 - 400] Badania zlecone z Oddział Kardiologiczny VII-002 Elektrolity 2017-01-06 11:49 NA  131  L  mmol/l  [135 - 145] K  4,11    mmol/l  [3,50 - 5,00] GFR ( MDRD ) 2017-01-06 11:49 GFR  25  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 Glukoza w surowicy 2017-01-06 11:49 GLU  187  H  mg/dl  [65 - 99] Kreatynina w surowicy 2017-01-06 11:49 KR  2,68  H  mg/dl  [0,70 - 1,20] Badania zlecone z Oddział Anestezjologii i Intensywnej Terapii VII-008 B - Posiew w kierunku VRE 2017-01-10 09:29 (wymaz z odbytu) Wynik ujemny BNP 2017-01-07 08:02 NT-Pro BNP  48481  H  pg/ml  [0 - 125] BNP 2017-01-08 07:33 NT-Pro BNP  33884  H  pg/ml  [0 - 125] CK-MB 2017-01-07 07:36 CKMB  28  H  U/l  [7 - 25] CRP 2017-01-07 07:36 CRP  10,03  H  mg/dl  [0,0 - 0,5] Czas kefalinowo-kaolinowy 2017-01-07 13:58 APTT  80,3  H  sekunda  [24,0 - 35,0] Czas kefalinowo-kaolinowy 2017-01-07 21:57 APTT  74,5  H  sekunda  [24,0 - 35,0] Czas kefalinowo-kaolinowy 2017-01-08 14:49 APTT  50,6  H  sekunda  [24,0 - 35,0] Elektrolity 2017-01-07 07:36 NA  130  L  mmol/l  [135 - 145] K  4,76    mmol/l  [3,50 - 5,00] GFR ( MDRD ) 2017-01-07 07:36 GFR  27  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 GFR ( MDRD ) 2017-01-08 06:52 GFR  44  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 Kreatynina w surowicy 2017-01-07 07:36 KR  2,49  H  mg/dl  [0,70 - 1,20] Kreatynina w surowicy 2017-01-08 06:52 KR  1,65  H  mg/dl  [0,70 - 1,20] Mocznik w surowicy 2017-01-08 06:52 UR  42    mg/dl  [17 - 48] Morfologia krwi 2017-01-07 06:10 WBC  22,29  H  10 e3/ul  [4,00 - 10,00] NEU  19,34  H  10 e3/ul  [2,00 - 6,90] NEUP  86,8  H  %  [37,0 - 80,0] LYMB  0,953    10 e3/ul  [0,60 - 3,40] LYMP  4,3  L  %  [20,0 - 45,0] MONOB  1,931  H  10 e3/ul  [0,20 - 0,90] MONOP  8,66  H  %  [3,00 - 8,00] EOSB  0,002    10 e3/ul  [0,00 - 0,70] EOSP  0,01  L  %  [1,00 - 5,00] BASOB  0,056    10 e3/ul  [0,00 - 0,20] BASOP  0,25    %  [0,00 - 1,00] RBC  3,02  L  10 e6/ul  [4,50 - 5,55] HGB  8,9  L  g/dl  [14,0 - 18,0] HCT  26,1  L  %  [40,0 - 54,0] MCV  86,3    fL  [80,0 - 97,0] MCH  29,4    pg  [27,0 - 31,2] MCHC  34,0    g/dl  [31,8 - 35,4] RDW  14,5    %  [11,6 - 14,8] PLT  296    10 e3/ul  [130 - 400] MPV  7,75    f/L  [7,50 - 12,00] Morfologia krwi 2017-01-08 06:21 WBC  17,76  H  10 e3/ul  [4,00 - 10,00] NEU  15,44  H  10 e3/ul  [2,00 - 6,90] NEUP  87,0  H  %  [37,0 - 80,0] LYMB  0,812    10 e3/ul  [0,60 - 3,40] LYMP  4,6  L  %  [20,0 - 45,0] MONOB  1,432  H  10 e3/ul  [0,20 - 0,90] MONOP  8,07  H  %  [3,00 - 8,00] EOSB  0,002    10 e3/ul  [0,00 - 0,70] EOSP  0,01  L  %  [1,00 - 5,00] BASOB  0,070    10 e3/ul  [0,00 - 0,20] BASOP  0,39    %  [0,00 - 1,00] RBC  3,08  L  10 e6/ul  [4,50 - 5,55] HGB  8,8  L  g/dl  [14,0 - 18,0] HCT  26,3  L  %  [40,0 - 54,0] MCV  85,5    fL  [80,0 - 97,0] MCH  28,6    pg  [27,0 - 31,2] MCHC  33,5    g/dl  [31,8 - 35,4] RDW  14,7    %  [11,6 - 14,8] PLT  258    10 e3/ul  [130 - 400] MPV  7,54    f/L  [7,50 - 12,00] Troponina T 2017-01-07 08:02 TROT  2,500    ng/ml TROPONINA T hs - zakresy wartości prawidłowych - jednostki ng/ml prawidłowa < 0,014 podwyższona > = 0,014 Troponina T 2017-01-08 07:33 TROT  2,290    ng/ml TROPONINA T hs - zakresy wartości prawidłowych - jednostki ng/ml prawidłowa < 0,014 podwyższona > = 0,014 Układ krzepnięcia 2017-01-07 06:34 PT  15,4  H  sekunda  [11,0 - 14,5] PT INR  1,20    [0,90 - 1,30] APTT  76,7  H  sekunda  [24,0 - 35,0] TT  150,2  H  sekunda  [14,0 - 21,0] FIB  744  H  mg/dl  [200 - 400] Układ krzepnięcia 2017-01-08 06:40 PT  15,6  H  sekunda  [11,0 - 14,5] PT INR  1,22    [0,90 - 1,30] APTT  62,8  H  sekunda  [24,0 - 35,0] TT  47,6  H  sekunda  [14,0 - 21,0] FIB  736  H  mg/dl  [200 - 400] Badania zlecone z Oddział Intensywnego Nadzoru Kardiologicznego VII-084 ALT / GPT 2017-01-11 11:29 ALT  20    U/l  [0 - 41] AST / GOT 2017-01-11 11:29 AST  43  H  U/l  [0 - 40] Białko całkowite w surowicy 2017-01-11 11:29 TP  59  L  g/l  [66 - 87] Elektrolity 2017-01-10 12:24 NA  133  L  mmol/l  [135 - 145] K  4,82    mmol/l  [3,50 - 5,00] Elektrolity 2017-01-11 11:29 NA  137    mmol/l  [135 - 145] K  4,69    mmol/l  [3,50 - 5,00] GFR ( MDRD ) 2017-01-10 12:24 GFR  17  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 GFR ( MDRD ) 2017-01-11 11:29 GFR  24  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 Glukoza we krwi pełnej 2017-01-11 07:44 HGLU  154  H  mg/dl  [60 - 100] Kreatynina w surowicy 2017-01-10 12:24 KR  3,76  H  mg/dl  [0,70 - 1,20] Kreatynina w surowicy 2017-01-11 11:29 KR  2,81  H  mg/dl  [0,70 - 1,20] Morfologia krwi 2017-01-10 09:41 WBC  15,43  H  10 e3/ul  [4,00 - 10,00] NEU  13,07  H  10 e3/ul  [2,00 - 6,90] NEUP  84,7  H  %  [37,0 - 80,0] LYMB  1,103    10 e3/ul  [0,60 - 3,40] LYMP  7,1  L  %  [20,0 - 45,0] MONOB  1,106  H  10 e3/ul  [0,20 - 0,90] MONOP  7,17    %  [3,00 - 8,00] EOSB  0,108    10 e3/ul  [0,00 - 0,70] EOSP  0,70  L  %  [1,00 - 5,00] BASOB  0,050    10 e3/ul  [0,00 - 0,20] BASOP  0,32    %  [0,00 - 1,00] RBC  3,04  L  10 e6/ul  [4,50 - 5,55] HGB  8,4  L  g/dl  [14,0 - 18,0] HCT  26,2  L  %  [40,0 - 54,0] MCV  86,0    fL  [80,0 - 97,0] MCH  27,8    pg  [27,0 - 31,2] MCHC  32,3    g/dl  [31,8 - 35,4] RDW  15,0  H  %  [11,6 - 14,8] PLT  249    10 e3/ul  [130 - 400] MPV  8,38    f/L  [7,50 - 12,00] Badania zlecone z Oddział Rehabilitacji Kardiologicznej VII-082 B - Posiew - Krew w kierunku bakterii beztlenowych 2017-01-19 08:46 Posiew jałowy B - Posiew - Krew w kierunku bakterii beztlenowych 2017-01-19 08:47 Posiew jałowy B - Posiew - Krew w kierunku bakterii beztlenowych 2017-01-19 08:48 Posiew jałowy B - Posiew - Krew w kierunku bakterii tlenowych 2017-01-16 09:43 Z próbki wyhodowano następujące drobnoustroje: 01. Staphylococcus hominis ssp hominis Wrażliwość wyhodowanych drobnoustrojów na antybiotyki:   01 01. Amikacyna  S 02. Klindamycyna  R 03. Ciprofloksacyna  R 04. Erytromycyna  R 05. Kwas fuzydowy  R 06. Cefoksytyna (badanie przesiewowe)  R 07. Gentamycyna  S 08. Lewofloksacyna  R 09. Linezolid  S 10. Moksifloksacyna  R 11. Netylmycyna  S 12. Ofloksacyna  R 13. Penicylina benzylowa  R 14. Rifampicyna  S 15. Trimetoprim/Sulfametoksazol  R 16. Tobramycyna  S 17. Teikoplanina  S 18. Wankomycyna  S Legenda oznaczeń: S - Wrażliwy R - Oporny B - Posiew - Krew w kierunku bakterii tlenowych 2017-01-17 10:04 Z próbki wyhodowano następujące drobnoustroje: 01. Staphylococcus hominis ssp hominis Wrażliwość wyhodowanych drobnoustrojów na antybiotyki:   01 01. Amikacyna  R 02. Klindamycyna  R 03. Ciprofloksacyna  R 04. Erytromycyna  R 05. Cefoksytyna (badanie przesiewowe)  R 06. Gentamycyna  S 07. Lewofloksacyna  R 08. Linezolid  S 09. Moksifloksacyna  R 10. Netylmycyna  S 11. Penicylina benzylowa  R 12. Rifampicyna  S 13. Tobramycyna  R 14. Teikoplanina  S 15. Wankomycyna  S Legenda oznaczeń: R - Oporny S - Wrażliwy B - Posiew - Krew w kierunku bakterii tlenowych 2017-01-19 08:48 Posiew jałowy B - Posiew - Mocz pobrany przez cewnik 2017-01-17 10:43 Posiew jałowy B - Posiew - Wymaz z rany 2017-01-22 09:38 Z próbki wyhodowano następujące drobnoustroje: 01. Streptococcus constellatus ssp constellatus, wzrost: obfity 02. Finegoldia magna, wzrost: obfity Wrażliwość wyhodowanych drobnoustrojów na antybiotyki:   01  02 01. Ampicylina/Amoksycylina  S  02. Klindamycyna  S  S 03. Ceftriakson  S  04. Cefepim  S  05. Metronidazol    S 06. Penicylina benzylowa  S  07. Cefuroksym iv  S  08. Cefotaksym  S  09. Teikoplanina  S  10. Wankomycyna  S  Legenda oznaczeń: S - Wrażliwy Badanie ogólne moczu 2017-01-16 11:04 Barwa moczu  Zółta  Klarowność moczu  Przejrzysty  UPH  7,0    [4,6 - 8,0] SG  1,010  L  kg/l  [1,016 - 1,025] LEU  100 /ul  NIT  neg  PRO  75 mg/dl  GLU  50 mg/dl  KET  neg  UBG  1 mg/dl  BIL  neg  UERY  50 /ul  Osad moczu  Nabłonki - płaskie - pojedyncze Leukocyty - 5 - 10 w polu widzenia Erytrocyty - świeże - 1 - 3 w polu widzenia Erytrocyty - wyługowane - 3-5 w polu widzenia Inne - bakterie w moczu - pojedyncze CRP 2017-01-12 14:25 CRP  15,45  H  mg/dl  [0,0 - 0,5] CRP 2017-01-14 11:27 CRP  9,21  H  mg/dl  [0,0 - 0,5] CRP 2017-01-18 13:48 CRP  4,12  H  mg/dl  [0,0 - 0,5] Elektrolity 2017-01-12 11:49 NA  137    mmol/l  [135 - 145] K  4,55    mmol/l  [3,50 - 5,00] Elektrolity 2017-01-14 11:27 NA  139    mmol/l  [135 - 145] K  4,27    mmol/l  [3,50 - 5,00] Elektrolity 2017-01-15 11:13 NA  139    mmol/l  [135 - 145] K  4,21    mmol/l  [3,50 - 5,00] Elektrolity 2017-01-16 12:20 NA  139    mmol/l  [135 - 145] K  4,25    mmol/l  [3,50 - 5,00] Elektrolity 2017-01-18 13:48 NA  141    mmol/l  [135 - 145] K  4,71    mmol/l  [3,50 - 5,00] Ferrytyna 2017-01-16 12:24 FER  284,0    ng/ml  [30 - 400] GFR ( MDRD ) 2017-01-12 11:49 GFR  37  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 GFR ( MDRD ) 2017-01-14 11:27 GFR  45  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 GFR ( MDRD ) 2017-01-15 11:13 GFR  50  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 GFR ( MDRD ) 2017-01-16 12:20 GFR  52  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 GFR ( MDRD ) 2017-01-18 13:48 GFR  51  GFR - zakresy wartości prawidłowych - jednostki ml/min/1,73m2 Prawidłowa funkcja nerek powyżej 90 Zaburzenie funkcji nerek 60 - 90 Niewydolność nerek poniżej 60 Schyłkowa niewydolność nerek poniżej 15 Glukoza we krwi pełnej 2017-01-12 07:47 HGLU  198  H  mg/dl  [60 - 100] Glukoza we krwi pełnej 2017-01-13 07:48 HGLU  170  H  mg/dl  [60 - 100] Glukoza we krwi pełnej 2017-01-16 07:47 HGLU  124  H  mg/dl  [60 - 100] Glukoza we krwi pełnej 2017-01-17 07:45 HGLU  147  H  mg/dl  [60 - 100] Glukoza we krwi pełnej 2017-01-18 08:15 HGLU  109  H  mg/dl  [60 - 100] Glukoza we krwi pełnej 2017-01-19 07:44 HGLU  146  H  mg/dl  [60 - 100] Glukoza we krwi pełnej 2017-01-20 07:27 HGLU  79    mg/dl  [60 - 100] Kreatynina w surowicy 2017-01-12 11:49 KR  1,94  H  mg/dl  [0,70 - 1,20] Kreatynina w surowicy 2017-01-14 11:27 KR  1,62  H  mg/dl  [0,70 - 1,20] Kreatynina w surowicy 2017-01-15 11:13 KR  1,49  H  mg/dl  [0,70 - 1,20] Kreatynina w surowicy 2017-01-16 12:20 KR  1,42  H  mg/dl  [0,70 - 1,20] Kreatynina w surowicy 2017-01-18 13:48 KR  1,45  H  mg/dl  [0,70 - 1,20] Morfologia krwi 2017-01-12 09:34 WBC  20,28  H  10 e3/ul  [4,00 - 10,00] NEU  17,58  H  10 e3/ul  [2,00 - 6,90] NEUP  86,7  H  %  [37,0 - 80,0] LYMB  1,134    10 e3/ul  [0,60 - 3,40] LYMP  5,6  L  %  [20,0 - 45,0] MONOB  1,480  H  10 e3/ul  [0,20 - 0,90] MONOP  7,30    %  [3,00 - 8,00] EOSB  0,045    10 e3/ul  [0,00 - 0,70] EOSP  0,22  L  %  [1,00 - 5,00] BASOB  0,043    10 e3/ul  [0,00 - 0,20] BASOP  0,21    %  [0,00 - 1,00] RBC  3,08  L  10 e6/ul  [4,50 - 5,55] HGB  8,5  L  g/dl  [14,0 - 18,0] HCT  26,1  L  %  [40,0 - 54,0] MCV  84,9    fL  [80,0 - 97,0] MCH  27,7    pg  [27,0 - 31,2] MCHC  32,7    g/dl  [31,8 - 35,4] RDW  14,8    %  [11,6 - 14,8] PLT  289    10 e3/ul  [130 - 400] MPV  7,88    f/L  [7,50 - 12,00] Morfologia krwi 2017-01-14 11:17 WBC  12,71  H  10 e3/ul  [4,00 - 10,00] NEU  9,46  H  10 e3/ul  [2,00 - 6,90] NEUP  74,4    %  [37,0 - 80,0] LYMB  1,733    10 e3/ul  [0,60 - 3,40] LYMP  13,6  L  %  [20,0 - 45,0] MONOB  1,124  H  10 e3/ul  [0,20 - 0,90] MONOP  8,84  H  %  [3,00 - 8,00] EOSB  0,304    10 e3/ul  [0,00 - 0,70] EOSP  2,39    %  [1,00 - 5,00] BASOB  0,092    10 e3/ul  [0,00 - 0,20] BASOP  0,72    %  [0,00 - 1,00] RBC  2,96  L  10 e6/ul  [4,50 - 5,55] HGB  8,1  L  g/dl  [14,0 - 18,0] HCT  25,3  L  %  [40,0 - 54,0] MCV  85,5    fL  [80,0 - 97,0] MCH  27,3    pg  [27,0 - 31,2] MCHC  31,9    g/dl  [31,8 - 35,4] RDW  15,2  H  %  [11,6 - 14,8] PLT  320    10 e3/ul  [130 - 400] MPV  7,97    f/L  [7,50 - 12,00] Morfologia krwi 2017-01-18 13:00 WBC  8,17    10 e3/ul  [4,00 - 10,00] NEU  5,77    10 e3/ul  [2,00 - 6,90] NEUP  70,7    %  [37,0 - 80,0] LYMB  1,587    10 e3/ul  [0,60 - 3,40] LYMP  19,4  L  %  [20,0 - 45,0] MONOB  0,469    10 e3/ul  [0,20 - 0,90] MONOP  5,74    %  [3,00 - 8,00] EOSB  0,266    10 e3/ul  [0,00 - 0,70] EOSP  3,25    %  [1,00 - 5,00] BASOB  0,074    10 e3/ul  [0,00 - 0,20] BASOP  0,90    %  [0,00 - 1,00] RBC  3,12  L  10 e6/ul  [4,50 - 5,55] HGB  8,3  L  g/dl  [14,0 - 18,0] HCT  26,6  L  %  [40,0 - 54,0] MCV  85,3    fL  [80,0 - 97,0] MCH  26,7  L  pg  [27,0 - 31,2] MCHC  31,3  L  g/dl  [31,8 - 35,4] RDW  15,4  H  %  [11,6 - 14,8] PLT  422  H  10 e3/ul  [130 - 400] MPV  7,49  L  f/L  [7,50 - 12,00] Prokalcytonina 2017-01-12 13:48 PCT  1,400    ng/ml PROKALCYTONINA - zakresy wartości prawidłowych - jednostki ng/ml Niskie ryzyko ciężkiej sepsy < 0,5 Średnie ryzyko ciężkiej sepsy 0,5 - 2,0 Wysokie ryzyko ciężkiej sepsy > 2,0 TIBC 2017-01-16 13:45 TIBC  336    ug/dl TIBC - zakresy wartości prawidłowych - jednostki ug/dl Dorośli 250 - 425 Dzieci 100 - 400 Żelazo 2017-01-16 12:20 FE  33    ug/dl  [33 - 193] BADANIA DIAGNOSTYCZNE: 36.073 Wprowadzenie czterech stentów uwalniających leki do tętnicy wieńcowej 2017-01-04 36.091 Angioplastyka wieńcowa nie określona inaczej 2017-01-04 88.56 Koronarografia z użyciem dwóch cewników 2017-01-04 89.522 Elektrokardiografia z 12 lub więcej odprowadzeniami (z opisem) 2017-01-03 89.61 Monitorowanie systemowego ciśnienia tętniczego 2017-01-03 99.297 24-godzinny dożylny wlew - innych leków inotropowo dodatnich 2017-01-03 EPIKRYZA
rozpoznanie
2017-07-22T12:36:31.000Z
<(.+?)(?: (.+?)=(.+?))*?>.*?<\/\1>
<w c5="NP0" hw="michael" pos="SUBST">Michael </w>
匹配节点
2020-06-18T03:21:31.000Z
^(?P<start>.*)\s(-|to)\s(?P<end>.*)$
18/03/1989 to 19/10/2000
Date Range
2021-01-27T21:09:46.000Z
Removes the last 4 digits from a expression
(.*)(?=\w{4})
DFSDFDSFDFSD
REMOVE LAST DIGITS
2019-03-21T14:03:52.000Z
match
[a-g'r]+(\d+)
example
2014-07-28T21:44:41.000Z
Invoice ((?:[0-9]){8})
THIS IS AN EXAMPLES OF Invoice Email Subject sample Harmonie Mutuelle - Invoice 1234567890123456 123 WDD2052041F133125 - CORRECT VIN 44 WDD 169 007-1J-236589 - ALSO CORRECT VIN 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 - INCORRECT VIN AND THIS IS JUST CAPS TEXT FOR THE TEST WDD2052041F133125 WDD 2052041F133125 - VIN WITH TAB !! WDD2052041F133125 - TWO VINS CODES ONE BY ONE W D - - - D 2 0 5 2---0 4 1 F-1 3-3125 - MULTIPLE DELIMITERS X WDD 2052041F133125 - MULTILINE DELIMITERS (WDD2052041F133125)
DMLR - Email Subject - Invoice
2018-09-17T17:23:52.000Z
this regex matches for .com and/or .co.uk
^[a-z0-9\.-_]+[@][a-z0-9-_]+[\.][a-z0-9\.]{2,5}$
email Regex for .com and/or .co.uk
2016-07-18T04:07:40.000Z
Splits a SQL script into sections seperated by GO statement
(?:\s*|\r)+GO(\s*);*\s*(?:\r|\n)
GO; [‎11-‎02-‎2016 08:14] Rene Krone: /* To prevent any potential data loss issues, you should review this script in detail before running it outside the context of the database designer.*/ BEGIN TRANSACTION SET QUOTED_IDENTIFIER ON SET ARITHABORT ON SET NUMERIC_ROUNDABORT OFF SET CONCAT_NULL_YIELDS_NULL ON SET ANSI_NULLS ON SET ANSI_PADDING ON SET ANSI_WARNINGS ON COMMIT BEGIN TRANSACTION Go ; ALTER TABLE dbo.ResultCodes ADD ShortDescription nvarchar(50) NULL, EnglishDescription nvarchar(100) NULL gO; ALTER TABLE dbo.ResultCodes SET (LOCK_ESCALATION = TABLE) GO PRINT 'PLEASE GO ; ' GO COMMIT
Split SQL statements on 'GO'
2016-02-11T07:24:49.000Z
(?!.*B.*).*A.*
fgj
2015-03-19T14:42:01.000Z
.*\.(js\?.*|js|otf|gif|png|jpg|svg|bmp|css|jpeg|pdf|ico|eot|woff|woff2|axd|ttf|gif\?.*|png\?.*|jpg\?.*|svg\?.*|bmp\?.*|css\?.*|jpeg\?.*|pdf\?.*|ico\?.*|eot\?.*|woff\?.*|woff2\?.*|axd\?.*|ttf\?.*|otf\?.*)$
https://i.dell.com/sites…d-mouse-icon.png
Filter static web content
2020-10-30T05:09:20.000Z
https?:\/\/([a-z0-9]+\.)+(at|de|ch)(\/[a-z]+)*\/?(\?[a-z]+=[a-z]*(&[a-z]+=[a-z]*)*)?
http://a1.at http://orf.at/ https://tc.tugraz.at/main http://www.derstandard.at/kultur/ https://wikipedia.at/wiki/regex/ http://duckduckgo.at/?q=regex https://gdi.ist.tugraz.at?user=student http://gdi.ist.tugraz.at/login?course=gdi&role=student http://tugraz.at?emptyparam= ε (Leerstring) http http:// http://www http://.at http://orf.at// https://de.wikipedia.org http://tugraz.at/? http://gdi.ist.tugraz.at/?user=student& http://?user=student https://tugraz.at?user
URL
2018-01-10T09:30:51.000Z
(%[A-Za-z:0-9_]*)
obtener operandos de formula
2017-12-03T20:18:31.000Z
^\/([a-zA-Z]{2}-[a-zA-Z]{2})\/cms\/api\/preview([a-zA-Z0-9-_=\/]*)(\?)(.*)
/en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia#user=Artibani?qui=qua&quo=qui /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia#/user=Artibani?qui=qua&quo=qui /en-US/cms/api/preview/pippo/paperino/pluto/DePaperoni=ricco/amelia/#user/Artibani?qui=qua&quo=qui /en-US/cms/api/preview/pippo/paperino/pluto/DePaperoni=ricco/amelia/#/user=Artibani?qui=qua&quo=qui /en-US/cms/api/preview/pippo/pluto23?qua=qui /en-US/cms/api/preview/pippo-clarabella/EN-us/123??? /en-US/cms/api/preview/pippo/pluto-orazio? /en-US/cms/api/preview/pippo/pico-archimede/ /en-US/cms/api/preview/pippo/pico/archimede /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia#user/Faraci /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia/#user=Faraci /en-US/cms/api/preview /en-US/cms/api/preview/ /en-US/cms/api/preview? /en-US/cms/api/preview/? /en-US/cms/api/preview#user=Artibani?qui=qua&quo=qui&cap_paperopoli=123 /en-US/cms/api/preview/#user/Artibani?qui=qua&quo=qui&cap_paperopoli=123 /en-US/cms/api/preview#/user=Artibani?qui=qua&quo=qui&cap_paperopoli=123 /en-US/cms/api/preview/#/user=Artibani?qui=qua&quo=qui&cap_paperopoli=123 /en-US/cms/api/preview#user=Faraci /en-US/cms/api/preview#/user=Faraci /en-US/cms/api/preview/#/user=Faraci /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia?qui=qua&quo=qui /en-US/cms/api/preview/pippo/paperino/pluto/DePaperoni=ricco/paperoga?qui=qua&quo=qui /en-US/cms/api/preview/pippo/pluto23?qua=qui /en-US/cms/api/preview/pippo-clarabella/EN-us/123??? /en-US/cms/api/preview/pippo/pluto-orazio? /en-US/cms/api/preview/pippo/pico-archimede/? /en-US/cms/api/preview/pippo/pico-archimede/ /en-US/cms/api/preview/pippo/pico/archimede /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia#user=Faraci /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia/#user/Faraci /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia/#/user=Faraci /en-US/cms/api/preview /en-US/cms/api/preview/ /en-US/cms/api/preview? /en-US/cms/api/preview/? /en-US/cms/api/preview#user=Faraci /en-US/cms/api/preview/#user/6Faraci NOT OK /en-US/cms/api/preview?#user=Faraci /en-US/cms/api/preview?#/user=Faraci /en-US/cms/api/preview?/#/user=Faraci /en-US/cms/api/preview/?#user=Faraci /en-US/cms/api/preview/?#/user/Faraci /en-US/cms/api/preview/?/#/user=Faraci /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia?qui=qua&quo=qui#userArtibani /en-US/cms/api/preview/pippo/paperino/pluto/minni/amelia/?qui=qua&quo=qui#user/Artibani /en-US/cms/api/preview?qui=qua&quo=qui#user/Artibani /en-US/cms/api/preview/?qui=qua&quo=qui#user=Artibani /en-US/cms/api/preview?#user=Faraci /en-US/cms/api/preview/?#user/Faraci Output for Nginx: /preview/$2?culture=$1&$4
Version for ECMAScript
2019-05-14T07:46:52.000Z
.*((black\-?friday\.ga)|(alibestsale\.com)|(build\-?a\-?better\-?business\.2your\.site)|(callmebold\.com)|(centurylink\.net)|(cyber\-?monday\.ga)|(digg\.com)|(euro\.typepad\.jp)|(exmail\.qq\.com)).*
.*((black\-?friday\.ga)|(alibestsale\.com)|(build\-?a\-?better\-?business\.2your\.site)|(callmebold\.com)|(centurylink\.net)|(cyber\-?monday\.ga)|(digg\.com)|(euro\.typepad\.jp)|(exmail\.qq\.com)).*
.*((black\-?friday\.ga)|(alibestsale\.com)|(build\-?a\-?better\-?business\.2your\.site)|(callmebold\.com)|(centurylink\.net)|(cyber\-?monday\.ga)|(digg\.com)|(euro\.typepad\.jp)|(exmail\.qq\.com)).*
prova1
2016-01-07T16:42:51.000Z