description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
RegEx case2
\R["']\s*(OI|OX|OPSIMEX)\s*["'](\S*)["']
"OX 'EDDMA01.PUBLIC.USER.REXX(EXTREXX)'" "OI 'EDDMA01.PUBLIC.USER.REXX(EXTREXX)'" "OPSIMEX 'EDDMA01.PUBLIC.USER.REXX(EXTREXX)'" "OX PUBLIC.USER.REXX(EXTREXX)"
case2
2018-07-23T16:23:48.000Z
^s:([0-9a-f]{64})[\s\S].*$
XSRF-TOKEN=s%3A7faa4cc0b1e4bdce39bd46f8d96bf2c17c2aba158d3e4a4d219eb7295045ad74.m%2FjbawJSNaVIurcgVICYzA26lN2%2FvGUa5sU8Bc1fA0k
CSRF Extractor
2018-06-13T18:08:03.000Z
This regex will match RNS deletion following hgvs nomenclature
(?P<reference_sequence>(NM|NR|XM|XR)_[0-9]{4,12}|ENST[0-9]{1,11})(\.(?P<version>([0-9]?[0-9])))?(:(?P<prefix>c|n)\.(?P<start>-?[1-9][0-9]{0,7})(?P<start_offset>[+-][1-9][0-9]{0,7})?_(?P<end>-?[1-9][0-9]{0,7})(?P<end_offset>[+-][1-9][0-9]{0,7})?)del$
NM_12345.4:c.19999+500_20000+400del
HGVS RNA deletion
2022-07-12T18:19:00.000Z
(\d{10})_([A-Z][a-z]+)[\-_]+([A-Z][a-z]+)(\.[a-zA-Z]{3,4})
1173216167_AgentWill.jpg 1173216768_BrooksHarold.jpg 1173299189_BurgessDon.jpg 1173299407_ConiglioMike.jpg 1173299438_CooperKaren.jpg 1173299499_CurtisChristopher.jpg 1173300038_ElmoreKim.jpg 1173300155_FarmerVicki.jpg 1173300181_FletcherSteve.jpg 1173300207_ForrenEddie.jpg 1173300279_McguckinLinda.jpg 1173300440_GourleyJj.jpg 1173300567_HeinslemanPam.jpg 1173300593_HondlKurt.jpg 1173300619_HornJeff.jpg 1173300646_HowardKen.jpg 1173300716_IvicIgor.jpg 1173300757_JainMike.jpg 1173300862_KainJack.jpg 1173302066_KennedyDoug.jpg 1173302338_KuhlmanKristin.jpg 1173302528_LangstronCarrie.jpg 1173302580_LynnKelly.jpg 1173302631_MacgormanDon.jpg 1173303489_MelnikovValery.jpg 1173303530_MorrowBrett.jpg 1173303596_MurnanJames.jpg 1173303818_OrtegaKiel.jpg 1173304172_RabinBob.jpg 1173304254_RollinsTonia.jpg 1173304421_SchmidtMike.jpg 1173304508_SchurrTerry.jpg 1173304851_StumpfGreg.jpg 1173304935_TarpKeli.jpg 1173305069_ToomeyRobert.jpg 1173305102_TorresSebastian.jpg 1173305301_WickerLou.jpg 1173305326_WittArthur.jpg 1173305357_WoodBim.jpg 1173305420_XuQin.jpg 1173305550_YussoufNusrat.jpg 1173305582_ZahraiAllen.jpg 1173305608_ZhangPengfei.jpg 1173305634_ZhangJian.jpg 1173305666_ZieglerConrad.jpg 1173305696_ZrnicDusan.jpg 1178031443_LewisJohn.jpg 1208811784_DoviakRichard.jpg 1208811993_KrauseJohn.jpg 1208812047_MansellTed.jpg 1208812483_PepplerRandy.jpg 1208812511_ReevesHeather.jpg 1208812542_RobertsBrett.jpg 1208812597_WaughSean.jpg 1248986831_Warde-David.jpg 1248987295_Smith--Travis.jpg 1248987685_Knopfmeier--Kent.jpg 1248987721_Griffin-Erica.jpg 1248987828_Brogden--Jeff.jpg 1248987872_Arthur-Ami.jpg 1249399247_Nemunaitis-Kodi.jpg 1258400095_Clark-Adam.jpg 1258400182_Stratman-Derek.jpg 1258755192_Schwarz--Chris.jpg 1271793238_humberto.jpg 1273024015_BrianKaney2003.jpg 1278003921_Butler-Sterling.jpg 1278004017_Reinke-Tracy.jpg 1278004036_Ryzhkov-Alexander.jpg 1278004055_Tang-Lin.jpg 1278004074_Wang-Yadong.jpg 1297362249_Jones-Thomas.jpg 1297362283_Potvin-Corey.jpg 1311024411_Crank-Linda.jpg 1311024437_Gao-Jidong.jpg 1311024633_Smith-Brandon.jpg 1391808396_Bowden-Katie.jpg 1401375264_Meitin_jose.jpg 1407171270_Carlin_Jacob.jpg 1407171306_Cocks_Stephen.jpg 1407171371_Creager_Gerald.jpg 1407171682_Kirstetter-Pierre.jpg 1407171749_Kuster_Charles.jpg 1407171773_Martinaitis_Steven.jpg 1407171792_Mirkovic_Djordje.jpg 1407171905_Shattuck_Micheal.jpg 1407171947_Snyder_Jeffrey.jpg 1407172034_Wadler_Joshua.jpg 1418052845_D-Wasielewski.jpg
Photos 2
2020-08-10T21:41:29.000Z
Parse DocBlock tags to name & value
[*\s]*@(?P<name>[\w\\]+)\s*\(?(?P<value>(?:[^@]*[^*\s/)]))?(?:\s|$|\))
/** * Headline * * Desciption * On multiple * Lines * * @test ett * @igen två */
Parse DocBlock tags
2016-09-20T13:03:34.000Z
\[(.*)\]
Documentary Now! S01E01 20150820 [20150915-1000].mpg
Substitute text between brackets
2015-09-27T14:35:09.000Z
(?P<tag>\<(.)*\>)|(?P<whitespace>[' '])|(?P<linha>[\n])
Exercicio 5
2015-08-31T17:16:00.000Z
Parsing of a file created by a Chemstation Instrument
Instrument Method\s*[=:-]\s*(?<dm>.*)
This data was acquired in Method&Run Control. The MSD parameters were saved in the msdiag register file. This msparms.txt file was built using the values from the msdiag register. Some parameters normally reported under MSData acquisition in Tune may be missing from this msparms.txt file. You may be able to read these values from Data Analysis. These items are marked with an asterisk (*). File : C:\HPCHEM\1\DATA\FIA.D Operator : Apps Chemist Date acquired : Wed Apr 09 17:50:26 1997 Instrument Method : Appsprite2 Sample information ---------------------------------- Sample name : 50 ng caffeine Misc info : 50 ng Caffeine run in condensed mode varying fragmentor MS parameters ---------------------------------- Tune File : C:\HPCHEM\1\1946TUNE\atunes.tun Skim1 : Not Applicable Skim2 : 8.0 V Ion Energy : 5.0 V Lens1 : 1.4 V Lens2 : 27 V Iris : 350 V HED : 10000 V Width Gain : -70 Width Offset : Variable Mass : Value -------------------------- 118.10 : -11 622.03 : -14 922.01 : -2 1521.97 : -8 2121.93 : -13 2721.89 : -12 -------------------------- Mass Gain : 4.40 Mass Offset : Variable Mass : Value -------------------------- 118.10 : 0 622.03 : 0 922.01 : 0 1521.97 : 0 2121.93 : 0 2721.89 : 0 -------------------------- Quad DC : 0.00 V Octopole Peak : 300 V Octopole Knee : 307 Da Mass Filter : Gaussian Mass Filter Width : 0.30 Da
Chemstation MS Parsing
2015-12-16T08:36:18.000Z
Matches a valid Pushjet Server Pubkey
[a-f0-9]{4}-[a-f0-9]{6}-[a-f0-9]{12}-[a-f0-9]{5}-[a-f0-9]{9}
4be3-eda97a-0d7faeab05a0-89403-ad4751c49
Pushjet Server Pubkey
2016-06-08T18:45:21.000Z
This regex is designed for end users to test if there image file is name compliant.
^(\d)\_\_(.*)\.(png|svg|jpg|gif)
KPI Dash Drop-In Image Compliance
2022-08-11T16:27:26.000Z
^(T\d+H-\D+)(\d+).m3u
T16H-seg0001.m3u
Seg #
2018-05-11T20:05:43.000Z
^((?![\d_])([\w]){8,30})$
asdasdasdasdasd_12
username rule follower
2018-12-17T12:35:51.000Z
Chỉ lấy ký tự trong ngoặc vuông []
(?<=\[)[^\]]+
[ acb ] abc [bbcg] bcgc [vvv] [ dsds] [vsvs]
Bai 1
2015-08-25T22:59:59.000Z
(?'ident'[a-z.]*?) (?'expression'equals|bigger) (?'compare'[0-9a-z\“\”]+)
UNIT.award equals “Distinction”
30164958
2015-05-12T20:52:36.000Z
^(?<Lp>[^;]*);(?<Rachunek>[^;]*);(?<DataKsieg>[^;]*);(?<Kod>[^;]*);(?<Kwota>[^;]*);(?<Waluta>[^;]*);(?<Opis>.*);(?<DataWaluty>.*)$
2;XXXXXXXXXXXXXXXXXXXXXXXXXX;05.01.2016 00:00;911;7,47;PLN;911 Transakcja Collect; ID IPH: VVVVVVVVVVVVVV; z rach.: AAAAAAAAAAAAAAAAAAAAAAAAAA; od: BANK POCZTOWY S.A. w imieniu XXXXX XXX XXX _; tyt.: XX XX Km XX/XX VI Nc-e 1 XXX/13 XXXX KsP XXX/15 N a 30-12-2015 Na kwote 7 47 AAAAAAAAAAAAAAAAAAAAAAAAAA; TNR: xxxxxxxxxxxxx.xxxxxxx;05.01.16"
TestCsvProblme
2016-03-18T09:49:36.000Z
regex to allow unicode chars & digits in config values
([\S]*) {2,}([\p{L}\p{Nd}\w- \<\>\[\]\&\$\/\*\+\,\'\:\(\)\.!#\?=%]*)
PART-TIME Yarı zamanlı FULL-TIME Tam zamanlı
turkish translations
2015-09-10T07:45:44.000Z
Matches ordinal numbers
\d+(?:st|nd|rd|th)
Ordinal
2015-09-08T14:27:24.000Z
Based on my understanding of Regex, the string “10” matches the Regex “^([0-9]*)(\\*)$”. To validate it, I tried the regex and the text “10” on the website and it worked. But when I tried the same with C# code, it failed.Only by adding a "?", making the regex “^([0-9]*)(\\*)?$” makes the string "10" validate against the regex. I am confused why it behaves differently in the C# Regex class.
^([0-9]*)(\\*)$
10
C# Regex Class acts odd
2014-09-04T14:26:41.000Z
Extract group of key from hash structure string
\[:(\w+)\]
:'my_service_data[:key1][:key2]'
Extract group of key from hash structure string
2021-06-30T12:55:55.000Z
toto
le
il est la le toot
le test a toto
2016-01-15T15:42:47.000Z
Used to isolate the variable name of a JavaScript variable. Works event if there aren't spaces between the variable and the equals sign.
(^var)|(\=(.*))|( )
var expressVar = require('express')
Isolate Javascript variable name
2015-09-20T01:40:00.000Z
hi, i've been trying for hours to do this, i need to omit all text between single quotes / double quotes can someone help with this
\bf\b((?!')(?!\")(?!\())
f f(aaa) + f f + 2 a+ fcc + 9 -f if({f_b}=0,' -B',' -F -B') B + 5 + f(aaa, b) b(aaa) + b "b" 'f' a=-f(aaa)
omit data between single quotes
2014-11-02T09:12:15.000Z
(\d{4})-([A-Z])-(\d[A-Z])-([A-Z]{3,4}\d?)-?(\d)?
0000-A-0A-AAA
Asset Tag Orange Group
2017-06-05T14:51:41.000Z
Extract project_ids
\d{9}\t.*2020
132403137 v2-gcid-telecom: English (US) 2020-08-18-21-02-30 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.12 3 2.23 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132407180 v2-gcid-car_rental_agency: English (US) 2020-08-18-20-40-40 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.1 2.83 2.03 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132403129 v2-gcid-auto_repair_shop: English (US) 2020-08-18-20-38-13 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.09 3 2.58 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132411145 v2-gcid-beauty_salon: English (US) 2020-08-18-20-36-18 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 3.13 3.07 2.77 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132403128 v2-gcid-post_office: English (US) 2020-08-18-20-35-25 Experimental English (US) T0 Local Firefly Completed 18 / 0 / 0 -- 5.17 1.28 1.28 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132415151 v2-gcid-atm: English (US) 2020-08-18-20-31-37 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.04 4.05 4.52 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132407178 v2-gcid-bank: English (US) 2020-08-18-20-28-45 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 3.05 2.48 1.97 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132403127 v2-gcid-gas_station: English (US) 2020-08-18-20-26-38 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.08 2.78 2.17 Medium -- No 2020-08-18 anoske 635 Local Search 2020-08-18 mikemaring -- 132411143 v2-gcid-bank: English (US) 2020-08-18-20-21-43 Experimental English (US) T0 Local Firefly Invalidated -- -- -- -- -- Medium -- No 2020-08-18 anoske 635 Local Search -- -- -- 132403123 v2-gcid-gas_station: English (US) 2020-08-18-20-18-44 Experimental English (US) T0 Local Firefly Invalidated -- -- -- -- -- Medium -- No 2020-08-18 anoske 635 Local Search -- -- -- 132383124 v2-gcid-theme_park: English (US) 2020-08-18-00-59-53 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.8 3.47 2.98 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132367118 v2-gcid-nail: English (US) 2020-08-18-00-43-53 Experimental English (US) T0 Local Firefly Completed 300 / 0 / 0 -- 5.18 3.38 3.15 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132351136 v2-gcid-wedding_photographer: English (US) 2020-08-18-00-42-16 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.31 2.82 2.3 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132363117 v2-gcid-tattoo_shop: English (US) 2020-08-18-00-41-06 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.18 3.72 3.82 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132375127 v2-gcid-roller_coaster: English (US) 2020-08-18-00-39-45 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.45 3.22 2.83 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132371115 v2-gcid-miniature_golf_course: English (US) 2020-08-18-00-38-25 Experimental English (US) T0 Local Firefly Completed 150 / 0 / 0 -- 5.46 2.95 2.02 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132379104 v2-gcid-hair: English (US) 2020-08-18-00-36-26 Experimental English (US) T0 Local Firefly Completed 300 / 0 / 0 -- 4.8 3.27 2.98 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132383111 v2-gcid-go_kart_track: English (US) 2020-08-18-00-35-04 Experimental English (US) T0 Local Firefly Completed 250 / 0 / 0 -- 5.29 3.8 3.5 Medium -- No 2020-08-17 anoske 635 Local Search 2020-08-17 hongyan -- 132379102 v2-gcid-day_care_center: English (US) 2020-08-18-00-33-42 Experimental English (US) T0 Local Firefly Compl
Extract project_ids
2020-09-25T23:39:46.000Z
SVN Changed Files Pattern
^([^\n]*\s+)(?<g2>Added|Modified|Normal)\s+\((?<g3>\S+\s+only)\)\s*$
opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/fixture/ClasspathResourceFixture.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/fixture/RbacFixture.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/fixture/StructureDefinitionFixture.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/fixture/LuceneFixture.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/fixture/DeploymentFixture.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/fixture/OpenEJBFixture.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/fixture/ProcessDefinitionFixture.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/builder/StructureInstanceExternalBuilderTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/builder/JsonStructureBuilderTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/builder/JsonDataTreeBuilderTest.java Deleted (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/StructureServiceCompositionTest.java Added (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/PermissionServiceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/JbpmJobServiceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/StructureServiceAddReferenceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/StructureServiceRbacTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/DeploymentResourceServiceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/StructureServiceRemoveReferenceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/StructureServiceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/StructureServiceBackReferenceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/StructureServiceLogTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/service/FinderServiceTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/mittlerservice/StructureServiceRemoteSearchTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/lucene/structure/LuceneStructureIndexerRandomTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/lucene/LuceneSearcherTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/lucene/LuceneIndexerTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/actionhandler/CancelAllTimerActionHandlerTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/actionhandler/AutoStartActionHandlerTest.java Modified (content only) opusp-jbpm3/src/test/java/de/esn/opusp/jbpm3/actionhandler/BirtRenderActionHandlerTest.java Modified (content only) opusp-jbpm3/src/test/resources/AutoStart Test/process/processimage.jpg Added (content only) opusp-jbpm3/src/test/resources/AutoStart Test/process/processdefinition.xml Added (content only) opusp-jbpm3/src/test/resources/AutoStart Test/process/gpd.xml Added (content only) opusp-jbpm3/src/test/resources/AutoStart Test/process Added (content only) opusp-jbpm3/src/test/resources/AutoStart Test Added (content only) opusp-jbpm3/src/test/resources/CancellAllTimerActionHandler Deleted (content only) opusp-jbpm3/src/test/resources/AutoStartTest/process/processimage.jpg Deleted (content only) opusp-jbpm3/src/test/resources/AutoStartTest/process/processdefinition.xml Deleted (content only) opusp-jbpm3/src/test/resources/AutoStartTest/process/gpd.xml Deleted (content only) opusp-jbpm3/src/test/resources/AutoStartTest/process Deleted (content only) opusp-jbpm3/src/test/resources/AutoStartTest Deleted (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/process/gpd.xml Added (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/process/processimage.jpg Added (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/process/processdefinition.xml Added (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/process Added (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/cancell/processimage.jpg Deleted (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/cancell/processdefinition.xml Deleted (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/cancell/gpd.xml Deleted (content only) opusp-jbpm3/src/test/resources/CancelAllTimerActionHandler/cancell Deleted (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/cluster/ClusterSingletonServiceImpl.java Added (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/cluster/ClusterSingletonChannelActivator.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/builder/DataTreeBuilder.java Deleted (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/builder/JsonStructureBuilder.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/builder/JsonDataTreeBuilder.java Deleted (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/builder/StructureExternalBuilder.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/model/appview/DataTree.java Deleted (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/model/appview Deleted (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/ExtStateServiceImpl.java Added (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/ClusterSingletonServiceImpl.java Deleted (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/StructureRuleService.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/RbacServiceImpl.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/OpuspStructureConverter.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/StructureFieldService.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/JbpmJobServiceImpl.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/OpuspCommandServiceBeanImpl.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/StructureServiceImpl.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/StructureInstanceLoader.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/DeploymentResourceServiceImpl.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/service/MenuConfigServiceImpl.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/utils/JsUtil.java Added (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/cache/structure/StructureCacheImpl.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/lucene/TypedQueryParser.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/lucene/ParseTools.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/entity/OpuspExtState.java Added (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/entity/structure/instance/OpuspInstance.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/entity/structure/definition/OpuspReference.java Modified (content only) opusp-jbpm3/src/main/java/de/esn/opusp/jbpm3/entity/structure/definition/OpuspAttribute.java Modified (content only) opusp-jbpm3/src/main/resources/ext/StateProviderTemplate.js Added (content only) opusp-jbpm3/src/main/resources/ext Added (content only) opusp-jbpm3/src/main/resources/dataview/structure/structure-lib.js Modified (content only) opusp-jbpm3/src/main/resources/dataview/structure/multiview.js Modified (content only) opusp-jbpm3/src/main/resources/dataview/structure/single-index.html Modified (content only) opusp-jbpm3/src/main/resources/dataview/appview/appview-lib.js Deleted (content only) opusp-jbpm3/src/main/resources/dataview/appview/index.html Deleted (content only) opusp-jbpm3/src/main/resources/dataview/appview Deleted (content only) opusp-jbpm3/pom.xml Modified (content only) opusp-jbpm3 Normal (properties only) opusp-rest/src/test/java/de/esn/opusp/rest/service/ExportServiceRESTTest.java Modified (content only) opusp-rest/src/test/java/de/esn/opusp/rest/utils/FieldsConverterTest.java Modified (content only) opusp-rest/src/test/java/de/esn/opusp/rest/fixture/MockStructureServiceImpl.java Modified (content only) opusp-rest/src/test/java/de/esn/opusp/rest/fixture/StructureServiceAdapter.java Modified (content only) opusp-rest/src/main/java/de/esn/opusp/rest/model/structure/export/Attribute.java Modified (content only) opusp-rest/src/main/java/de/esn/opusp/rest/service/ExtStateServiceREST.java Added (content only) opusp-rest/src/main/java/de/esn/opusp/rest/service/StructureServiceREST.java Modified (content only) opusp-rest/src/main/java/de/esn/opusp/rest/utils/FieldsConverter.java Modified (content only) opusp-rest/src/main/java/de/esn/opusp/rest/structureimport/ImportHandler.java Modified (content only) opusp-rest/pom.xml Modified (content only) opusp-rest Normal (properties only) opusp-web/src/test/java/de/esn/opusp/web/server/fixture/MockStructureServiceImpl.java Modified (content only) opusp-web/src/test/java/de/esn/opusp/web/server/fixture/StructureServiceAdapter.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/server/admin/OpuspStructureConverter.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/server/admin/AdminServiceImpl.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/server/MenuConfigServiceImpl.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/data/model/DataTreeRefreshCallback.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/data/model/DataModel.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/data/DataController.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/GWTConstants.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/model/structure/StructureTreeEntry.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/model/structure/StructureModel.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/model/structure/OpuspReference.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/model/structure/OpuspStructure.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/model/structure/OpuspAttribute.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/model/structure/AdminStructureModel.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/structure/AttributeListPanel.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/structure/StructureTreePanel.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/structure/ResourceAttributeWindow.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/structure/StructureWindow.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/structure/ReferenceAttributeWindow.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/structure/AttributeWindow.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/structure/KatalogAttributeWindow.java Modified (content only) opusp-web/src/main/java/de/esn/opusp/web/client/admin/AdminController.java Modified (content only) opusp-web/src/main/resources/de/esn/opusp/web/public/Application.css Modified (content only) opusp-web/src/main/resources/de/esn/opusp/web/public/icons/attribute_reference_composition_many_deleted.png Added (content only) opusp-web/src/main/resources/de/esn/opusp/web/public/icons/attribute_reference_composition_many.png Added (content only) opusp-web/src/main/resources/de/esn/opusp/web/public/icons/attribute_reference_composition_one_deleted.png Added (content only) opusp-web/src/main/resources/de/esn/opusp/web/public/icons/attribute_reference_composition_one.png Added (content only) opusp-web/pom.xml Modified (content only) opusp-web Normal (properties only) opusp-test/pom.xml Modified (content only) opusp-test Normal (properties only) opusp-app/pom.xml Modified (content only) opusp-app Normal (properties only) opusp-selenium/pom.xml Modified (content only) opusp-selenium Normal (properties only) pom.xml Modified (content only) opusp-core/pom.xml Modified (content only) opusp-core Normal (properties only) opusp-common/pom.xml Modified (content only) opusp-common Normal (properties only) opusp-service/pom.xml Modified (content only) opusp-service Normal (properties only) opusp-script/src/main/resources/sql/create/mssql/opusp.extra.mssql.3.18.10.sql Added (content only) opusp-script/src/main/resources/sql/create/mssql/opusp.extra.mssql.3.18.12.sql Added (content only) opusp-script/src/main/resources/sql/create/mssql/opusp.extra.mssql.3.18.9.sql Added (content only) opusp-script/src/main/resources/sql/create/mssql/opusp.extra.mssql.3.18.11.sql Added (content only) opusp-script/src/main/resources/sql/create/mssql/opusp.extra.mssql.3.18.8.sql Added (content only) opusp-script/src/main/resources/sql/create/mssql/opusp.extra.mssql._VERSION_.sql Modified (content only) opusp-script/src/main/resources/sql/create/mysql/opusp.extra.mysql.3.18.11.sql Added (content only) opusp-script/src/main/resources/sql/create/mysql/opusp.extra.mysql.3.18.8.sql Added (content only) opusp-script/src/main/resources/sql/create/mysql/opusp.extra.mysql.3.18.10.sql Added (content only) opusp-script/src/main/resources/sql/create/mysql/opusp.extra.mysql.3.18.12.sql Added (content only) opusp-script/src/main/resources/sql/create/mysql/opusp.extra.mysql.3.18.9.sql Added (content only) opusp-script/src/main/resources/sql/create/mysql/opusp.extra.mysql._VERSION_.sql Modified (content only) opusp-script/src/main/resources/sql/create/oracle/opusp.extra.oracle.3.18.9.sql Added (content only) opusp-script/src/main/resources/sql/create/oracle/opusp.extra.oracle.3.18.11.sql Added (content only) opusp-script/src/main/resources/sql/create/oracle/opusp.extra.oracle.3.18.8.sql Added (content only) opusp-script/src/main/resources/sql/create/oracle/opusp.extra.oracle.3.18.10.sql Added (content only) opusp-script/src/main/resources/sql/create/oracle/opusp.extra.oracle.3.18.12.sql Added (content only) opusp-script/src/main/resources/sql/create/oracle/opusp.extra.oracle._VERSION_.sql Modified (content only) opusp-script/src/main/resources/sql/create/jbpm-3.2.6.SP1/jbpm.jpdl.mysql.sql Modified (content only) opusp-script/src/main/resources/sql/create/jbpm-3.2.6.SP1/jbpm.jpdl.oracle.sql Modified (content only) opusp-script/src/main/resources/sql/create/jbpm-3.2.6.SP1/jbpm.jpdl.mssql.sql Modified (content only) opusp-script/src/main/resources/sql/migrate/mssql/opusp.extra.mssql.3.18.6-3.18.8.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mssql/opusp.extra.mssql.3.18.8-3.18.9.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mssql/opusp.extra.mssql.3.18.9-3.18.10.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mssql/opusp.extra.mssql.3.18.10-3.18.11.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mssql/opusp.extra.mssql.3.18.11-3.18.12.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mssql/opusp.extra.mssql._VERSIONRANGE_.sql Modified (content only) opusp-script/src/main/resources/sql/migrate/mysql/opusp.extra.mysql.3.18.10-3.18.11.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mysql/opusp.extra.mysql.3.18.11-3.18.12.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mysql/opusp.extra.mysql.3.18.8-3.18.9.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mysql/opusp.extra.mysql.3.18.6-3.18.8.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mysql/opusp.extra.mysql.3.18.9-3.18.10.sql Added (content only) opusp-script/src/main/resources/sql/migrate/mysql/opusp.extra.mysql._VERSIONRANGE_.sql Modified (content only) opusp-script/src/main/resources/sql/migrate/oracle/opusp.extra.oracle.3.18.6-3.18.8.sql Added (content only) opusp-script/src/main/resources/sql/migrate/oracle/opusp.extra.oracle.3.18.9-3.18.10.sql Added (content only) opusp-script/src/main/resources/sql/migrate/oracle/opusp.extra.oracle.3.18.10-3.18.11.sql Added (content only) opusp-script/src/main/resources/sql/migrate/oracle/opusp.extra.oracle.3.18.11-3.18.12.sql Added (content only) opusp-script/src/main/resources/sql/migrate/oracle/opusp.extra.oracle.3.18.8-3.18.9.sql Added (content only) opusp-script/src/main/resources/sql/migrate/oracle/opusp.extra.oracle._VERSIONRANGE_.sql Modified (content only) opusp-script/pom.xml Modified (content only) opusp-script Normal (properties only) opusp-config/pom.xml Modified (content only) opusp-config Normal (properties only) opusp-local-client/pom.xml Modified (content only) opusp-local-client Normal (properties only) opusp-api/src/main/java/de/esn/opusp/api/model/OpuspExtState.java Added (content only) opusp-api/src/main/java/de/esn/opusp/api/model/structure/definition/OpuspReference.java Modified (content only) opusp-api/src/main/java/de/esn/opusp/api/model/structure/definition/OpuspAttribute.java Modified (content only) opusp-api/src/main/java/de/esn/opusp/api/model/structure/transport/Attribute.java Modified (content only) opusp-api/src/main/java/de/esn/opusp/api/model/structure/transport/Field.java Modified (content only) opusp-api/src/main/java/de/esn/opusp/api/model/MenuConfig.java Modified (content only) opusp-api/src/main/java/de/esn/opusp/api/service/ExtStateService.java Added (content only) opusp-api/src/main/java/de/esn/opusp/api/service/StructureService.java Modified (content only) opusp-api/src/main/java/de/esn/opusp/api/remote/StructureServiceRemote.java Modified (content only) opusp-api/pom.xml Modified (content only) opusp-api Normal (properties only) Normal (properties only)
SVN Changed Files Pattern
2017-09-27T13:42:17.000Z
^mydomain(.*)\.mydomain\.com$
Match mydomain*.mydomain.com
2015-01-25T04:43:52.000Z
(?:CRITERION SUMMARY.*?\n)(.*?)(?:\n{2}|\.PLOT PAGE)
Fr. 180 135.000f -1,320.8 45 -2,911.4 8,472.3 27 31,259.0 Fr. 184 138.000f -1,032.5 44 -2,367.4 4,966.8 20 25,416.1 Fr. 189 141.750f -689.6 41 -1,687.4 1,530.8 8 18,112.6 FPP 143.250f -421.6 30 -1,415.4 697.3 5 15,191.2 ------------------------------------------------------------------------------ LONG. STRENGTH - PORT CONDITION CRITERION SUMMARY Largest Shear/limit: 47.3% at 140.000f Largest Bending Moment/limit: 32.4% at 130.572f (Hogging) Largest Shear: 2,094.1 MT at 120.000f Largest Bending Moment: -42,063 MT-m. at 76.500f (Sagging) .PLOT PAGE D&T=19-11-15 11:25:20 PAG= 398 P&V=GHS 14.62B TIT=Vuyk Engineering Rotterdam B.V. TIT=MV FJELL - IMO 8766296 HDG=6.09 - BALLASTING - STEP 9\ HDG=DAMAGE CONDITION\ CAT= DAM= with FLOODING UNT=M. MT CU.M. ORV=Base plane SPG= 1.025 STD WAV= 0 LIM=LONG. STRENGTH - PORT CONDITION HEL= 4.848391 LST= 375 LOC SHR SLN SLP MOM MLN MLP -148 0 -554 378 0 5940 -3994 -148 0 -554 378 0 5940 -3994 -147.07 -1.110508 -722.6383 556.4048 1.96067 7751.208 -5850.188 -147.07 -1.110508 -722.6484 556.4155 1.96067 7751.316 -5850.3 -146.9999 -6.46569 -735.3599 569.8632 2.33537 7887.84 -5990.214 -146.9999 -6.46569 -735.37 569.8739 2.33537 7887.949 -5990.325 -146.9968 -6.697881 -735.9165 570.452 2.360113 7893.819 -5996.341 -146.4246 -53.68822 -839.6799 680.2248 20.21089 9008.258 -7138.457 -146.4246 -53.68822 -839.69 680.2355 20.21089 9008.366 -7138.568 -146.25 -69.215 -871.3339 713.712 31.2016 9348.228 -7486.869
ghs LS Summary extractor
2015-11-19T11:47:27.000Z
'\''S', '''s'
Duncan'S
postgresql
2015-08-11T09:46:00.000Z
Match date from calendar as string
^.*,YEAR=([0-9]{4}).*,MONTH=([0-9]{1,2}).*DAY_OF_MONTH=([0-9]{1,2}).*$
java.util.GregorianCalendar[time=1410521241348,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="Europe/London",offset=0,dstSavings=3600000,useDaylight=true,transitions=242,lastRule=java.util.SimpleTimeZone[id=Europe/London,offset=0,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2014,MONTH=8,WEEK_OF_YEAR=37,WEEK_OF_MONTH=2,DAY_OF_MONTH=12,DAY_OF_YEAR=255,DAY_OF_WEEK=6,DAY_OF_WEEK_IN_MONTH=2,AM_PM=1,HOUR=0,HOUR_OF_DAY=12,MINUTE=27,SECOND=21,MILLISECOND=348,ZONE_OFFSET=0,DST_OFFSET=3600000]
Match date from calendar as string
2014-09-17T16:57:21.000Z
correos
[a-zA-Z_0-9]+@[a-zA-Z._]+\.[a-zA-Z_]{2,3}+
correos
2023-10-19T21:25:00.000Z
((\s+)var\s+[\$\w]+[^\n{]*,[^ \w])
{ var $jqueryFoo = 'foo', bar = 'bar'; } { var foo = require('/foo'), bar = require('/bar'), foobar = require('/foobar'); } { var foo = 'foo', bar = 'bar', baz; } { var foo = 'foo', bar = 'bar'; BAZ = 'baz'; } { var foo = 'foo', bar = 'bar'; var obj = { foo: 'foo', bar: 'bar' }; }
Prettier Prep Pt. 2
2017-11-10T16:35:03.000Z
kthpppp
// ///* // //// Bai 2 //#include <iostream> // //using namespace std; // //int a, b; //long long c; // //void init() { // cout << "Khoi tao: " << endl; // do { // cout << " - Nhap vao gia tri cua a: "; // cin >> a; // } while (10 > a || a > 50); // // do { // cout << " - Nhap vao gia tri cua b: "; // cin >> b; // } while (10 > b || b > 50 || a>=b); // // c = a*b; //} // //void timUoc(int a) { // int i; // for (i = 1; i < a ; i++) { // if (a%i == 0) { // cout << " " << i; // } // } // cout << endl; //} // //int checkPP(int a) { // int i; // long sum; // sum = 1; // // for (i = 2; i < a ; i++) { // if (a%i == 0) { // sum += i; // } // } // // if (sum > a) // return 1; // return 0; //} // // //int main() { // // init(); // // // Cau 1 // cout << endl << "Cau 1: " << endl; // timUoc(c); // // // Cau 2 // cout << endl << "Cau 2: " << endl; // cout << " - C = " << c << endl; // if (checkPP(c)) // cout << " - " << c << " la so phong phu" << endl; // else // cout << " - " << c << " khong la so phong phu" << endl; // // // Cau 3 // cout << endl << "Cau 3: " << endl; // for (int i = a; i <= b; i++) { // if (checkPP(i)) // cout << " " << i; // } // // cout << endl << endl; // // system("pause"); //} // //// Bai 3 //#include <iostream> //#include <string> // //using namespace std; // //string s; //char KQ[65]; //int n; // // //int check_Char(string s) { // int i, len; // len = s.length(); // for (i = 0; i < len; i++) { // if (s[i] - 48 < 0 || s[i] - 48 > 9) // return 0; // } // // return 1; //} // //void init() { // int len; // cout << "Khoi tao: " << endl; // // do { // cout << " - Nhap vao chuoi S: "; // getline(cin, s); // len = s.length(); // } while (1 > len || len > 20 || !check_Char(s)); // //} // //unsigned long long convertToLong(string s) { // unsigned long long number = 0; // int i, len; // // len = s.length(); // // for (i = 0; i < len; i++) { // number = number * 10 + s[i] - 48; // } // // return number; //} // //void convertToBinary(unsigned long long a) { // int i; // i = 0; // while (a) { // KQ[i] = a % 2 + 48; // a = a / 2; // i++; // } // // n = i; //} // //void valueMax() { // int i, flag, j; // char* output = (char*)calloc(n, sizeof(char)); // // flag = 0; // j = 0; // for (i = n - 1; i >= 0; i--) { // if (KQ[i] != '0') { // output[j] = KQ[i]; // j++; // } // else { // if (flag == 0 && KQ[i] == '0') // flag = 1; // else { // output[j] = KQ[i]; // j++; // } // } // } // // // In KQ // for (i = 0; i < j; i++) // cout << output[i]; // // //} // //int main() { // int i; // unsigned long long value; // char* binary = (char*)calloc(n, sizeof(char)); // // // Cau 1 // cout << endl << "Cau 1: " << endl; // init(); // // // Cau 2 // cout << endl << "Cau 2: " << endl; // cout << " " << s << " = "; // value = convertToLong(s); // convertToBinary(value); // for (i = n - 1; i >= 0; i--) // cout << KQ[i]; // // // Cau 3 // cout << endl << "Cau 3: " << endl; // cout << " - Gia tri cua S: " << s << endl; // cout << " - Gia tri cua Sb la: "; // for (i = n - 1; i >= 0; i--) // cout << KQ[i]; // // cout << endl << " - Gia tri cua Sb' la: "; // valueMax(); // // cout << endl << endl; // // system("pause"); //} // Bai 1 #include <iostream> using namespace std; int a, b; void init() { cout << "Khoi tao: " << endl; cout << " - Nhap gia tri cua a: "; cin >> a; cout << " - Nhap gia tri cua b: "; cin >> b; } double TBC() { double KQ; KQ = (a + b)*1.0 / 2; return KQ; } int abs(int a) { if (a > 0) return a; return 0 - a; } int main() { init(); double KQ; // Cau 1 KQ = TBC(); cout << endl << "Cau 1: " << endl; cout << " - Trung binh cong cua " << a << " & " << b << " la: " <<KQ; // Cau 2 cout << endl << "Cau 2: " << endl; if (abs(a) > abs(b)) cout << "a^2 > b^2" << endl; else if (abs(a) < abs(b)) cout << "a^2 < b^2" << endl; else cout << "a^2 = b^2" << endl; system("pause"); }
kthpppp
2018-10-10T17:10:59.000Z
Custom trigger: 「TTS」「Sランク, $1」 Regular Expression: Added new combatant (クロック・ミテーヌ|ケロゲロス|ガーロック|ボナコン|ナンディ|チェルノボーグ|レドロネット|ウルガル|マインドフレア|サウザンドキャスト・セダ|ゾーナ・シーカー|ブロンテス|バルウール|ヌニュヌウィ|ミニョーカオン|サファト|アグリッパ)
Jessip Daggerheart is attempting to sneak up on (?<Player>\w+)
\#FFFF00Jessip Daggerheart is attempting to sneak up on Aditu, but they haven't noticed... You should warn them!
mob
2016-01-21T16:09:13.000Z
The Seventh Edition of Doc 9303 represents a restructuring of the ICAO specifications for Machine Readable Travel Documents. Without incorporating substantial modifications to the specifications, in this new edition Doc 9303 has been reformatted into a set of specifications for Size 1 Machine Readable Official Travel Documents (TD1)
(?<type>[A-Za-z]{1})(?<subtype>[A-Za-z<]{1})(?<expcountry>[A-Za-z]{3})(?<docnumber>[0-9A-Za-z<]{9})(?<docnumbercheck>[0-9]{1})(?<complement>[0-9a-zA-Z<]{15})\n(?<birthdate>[0-9]{6})(?<birthcheck>[0-9]{1})(?<sex>[mfMF]{1})(?<expiredate>[0-9]{6})(?<expirecheck>[0-9]{1})(?<nacionality>[A-Za-z]{3})(?<optional>[a-zA-Z0-9<]{11})(?<linecheck>[0-9]{1})\n(?<lname>[A-Z]+)(?<lname2><[A-Z]+){0,}<<(?<spacing>[<]{0,})(?<fname>[A-Z]+)(?<mname1><[A-Z]+){0,}(?<namecomplement>[a-zA-Z<]+){0,}
IDCHES0002068<8<<<<<<<<<<<<<<< 8102287F1301014CHE<<<<<<<<<<<4 VADIS<<QUO<<<<<<<<<<<<<<<<<<<< I<UTOD231458907<<<<<<<<<<<<<<< 7408122F1204159UTO<<<<<<<<<<<6 ERIKSSON<<ANNA<MARIA<<<<<<<<<< I<NLDXI020DF236123456783<<<<<< 7208148F1108268NLD<<<<<<<<<<<9 VAN<DER<STEEN<<MARIANNE<LOUISE
ICAO MRZ TD1
2016-07-21T12:45:13.000Z
(\+\d+(-*\d*)*\d\/\ ?\d+(\ *\d*)*(\;.+)*)
+34-093 456 4131 625142030 +1-(800)-555-2468
Validate phones
2016-08-10T12:22:02.000Z
Valid: 000.01.249.255 1.199.200.0 0.0.0.0 Invalid: 1000..256.300
^([01]?\d{1,2}|2[0-4]\d|25[0-5])\.([01]?\d{1,2}|2[0-4]\d|25[0-5])\.([01]?\d{1,2}|2[0-4]\d|25[0-5])\.([01]?\d{1,2}|2[0-4]\d|25[0-5])$
Valid: 000.01.249.255 1.199.200.0 0.0.0.0 Invalid: 1000..256.300
IPv4 strict
2016-03-03T15:48:39.000Z
(?:"?([^"]*)"?,){2}
196778,"df,fdfsdf","4.4","ds-sdads231-33","mmh",1023,1,"20150,62519535TY"
Extract values from log
2015-06-29T14:54:04.000Z
Season Rename -- Naruto Shippuuden Season Rename Will grab that regex and use the same Episode number to rename it with the same file extention as well
(.*)_(\d+\-\d+|\d+)_(.*)\.(.*)
(Hi10)_Naruto_Shippuuden_-_422-423_(720p)_(Hatsuyuki)_(686CF810).mkv [DB]_Naruto_Shippuuden_001-002_[75F021EA].mkv [DB]_Naruto_Shippuuden_003_[BCF5906D].avi (Hi10)_Naruto_Shippuuden_-_422-423_(720p)_(Hatsuyuki)_(686CF810).mkv (Hi10)_Naruto_Shippuuden_-_353-354_(720p)_(HorribleSubs).mp4 [Taka]_Naruto_Shippuuden_152-153_[720p][8E2B92BD].mp4 [Taka]_Naruto_Shippuuden_156_[720p][A49F9DF5].mp4
Season Rename -- Naruto Shippuuden Season Rename
2016-08-07T07:52:59.000Z
(?=(?:^\w))([A-Za-z ]+)(?<=[^ ])$
nsdflj jdf ldjsfl ljdsf ldjflj dsfjk ljsdfljsdf sdljsdf
2016-01-02T13:18:07.000Z
\b(\d+)\1+\b
11111111, 2222, 99999999999,123123123
repeating digits
2017-09-27T18:22:51.000Z
Matches decimal numbers. Supports positive/negative sign and thousands separators.
^[+-]?(\d{1,3}(,\d{3})+|\d+)(\.\d+)?$
Decimal number (Restricted)
2022-08-18T20:21:18.000Z
Mail address control with RegExp
^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~\.]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$
RegExp Mail
2018-06-04T14:49:17.000Z
Ensure the ip address format is correct
^(([0-9]){1,3})[.](([0-9]){1,3})[.](([0-9]){1,3})[.](([0-9]){1,3})$
1 1. 1.1 1.1 1.1. 1.1.1 1.1.1. 1.1.1.1 1.1.1.1. 1.1.1.1.1 20 20. 20.20 20.20. 20.20.20 20.20.20. 20.20.20.20 20.20.20.20. 20.20.20.20.20 300 300. 300.300 300.300. 300.300.300 300.300.300. 300.300.300.300 300.300.300.300. 300.300.300.300.300 4000 4000. 4000.4000 4000.4000. 4000.4000.4000 4000.4000.4000. 4000.4000.4000.4000 4000.4000.4000.4000. 4000.4000.4000.4000.4000 ak</'; 1,1,1,1
IpAddress
2021-01-14T06:25:35.000Z
get full URL address split by delimiter.
(https?:\/\/)(?:(?!,).)*
testingurl,https://regex101.com,url
URL
2015-09-30T19:56:33.000Z
(?<![a-zA-Z])([A-Z]+)(?![a-zA-z])
PHP Hpukan PHP5 IVO VELKOV <TT> GoPHP PHPgo
UpperCase words
2015-07-15T16:06:47.000Z
elevator openings vo (f\d*) (\d*)
elevator openings vo f1 2
elevator openings
2018-04-05T21:42:44.000Z
\/([0-9]*[a-z]+-*[0-9]*)*_cod\d+?.html$
/dd/sho1rts_cod1234.html /sh1ort-shorts_cod1234.html /_cod1234.html
SeoUrlKeyword - MONCLER
2018-08-07T13:12:22.000Z
motif\s+(detection|classification)
Technische Umsetzung: Termini der antiken Kunstbeschreibung -> term extraction Stile, Epochen, Bildinhalte, Themen, Materialien und Farben -> information extraction, topic detection sachliche Beschreibung vs. ästhetische Bewertung -> sentiment analysis, subjectivity detection Werturteile und Bewertungskriterien -> sentiment analysis (aspect based) Identifikation von Topoi -> Das ist recht anspruchsvoll, aber es gibt Vorarbeiten zu "motif detection". Verfahren zur Erkennung von Text Reuse oder Paraphrasen könnten ebenfalls Einstiegspunkte sein. evtl auch Argumentationsanalyse? Kann aber auch sein, dass antike Texte in ihrem argumentativen Stil zu sehr von modernen argumentativen Texten abweichen, um Standardverfahren anwenden zu können (bzw. alternativ könnte es auch eine Genre-Frage sein: vorhandene moderne Verfahren sind nicht für Kunstbeschreibungen ausgelegt). evtl. Vergleich Altgriechisch/Latein vs. Übersetzung (Liefert dieselbe Methode unterschiedliche Ergebnisse auf Orginal und Übersetzung? Sagt etwas darüber aus, ob es sinnvoll ist, bei quantitativen Analysen mit Übersetzungen zu arbeiten.) ----------------- Referate: 1 Studentin mit deutl. Phil Schwerpunkt (Komparatistik) weitere 7 Studenten mit philologischem Anteil (5 Antike Kulturen, 1 Sprachwissenschaft, 1 Engl Phil) 3? Inf Studierende (einschl. Frau Kaiser)
test
2018-04-13T19:07:14.000Z
(?:https://|http://)?([\w\.]+)/?
www.w3.org/ https://www.w3.org/
simple domain regex
2017-10-28T18:55:27.000Z
checks for valid PAN card for Indian users.
^[A-Z]{5}\d{4}[A-Z]$
ABCDC1234D
PAN CARD validation
2014-05-06T07:06:45.000Z
id=[0-9]{5}
hsyhid=00989
pattkk
2016-02-24T20:49:07.000Z
RegEx to validate a NATO Stock Number with or without the NATO Stock Code and with or without dashes
^(\d{4}-?)?\d{2}-?\d{3}-?\d{4}$
1234-99-123-4567
NATO Stock Number (with or without NSC)
2015-12-03T09:13:37.000Z
^(((0[1-9]|[12]\d|3[01])\/(0[13578]|1[02])\/((19|[2-9]\d)\d{2}))|((0[1-9]|[12]\d|30)\/(0[13456789]|1[012])\/((19|[2-9]\d)\d{2}))|((0[1-9]|1\d|2[0-8])\/02\/((19|[2-9]\d)\d{2}))|(29\/02\/((1[6-9]|[2-9]\d)(0[48]|[2468][048]|[13579][26])|((16|[2468][048]|[3579][26])00))))$
12/12/1957
Date Regex(DD/MM/yyyy)
2015-08-26T06:25:23.000Z
(?:(?:.*?\|\s?){2})\[(.+?)\](?:(?=\s?$)|(?=\s?\|))
[String1] |[String two is here]| [String 3] |[String-4]
Match_Between_Nth_And_Nth+1_Occurence_Of_Character_Square_Brackets
2015-07-30T12:36:30.000Z
I would like to make that pattern match word char followed by plus folowed by few word chars and followed by another word char and plus. Both word chars followed by plus have to be optional. The problem is that + in middle part takes as much chars as it can and last part never matches (for example s+aaas+ doesn't match). There HAVE to be these three groups so (\w\+)?(\w+)(\+)? is bad for me. Any idea?
(\w\+)?(\w+)(\w\+)?
s+sadsad+ sadsadsa+ asd+dsad+dsfdsfd
too greedy +
2014-08-16T15:20:37.000Z
^\+[\d]{1}+\([\d]{3}\)+[\d]{3}+\-+[\d]{4}$|^\+[\d]{1}+\([\d]{3}\)+[\d]{3}+\s+[\d]{4}$|^\+[0-9]{1}+\([0-9]{3}\)+[0-9]{7}$|^\+[0-9]{1}+\([0-9]{3}\)+[0-9]{3}+\-+[0-9]{2}+\-+[0-9]{2}$|^\+[0-9]{1}+\([0-9]{3}\)+[0-9]{3}+\s+[0-9]{2}+\s+[0-9]{2}$|^\+[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\s+[0-9]{2}+\s+[0-9]{2}$|^\+[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\-+[0-9]{2}+\-+[0-9]{2}$|^\++[0-9]{4}+\s+[0-9]{7}$|^\+[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\s+[0-9]{4}$|^\+[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\-+[0-9]{4}$|^\++[0-9]{11}$|^[0-9]{1}+\([0-9]{3}\)+[0-9]{7}$|^[0-9]{1}+\([0-9]{3}\)+[0-9]{3}+\-+[0-9]{2}+\-+[0-9]{2}$|^[0-9]{1}+\([0-9]{3}\)+[0-9]{3}+\s[0-9]{2}+\s+[0-9]{2}$|^\([0-9]{3}\)+[0-9]{7}$|^\([0-9]{3}\)+[0-9]{3}+\-+[0-9]{2}+\-+[0-9]{2}$|^\([0-9]{3}\)+[0-9]{3}+\s+[0-9]{2}+\s+[0-9]{2}$|^[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\s+[0-9]{2}+\s+[0-9]{2}$|^[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\-+[0-9]{2}+\-+[0-9]{2}$|^[0-9]{4}+\s+[0-9]{7}$|^[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\s+[0-9]{4}$|^[0-9]{1}+\s+[0-9]{3}+\s+[0-9]{3}+\-+[0-9]{4}$|^[\d]{11}$|^[\d]{10}$|^\+[\d]{1}+\([\d]{3}\)+[\d]{2}+\s+[\d]{3}+\-+[\d]{2}$|^\+[\d]{1}+\([\d]{3}\)+[\d]{2}+\s+[\d]{3}+\s+[\d]{2}$|^\+[\d]{1}+\([\d]{3}\)+[\d]{2}+\s+[\d]{5}$|^\+[\d]{6}+\s+[\d]{3}+\-+[\d]{2}$|^\+[\d]{6}+\s+[\d]{3}+\s+[\d]{2}$|^\+[\d]{6}+\s+[\d]{5}$|^\+[\d]{4}+\s+[\d]{2}+\s+[\d]{3}+\s+[\d]{2}$|^\+[\d]{4}+\s+[\d]{2}+\s+[\d]{3}+\-+[\d]{2}$|^\+[\d]{11}$|^[\d]+\([\d]{3}\)+[\d]{2}+\s+[\d]{3}+\-+[\d]{2}$|^[\d]+\([\d]{3}\)+[\d]{2}+\s+[\d]{3}+\s+[\d]{2}$|^[\d]+\([\d]{3}\)+[\d]{2}+\s+[\d]{5}$|^[\d]{6}+\s+[\d]{3}+\-+[\d]{2}$|^[\d]{6}+\s+[\d]{3}+\s+[\d]{2}$|^[\d]{6}+\s+[\d]{5}$|^[\d]{4}+\s+[\d]{2}+\s+[\d]{3}+\s+[\d]{2}$|^[\d]{4}+\s+[\d]{2}+\s+[\d]{3}+\-+[\d]{2}$|^[\d]{3}+\-+[\d]{2}$|^[\d]{5}$
+7(931)317 2764 +7(931)3172764 +7(931)317-27-64 +7(931)317 27 64 +7 931 317 27 64 +7 931 317-27-64 +7931 3172764 +7 931 317 2764 +7 931 317-2764 +79313172764 7(931)3172764 7(931)317-27-64 7(931)317 27 64 (931)3172764 (931)317-27-64 (931)317 27 64 7 931 317 27 64 7 931 317-27-64 7931 3172764 7 931 317 2764 7 931 317-2764 79313172764 9313172764
Проверка валидности номера телефона в разных форматов в +7
2015-05-26T13:14:07.000Z
(?<letra>[a-zA-Z_]*)(?<digitoLetra>([a-zA-Z]|[0-9]|_))
ex_3_b
2015-08-27T22:11:38.000Z
This regex searches for an IP
[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}
10.6.0.6
Search IP
2016-09-12T11:21:19.000Z
A solution for capture query params.
((?<=[\?\&])foo\=[^\&\#]*)|((?<=[\?\&])foo(?=[\&\#]))|((?<=[\?\&])foo(?!.))
?foo=bar&?foo&foo=foo&foo&nonfoo=bar&nonfoo&foo#foofoo ?foo=bar&?foo&foo=foo&foo&nonfoo=bar&nonfoo&foo
Capture Query Strings
2016-05-15T10:22:51.000Z
the point is to help replace leading number with another number to prevent some services uses same port
100(\d{2})
10000 10001 10002 to replace 100 to 200 use 200$1 in JS or 200\1 in Python
Match leading number of port and replace it with another
2023-07-13T09:06:33.000Z
^(?:grammar )(?<namespace>[a-z.]+)(?<=[^\s.]);$
#JSGF V1.0 UTF-8 hu-HU; grammar planmaster; <command_change_odontogram> = ( <change_to> [ a ] <odontogram_mode> [ felvételére | felvételre ] ) | ( <odontogram_mode> felvétele ) ; <change_to> = ( váltás | válts | menj | ugrás | ugorj ) ; <odontogram_mode> = ( státuszra | státuszhoz | státusz ) {state} | ( kezelés | kezelésre | kezeléshez | lépésekre | lépésekhez ) {treatment} ; <command_full_jaw> = <all> * ( alsó {lower} | felső {upper} ) [ fogsor | állkapocs | fogak | fog ] <all> * <status> ; <all> = mind | összes | teljes ; <status> = ( <status1> | <status2> | <status3> ) {status} ; <status1> = ( ép | alaphelyzet | alaphelyzetbe ) {1} ; <status2> = ( hiány | hiányzik ) {2} ; <status3> = [ szekunder ] ( szuvas | szuvasodott | szuvasodás ) {3} ; <tooth18> = ( 18as | 18-as | tizennyolcas | nyolcas | ( 18 as ) ) {18} ; <tooth17> = ( 17es | 17-es | tizenhetes | hetes | ( 17 es ) ) {17} ; <tooth16> = ( 16os | 16-os | tizenhatos | hatos ) {16} ; <tooth_region> = ( bal {left} | jobb {right} ) ( felső {upper} | alsó {lower} ) ; <tooth_number> = ( <tooth18> | <tooth17> | <tooth16> | és ) ; <command_select> = ( ( <tooth_number> + ) | <tooth_region> <tooth_number> + ) [ fog | fogak ] ;
jsgf grammar (namesapce)
2019-09-23T17:13:32.000Z
User initiated logoff
(?P<event_message>User initiated logoff:)\s+Subject:\s+Security ID:\s+(?P<subject_security_id>.*?)\s+Account Name:(?P<subject_account_name>.*?)\s+Account Domain:\s+(?P<subject_account_domain>.*?)\s+Logon ID:\s+(?P<subject_logon_id>.*?)\s+(?P<event_details>.*)
User initiated logoff: Subject: Security ID: S-1-5-21-2625066280-1555652605-4253891054-500 Account Name: administrator Account Domain: LANDBW Logon ID: 0xb173ce This event is generated when a logoff is initiated. No further user-initiated activity can occur. This event can be interpreted as a logoff event.
Windows Security Log Event ID 4647
2017-09-07T07:31:36.000Z
^[-+]?[0-9]*\.?[0-9]+$
345.34 345. 234.45. PZ033GB
number
2018-05-02T16:08:00.000Z
^.*\/charts\/[a-z A-Z].*\/values\.yaml$
# Detect helm charts directory ./frontend/charts/pentext-ui/values.yaml ./backend/charts/pentext-backend/values.yaml ./charts/pentext/values.yaml ./Dockerfile
Detect helm charts directory
2021-01-27T03:41:48.000Z
Based on an expression from [haacked.com](https://haacked.com/archive/2004/10/25/usingregularexpressionstomatchhtml.aspx/)
<\/?(\w+)((\s+\w+(\s*=\s*(?:".*?"|'.*?'|[\^'">\s]+))?)+\s*|\s*)\/?>
I want to replace any html tags, ignoring <span id="ID" class="class">text inside</span> the tags.
Match HTML Tags
2020-04-23T01:52:14.000Z
<!\[CDATA\[(.*)\]\]>
<div><x asd="asas"><![CDATA[<sender>John Smith</sender>]]></x><![CDATA[<sender>John Smith</sender>]]></div>
Remove CDATA tags
2017-06-27T17:22:17.000Z
^[0][0-9]{8}$
North America - United States - Louisiana - Driver's License
2019-12-03T19:47:27.000Z
^(\d{1,3}(-\d{1,3})?\.{1}){3}(\d{1,3}-?\d{1,3})$
192.168.0.1-255
Ip-range
2018-06-19T11:53:57.000Z
加[一个张]*床(?!(被子|棉被|床单))
啊,你好,嗯,你给再送床被子。来吧。 哎呀,我们这个房间没有帮我们清理房间收拾房间吗?那个浴巾那个床被什么都没有换吗。 哎,你好,那个我是八一六房间的我你给我送一床被子吧,我这有点薄。 你好,三幺幺房间旁边还有双床房吗?加一张床 哎,你好,我想问一下,我订的,是那个高级大床房,你给我的这个是不是舒适大床房啊? 我在八零八房,请您来个人帮我把两张单床,我到一块变成那个大床,谢谢。 那个能不能上来帮我把这个床一块这个,但是现在给小溪。 再送,送一床被过来吧。 嗯,送一床被子。 就是那个那个床头柜边上的一个筷子控制空调的。 我拿两双拖鞋一床被子,谢谢。 开床头灯。 开床头灯。 我是六二零一房间,然后那个就是小孩啊的个在那个床上,然后我想换一下床单。 换床单。 床头灯有问题。 床单是了,麻烦帮我换一个。 我明天要七点半起床。 请问我定明天七点半起床的闹钟。 我要一床被子。 你好,我想问一下那个有没有婴儿床。 床头灯坏了。 帮我这换一下这个被子的那个床单备注。 嗯,我这我幺零零幺房间内有一个床登陆,他是坏的不亮,回头我跟你说一下,别回头退房的时候有啥纠纷? 就是那个,我这房间那床单有一个坏的不亮。 嗯,麻烦您九五要换一下床单被单枕套就行了。 现在把床单和被套重新换一套换个新的就是重新换一下,都是房间就行了。 唉喂你五幺六,你到我房间看一下,我刚才在床头按一下那个床头那些灯的一不小心,怎么老是嗡嗡响报警一样的那个声音能不能价格人过来看一下什么原因? 我房间我刚才按了一下床头的灯,现在一直问问作响。 我需要两床被子。 在哪一床被子? 嗯,那个我能换到那个明示阁豪华大床房吗?就这个房间的小。 帮我换一个床单和被套。 唉,你好,呃,你今天那个呃打扫卫生的时候有没有帮我那个床单过来。 啊对,我还想要一下,因为有一张床是脏了。 给我来种来一床被。 那个我想换一个政策的正常太高了,还想要个儿童床。 行,换一下床单。 好拿到吗到一床被子到要四零二。 嗯,我想问一下那个床头的那个灯怎么关。 哎,你好,那个九要要麻烦送一床被子过来。 那这个床上有点,有点脏,现在一会晚上椅躺的,然后都有一些郫县什么的。 关系床里。 嗯,不用,不用,嗯,你麻烦你叫服务员来一床被被子来一个。 六点半叫我起床。 嗯,再送床被子。 嗯,有一个外卖送到大大床,然后让大堂给我送上来。 小慧小慧帮我明天订一个七点钟起床的吗?好。 你现在中办起床。 你好,麻烦把五零五的床单给他给换一下,下午。 我需要一张床单。 嗯,哪一床被子? 你起床了吗? 明天早上六点叫我起床。 送两床儿童被。 送上两个床位定头。 换床单。 我要加一张婴儿床。 那个我们这我想天两床被子不能天。 马上床里。 我想换一下床单。 你把那个白的那下来呀,我放电影过去那个白的那下来有没看,好看吗,你都把那个直接打床上看,有个小孩子能下来吗? 那个给我拿吗,一拿一双被了一床被子,拿两个为了。 嗯,能来一个服务员来我换一下床吗? 明天早上八点叫我起床。 明天早上八点叫我起床。 麻烦拿一床被子过来。 哎,你好,我是六零三房间的,你们那个大于一打开里面就一大床一。 床头柜上没有矿泉水来两天。 房间需要打扫床单被套更换。 嗯,我要换床单。 明天早上三点叫我起床。 你好,那个请帮我再送一床被子在家两条那个预计吧。 嗯,我想请问一下床头柜上面的那个。 插座好像不能用床头柜上的插座。 啊,帮我取消掉取消叫的订的的三间房吗?双床房? 给我送一床被子吧,谢谢。 九瓶起床。 换床单。 嗯,可以,嗯,往九六九那个房客房来一个一床被子,还有两个大人的那个拖鞋吗? 要只只有一床棉被就可以了,只要一床免费。 客房床头柜房子,只有一个台灯啊。 您好,我是幺二五八房间需要一床被子。 不能叫服务员一床被子给我有点冷。 那个服务员送一床被子给我们。 嗯,麻烦帮我拿一床被子。 床头柜,为什么地方? 我这个房间里边那个差错的电源床头那个的电源为什么没有电。 我需要一床被子。 明天早上早上叫我起床呢? 他方面的床太已经了。 我房间的床太硬了。 我说我这个房间里的,你这个灯自己他一会晾衣会关,一会凉,而且床头那个自知还那个声音。 两个床单两个床的床单都要换掉。 床单被套都要换掉。 嗯,早上六点叫我起床。 请帮七零二来一床被子来好吗? 嗯,明天早上两点叫我起床。 哎,我刚才定了一个大床房,怎么那个两个小时标间啊,一标间啊。 我是七要六房间,我要求有个大床房。 起床。 这会进去床? 上午这个房间不要大床。 那个我七零二被子在给可以可以,不可给我再加一床吗? 额,我,我我七零二七零二那个被子再加床吗? 床头柜上抽屉里面吗? 加床? 您那个我们这个房间应该是有加床怎么都没有加呢,好像还是已经收入加床吗? 你把这个流量要这个床单给换一下吧。 嗯,我需要一床被子。 请帮我房间再拿床被子上来好不好? 给我加张床。 三要三三幺要加床。 我这个三幺幺加床,什么时候来? 坐床头灯坏了。 我需要一床被子。 喂,你好,那个我我要七十能送一床被子上来啊。 床上用品要更换。 帮我幺五幺零加床被子。 我想问一下是不会弄错,房间了,我订的是豪华大床双床房,这反这么小不限啊。 儿童床的被子啊。 只要床? 换一下床单。 你能不能给我一床被。 给我一床被。 给我一床被子,行不行。 明天早上九点钟打电话叫我起床。 嗯,早上六点提醒我起床。 不是婴儿床,我要往。 送两个小床过来。 啊那样,我是幺九幺二房间,我那个床头的那个纸巾啊,没有了。 请问可以给我送一床被子吗? 送床被子? 要八幺七房间送再送一床被子吗? 好,我这个房间能不能再给我一床被子。 换床单。 您好,我想要一床被子? 能给我的房间送一,一张一米床吗? 你给我再送一床被子,可以可以吗,被子太薄了。 嗯,我这个需要换床单。 换一下床单。 棉被两床。 换床单。 换一下床单。 床头柜的黑色价值理财。 三点钟叫我起床。 帮我找老婆房间换床单,被罩浴巾毛巾。 需要一床被子。 床单? 请给我来一床黄山。 大床? 到床的。 您好,我想请问一下有没有床边,我有男提供。 需要床围来客房服务。 加床 还要一床被子? 啊,我想要一床被子到。 换洗床单被罩。 是换一下床单和被罩还有枕头的套子。 你那个那个瓶装水没有,嗯,我看那个床头柜,没有啊。 不好加床。 床头为啥纸巾没有啦。 我幺九幺二房间,嗯床头柜,至今没有了,请帮我一点。 床头柜,没有水。 更换床单被罩。 有没有了,现在大床是吧? 给我拿一床被子。 你好,我们这个房间是误事,商务双床房吗? 没有啊,床间床位是没有矿泉水。 啊,明天早上七点还我起床。 明天早晨七点钟还我起床。 需要加床被子。 您好,给我送一床被子。 嗯,你好,我那个协作房里面没有那个浴帽啊,能不能再给我送一个起床包过来。 呃,您好,我们现在是那个住在九一八的那个大床房,然后我们想换回标间。 些床单被单啊,这些是所有的全部都换了好吗。 就把床单整套那个什么被被套全部换了好吧。 幺幺零二送一床被子。 那个我给你们报个帐二要二环的坐车那个床的射灯。 帮我加一个儿童床。 我请帮我送一床被子过来,谢谢。 啊,我想把双床房换成大床房。 我订的是双床房。 我店房间是双床个袋装价格是不一样啊。 床头柜打不开。 床头柜打不开。 关闭床头的? 啊,我我市想找那个我是八月房间,我不知道为什么今天收拾房间给我加个床,我们要求加床。 啊,你好,送一床被子到那个九幺零。 好不,我们换一下那个床单。 两床? 加床。 吗?一床被子? 喂,那个九月那边不是送床被,咱们送上来啊。 不用,就是把床单换一下行了啊。 为方便的时候把那个床单换一下吗? 坐床头灯坏了。 给我送一床凉被好吧。 给我送一床凉被被子送床被子,好吧。 就九月吧,七床了。 适用六零九,明天五点钟五点钟就床。 嗯,你好,就是我们这里是因为嘉里一张床吗?所以可以再给我们拖鞋还有洗漱用品吗? 我们这里是有三个人,我们加了一张床,所以只有两套两套用品,你可以给我送套吗。 现在打扫房间送换一下床单儿之类的好吧。 明天早上七点半啊,打我房间电话叫我起床。 那个换一下床单被子吧,被单。 嗯,我想问一下,就是我们床头那个墙壁开关,怎么。 我就我那个这床头墙壁开关。 布莱床被? 床头柜上没有啊。 非常再要一床被子。 嗯,床头都有充电不好用。 嗯,我需要更换床头的充电用se。 送一床被子。 床头让没有加湿器。 你们叫我起床。 我加张床。 床头柜上面的iphone这个接接头好像不能充电。 大床房间? 床头柜旁没有。 我也可加床它出水啊。 加床? 把加床退了。 哎,九零六天天要换一下,这些床上用品。 你好,那个赶快让她们给我换一下床单被罩这张床,然后我是后入住的,因为我要住这然后现在传单没找时尚,一个客人住的,我要更换。 更换床单被罩。 我需要一床被子。 没有床头柜。 吊床? 那个凌晨三点半叫床。 您好,麻烦给九零二,二零一床双人被子。 床头柜上,嗯,再帮我多送两瓶嘛。 早上九点叫我起床。 从这个床头柜上没水。 嗯,床单被套都要换一下。 嗯,床头柜,没有。 啊,麻烦帮我再送一床被子过来。 哎,我我刚才一个小时之前我在总台那边说过吧,幺五幺幺多一床两床的那个。 坐床头灯坏了。 嗯,十一点半叫我起床。 床头柜上,我这没有哎。 帮我送一床被子过来。 今天晚上十点五十五叫我起床。 我需要加床现在。 啊,还有一张干净的床。 床单? 四点半叫我起床,四点半。 可以把床垫的给撤一下吗? 这个酒店的这个,这个床垫的,能给撤一下吗?太软了。 就是把床单被套整套换了最后在在要西城地板机场。 我转前台,我要换床单,二四幺六。 床单? 我需要我需要多一条床单。 兑换标间吗?两张床。 叫我起床。 啊通知前台吧,加床退掉。 换床单。 房间的床头灯坏了。 喂,我想换一个好豪华大床房。 嗯,我想换一个大额豪华大床房可以吗? 你看看茶壶,人家东西床头柜,抽纸,合理。 零点三点四十分叫床。 七床续房。 你好,请问发财里的东西是免费消费的吗,豪华大床。 明天早上九点钟我起床。 嗯吗,床被子能拿在哪一双拖鞋? 明天早上六点叫我起床。 呃,换床单和被罩。 我们这边有那种硬床垫。 加床被子。 嗯,我想要一床被子小朋友的被子。 嗯,现在安排,然后换一下床品。 可以,然后只要打扫卫生间就可以了桌子上的东西也不用洞床也不用再整理好吧。 桌子上的东西部要洞床也不用整理,只要打扫卫生间就可以。 我需要一床被子和一双拖鞋。 床头柜房在哪里? 嗯,换一床被子吧。 喂,诶,你好,我是那个九幺零房间的帮我加个床。 八点钟叫我起床。 嗯,帮我房起来一床被子,那一个毛巾。 哎,我不是叫他快那个那个双人房的吗?怎么是单人床? 你好,帮我送两床被子,可以吧。 嗯,那个换个床单么,我那个刚住进来,幺六幺五那个那个一下上面好像没什么。 九零二要一床被子。 嗯,儿童床的被子。 叫服务员来帮我换一下,换一下床单被套全部换一下。 能不能帮我叫一下客房服务来帮我换一下,这个床单的。 他说拖鞋在床头柜,下面还有其他的一些商品。 早上十点半叫我起床。 打扫一下房间床单被罩换一下。 明早叫我起床。 请帮我再送一床被子过来。 小会小会帮我拿出血小会床是帮我送瓶水会收费帮我送一水压小会小会帮我送的睡衣小会,稍微小会,稍微帮我送你睡帮我送个睡衣小会说会小会小会小会小会小会小会帮我说明睡觉会不会,你看这个季度都查。 你好,麻烦送一床被子。 不是,我刚才不是跟你说了吗,那个床床单成人过来换一下。 打扫房间换床上的用品。 三零二需要一床被子。 不了,就是要一床棉被。 免费一床棉被。 您好,麻烦帮三零二多送一床被子。这里飞机太薄了。 一点十五叫我起床。 小柜子会明天七点半叫我起床。 床上用品要更换。 更换床上用品。 除了打扫还有更换床上用品。 床了,为啥用不了了。 麻烦给我打扫房间换床单,被罩。 要要六送两床被子就算上来一个不够用。 没有,我就床,好的好的。 唉,那个就是我重新定了一个大床房,然后然后要调房吗?还是说可以,不用交款。 那个我需要一个我要九二二房间,我需要一床被子。另外,要一个充电器。 有我的床吗? 嗯,一床被子。 那个把那那个床头那个床顶上那个影响怎么关啊? 嗯,那个一套洗漱用品,浴巾,还有那个一一一床被子。 嗯,你们这个侧床之后,为什么不把。 把这个三幺幺房间的床复原。 嗯,我们要九零吧,想换个有两张床的房间可以吗? 给我送床被的。 送一床被子。 一床被子,两瓶矿泉水。 明天三点钟不要叫我起床了。 嗯,打扫卫生换个床单被罩。 我现在是这是个两个床的房间,我想换成大床房。 我的床头灯。 这个床上的东部关了。 三幺幺房间方面还有双床房吗? 你好,我那个要二五要能换一个房间吗?是二楼的大床。 我想要一床被子? 加床。
加床1.0.0.0503
2020-05-03T15:11:11.000Z
<span class="wfWeekendRightDay">(.+)<\/span>\s+<span class="wfWeekendRightDate">(.+)<\/span>\s+<img src=".*" width="\d+" height="\d+" class="wfWeekendRightImg" alt=".+" title=".+" \/>\s+<span class="wfWeekendRightTemp" title=".+">(\d+).+\|.+<span title=".+">(\d+).+<\/span><\/span>\s+<strong class="wfWeekendRightCond">.+<\/strong>\s+<span class=".+" title=".+">\s+(\d.\d).+<br \/><span>.+<\/span>\s+<\/span>\s+<span class=".+">(\d+).<\/span>\s+<span class="wfWeekendRighValue">(\d.\d).+<\/span>\s+<span class="wfWeekendRighValue">(\d+).<\/span>\s+<span class="wfWeekendRighValue wfWeekendRightCloudinessValue">(\d+).<\/span>\s+<span class="wfWeekendRighValue wfWeekendRightUvValue">.+<\/span><\/span>\s+<span class="wfWeekendRighValue wfWeekendRightSunRiseValue">.+<\/span>\s+<span class="wfWeekendRighValue">.+<\/span>\s+<span class="wfWeekendRighValue">.+span>\s+<span class=".*">\s+<img src=".*" width="\d+" height="\d+" title=".+" alt=".+" \/>\s+<span>.+<\/span>\s+<\/span>\s+<span class="wfWeekendRighValue">.+<\/span>\s+<span class="wfWeekendRighValue">(\d+).<\/span>\s+<span class="wfWeekendRighValue.+">(\d.\d).+<\/span>
<!DOCTYPE html> <html lang="bg" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <!-- test 111 --> <meta charset="UTF-8"/> <link rel="dns-prefetch" href="//m.netinfo.bg"/> <link rel="dns-prefetch" href="//a.abv.bg"/> <link rel="dns-prefetch" href="//diff3.smartadserver.com"/> <link rel="stylesheet" href="https://m3.netinfo.bg/sinoptik/css/main-4.7.min.css?v=2.0"/> <link rel="stylesheet" href="https://m3.netinfo.bg/sinoptik/css/jquery-ui.css"/> <!--[if IE]> <link href="https://m3.netinfo.bg/sinoptik/css/ie_only_style-0.1.css" rel="stylesheet" type="text/css"><![endif]--> <!--[if IE 9]> <link href="https://m3.netinfo.bg/sinoptik/css/ie9_only_style.css" rel="stylesheet" type="text/css" media="all"/><![endif]--> <link rel="shortcut icon" type="image/x-icon" href="https://m.netinfo.bg/sinoptik/images/favicon.ico?v=1"/> <script type="text/javascript" src="https://m5.netinfo.bg/jquery/niquery.js"></script> <script type="text/javascript" src="https://m4.netinfo.bg/sinoptik/js/jquery-ui.js"></script> <script type="text/javascript" src="https://m4.netinfo.bg/sinoptik/js/plugins.min.js"></script> <script type="text/javascript" src="https://m4.netinfo.bg/sinoptik/js/interface-0.3.js?v=1.3"></script> <script src="https://m.netinfo.bg/assets/richMedia.js?v=2" crossorigin="anonymous"></script> <!--[if lt IE 9]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <title>Прогноза за времето през уикенда в София, България - Sinoptik.bg</title> <meta name="description" content="3-дневна подробна прогноза за времето в София."/> <meta property="fb:admins" content="692215833"/> <meta property="fb:app_id" content="175064929208472"/> <meta property="og:title" content="Прогноза за времето през уикенда в София, България - Sinoptik.bg"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend"/> <meta property="og:image" content="https://m.netinfo.bg/sinoptik/icons/big/d200.png"/> <meta property="og:site_name" content="Sinoptik.bg - Времето в България и по света"/> <meta property="og:description" content="3-дневна подробна прогноза за времето в София."/> <link rel="alternate" href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend" hreflang="bg-BG"/> <link rel="alternate" href="https://weather.sinoptik.bg/sofia-bulgaria-100727011/weekend" hreflang="en-BG"/> <link rel="canonical" href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend"> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.sinoptik.bg/sofia-bulgaria-100727011/weekend"> <link rel="alternate" media="handheld" href="https://m.sinoptik.bg/sofia-bulgaria-100727011/weekend"> <link rel="manifest" href="/manifest.json"> <script type="text/javascript"> function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } var segmentsnetinfo; var dmpcity; var sas_target_netinfo = ""; if (typeof (Storage) !== "undefined") { segmentsnetinfo = localStorage.getItem('NetinfoSegs'); dmpcity = localStorage.getItem('NetinfoRegion'); } else if (navigator.cookieEnabled) { segmentsnetinfo = getCookie('NetinfoSegs'); dmpcity = getCookie('NetinfoRegion'); } if (segmentsnetinfo != null) { segmentsnetinfo = segmentsnetinfo.replace(/\[|\]/g, ''); segmentsnetinfo = segmentsnetinfo.split('.'); for (x in segmentsnetinfo) { sas_target_netinfo += 'netinfodmp=' + segmentsnetinfo[x] + ';'; } } if (dmpcity != null) { sas_target_netinfo += 'dmpcity=' + dmpcity + ';'; } </script> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script> <script> var OneSignal = window.OneSignal || []; OneSignal.push(["init", { appId: "62a81730-cb16-426d-a1fa-2dd4bf74186e", autoRegister: true, requiresUserPrivacyConsent: true, welcomeNotification: { "title": "Sinoptik", "message": "Благодарим ви за абонамента", }, notifyButton: { enable: true, displayPredicate: function () { return OneSignal.isPushNotificationsEnabled() .then(function (isEnabled) { return !isEnabled; }); }, size: 'small', prenotify: true, showCredit: false, text: { 'tip.state.unsubscribed': 'Получaвайте известия от Sinoptik', 'tip.state.subscribed': "Абонирани сте за известия", 'tip.state.blocked': "Блокирахте получаването на известия", 'message.prenotify': 'Натиснете тук за абонамент за известия', 'message.action.subscribed': "Благодарим за абонамента!", 'message.action.resubscribed': "Абонирани сте за известия", 'message.action.unsubscribed': "Изпращането на известия е прекратено", 'dialog.main.title': 'Настройки на известията', 'dialog.main.button.subscribe': 'Абонирайте се', 'dialog.main.button.unsubscribe': 'Прекратяване на абонамента', 'dialog.blocked.title': 'Отблокиране на известията', 'dialog.blocked.message': "Следвайте инструкциите, за да активирате известията:" }, colors: { 'circle.background': 'rgb(42,42,42)', 'badge.background': 'rgb(42,42,42)', 'dialog.button.background': 'rgb(42,42,42)', 'dialog.button.background.hovering': 'rgb(248,248,248)', }, } }]); OneSignal.push(function () { var tags = {}; if (dmpcity != null) { tags["dmpcity"] = dmpcity; } if (segmentsnetinfo != null) { if (typeof (segmentsnetinfo) === 'string') { segmentsnetinfo = segmentsnetinfo.replace(/\[|\]/g, ''); segmentsnetinfo = segmentsnetinfo.split(','); } for (segment of segmentsnetinfo) { tags[segment] = 1; } } if (Object.keys(tags).length) { OneSignal.sendTags(tags); } }); //cookie must contain string "2222222" or with more "2" (up to 15) if (/2{5,15}/.test(getCookie('netinfo_consent_bit'))) { var consent = true; } setTimeout(userTappedProvideConsentButton, 2000); function userTappedProvideConsentButton() { if (typeof consent !== 'undefined') { // Will initialize the SDK and register for push notifications OneSignal.push(function () { OneSignal.provideUserConsent(true); }); } } </script> <script async="async" src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <script> /* googletag.cmd.push(function() { googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Hidden/RichMedia', [1, 1], 'div-gpt-ad-1526903420347-0').addService(googletag.pubads()); googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/ATF', [[1, 1], [970, 250], [728, 90]], 'div-gpt-ad-1526903420347-1').addService(googletag.pubads()); googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/BTF', [[640, 300], [1, 1]], 'div-gpt-ad-1526903420347-2').addService(googletag.pubads()); googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/BTF2', [[1, 1], [970, 250], [728, 90]], 'div-gpt-ad-1526903420347-3').addService(googletag.pubads()); googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/ATF', [[1, 1], [300, 600], [300, 250]], 'div-gpt-ad-1526903420347-4').addService(googletag.pubads()); googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/BTF', [[1, 1], [300, 600], [300, 250]], 'div-gpt-ad-1526903420347-5').addService(googletag.pubads()); googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/BTF2', [[1, 1], [300, 600], [300, 250]], 'div-gpt-ad-1526903420347-6').addService(googletag.pubads()); //googletag.pubads().enableSyncRendering(); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); */ </script> <script type="text/javascript" src="https://lib.wtg-ads.com/lib.min.js" async></script> <script> var w2g = w2g || {}; w2g.targeting = {}; /* modify SAS target with Krux segments */ sas_target = 'lid=100727011;country=BG;section=index;;period=weekend' + ';' + sas_target_netinfo; sas_target += ';' + sas_target_netinfo; sas_target = sas_target.replace("&", ";"); /* modify SAS target with Krux segments */ var dfp_target = sas_target.split(";"); dfp_target.forEach(function (entry) { onetarget = entry.split("="); if (w2g.targeting[onetarget[0]] === 'undefined' || w2g.targeting[onetarget[0]] === null || !w2g.targeting[onetarget[0]]) { w2g.targeting[onetarget[0]] = [onetarget[1]]; } else { w2g.targeting[onetarget[0]].push(onetarget[1]); } }); w2g.cmd = w2g.cmd || []; if (/2{5,15}/.test(getCookie('netinfo_consent_bit'))) { var consent = true; } if (typeof consent !== 'undefined') { w2g.cmd.push(function () { w2g.run(consent); }); } </script> <style type="text/css">nav li a { padding: 7px 25px 2px; padding: 8px 21px 2px \9; /*ie8 fix*/ } </style> </head> <body> <!-- Google Tag Manager --> <script> dataLayer = []; </script> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-54V594" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-54V594');</script> <!-- End Google Tag Manager --> <div id="fb-root"></div> <script> window.fbAsyncInit = function () { FB.init({appId: '175064929208472', status: false, cookie: false, oauth: false, xfbml: true}); }; (function (d) { var js, id = 'facebook-jssdk'; if (d.getElementById(id)) { return; } js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/bg_BG/all.js"; d.getElementsByTagName('head')[0].appendChild(js); }(document)); </script> <script> window.___gcfg = {lang: 'bg'}; (function () { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <div class="wrapper"> <!-- HEADER BEGIN --> <header> <div class="headerTop"> <div> <ul> <li><a class="netinfoTopLogo" target="_blank" href="http://www.netinfocompany.bg/">Нетинфо</a></li> <li><a class="vestiTopLogo" target="_blank" href="https://www.vesti.bg/">Vesti.bg</a><span class="sep">|</span></li> <li><a class="sportniTopLogo" target="_blank" href="https://gong.bg/">Gong.bg</a><span class="sep">|</span></li> <li><a class="darknewsTopLogo" target="_blank" href="https://dariknews.bg/">Dariknews.bg</a><span class="sep">|</span></li> <li><a class="novaTopLogo" target="_blank" href="https://nova.bg/">Nova.bg</a><span class="sep">|</span> </li> <li><a class="ednaTopLogo" target="_blank" href="https://edna.bg/">Edna.bg</a></li> </ul> <div class="memberArea_tempScales"> <div class="tempScales"> <a href="https://weather.sinoptik.bg/sofia-bulgaria-100727011/weekend" class="langSelect" title="English version"><img src="https://m.netinfo.bg/sinoptik/images/flag_en.jpg" width="16" height="11"/> English</a> </div> <div class="tempScales"> <a href="javascript:;" onclick="SetCookie('units', 'C', 1500, '/', '.sinoptik.bg'); window.location.reload();" class="tempDegree selected" title="Целзий">&deg;C</a> <a href="javascript:;" onclick="SetCookie('units', 'F', 1500, '/', '.sinoptik.bg'); window.location.reload();" class="tempFahrenheit" title="Фаренхайт">&deg;F</a> </div> </div> </div> </div> <div class="headerMain"> <div> <a href="https://www.sinoptik.bg/" class="sinoptikLogo" style="background: url(https://bimg.abv.bg/sinoptik/desktop11.png) no-repeat; background-size: 100%; top:10px; height:80px;" >Прогноза за времето в България и по света от Sinoptik.bg</a> <div class="searchTop"> <form method="get" action="https://www.sinoptik.bg/search"> <p> <input type="text" id="searchField" name="q" title="Търси град" value="" class="searchTopField blur"/> <button class="searchTopButton">Търси</button> </p> <p class="radioButtons"> <input type="radio" id="inSinoptik" name="in" value="sinoptik" checked="checked"/> <label for="inSinoptik">В Sinoptik.bg</label> <input type="radio" id="inMap" name="in" value="map"/> <label for="inMap">В карта</label> </p> </form> </div> <div class="mobileSocialWidgets"> <a href="https://m.sinoptik.bg/?view=mobile" target="_blank" class="mobile" title="Мобилна версия">Мобилна версия</a> <a href="http://www.facebook.com/Sinoptik.bg" target="_blank" class="fb" title="Стани фен">Стани фен</a> <a href="https://instagram.com/sinoptik.bg" target="_blank" class="insta" title="Instagram профил">Instagram профил</a> <a href="https://www.sinoptik.bg/widgets" class="widgetsIco" title="Времето в твоя сайт">Времето в твоя сайт</a> </div> </div> </div> </header> <!---- HEADER END -----> <!---- NAVIGATION BEGIN -----> <nav> <div> <ul> <li class="first selected"> <a href="https://www.sinoptik.bg/">Начало</a> </li> <li> <a href="https://www.sinoptik.bg/locations/europe/bulgaria">България</a> </li> <li> <a href="https://www.sinoptik.bg/locations/europe">Европа</a> </li> <li> <a href="https://www.sinoptik.bg/locations">Свят</a> </li> <li> <a href="https://www.sinoptik.bg/resorts">Курорти</a> </li> <!-- <li> <a href="https://www.sinoptik.bg/ski-conditions">Курорти</a> </li>--> <li> <a href="https://www.sinoptik.bg/moon-phase"> Фаза на луната</a> </li> <li> <a href="https://www.sinoptik.bg/map">Карта</a> </li> <li> <a href="https://www.sinoptik.bg/news">За времето</a> </li> <li> <a href="https://www.sinoptik.bg/video">Видео</a> </li> </ul> </div> </nav> <!---- NAVIGATION END -----> <div class="nav_banner"> <!-- /157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/ATF --> <div id='div-gpt-ad-1526903420347-1'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1526903420347-1'); }); </script> </div> </div><center> <!-- <script> //create fake element, that will be removed by AdBlocker var test = document.createElement('div'); test.innerHTML = '&nbsp;'; test.className = 'adsbox'; document.body.appendChild(test); setTimeout(function(){ doFallback(); },2000); //if that element is remved - show Adwise function doFallback(){ if ($('.adsbox').length<3) { adwise_w = 728; adwise_h = 90; adwise_publisher_id = 2307; adwise_channel_id = 2; adwise_ads = 2; document.write('<script type="text/javascript" src="//i.adwise.bg/context/context-0.1.js"><\/script>'); } } </script>--> </center> <!---- CONTAINER BEGIN -----> <div class="container"> <!---- MY CITIES BEGIN -----> <!---- MY CITIES END -----> <!---- MAIN BLOCK BEGIN -----> <div class="mainBlock"> <div class="currentCityBlock"> <div class="currentCityInfo"> <a href="https://www.sinoptik.bg/locations/europe"> Европа</a>, <a href="https://www.sinoptik.bg/locations/europe/bulgaria"> България</a> <div class="currentCityHeading"> <h1 class="currentCity">София</h1> </div> <span class="currentTime">Обновено в <time>14:51 ч. на 18 май</time></span> </div> <div class="addCurrentDefaultCity"> <a class="addCurrentCity" onclick="AddLocation(100727011,'България'); window.location.reload();" href="#">Добави в моите градове</a> <a class="defaultCity" onclick="SetDefault(100727011); window.location.reload();" href="#">Отваряй по подразбиране</a> </div> </div> <!---- WEATHER FORECAST BEGIN -----> <div class="weatherForecast"> <ul class="weatherForecastTabs wfTabs"> <li class="wfCurrent"> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011"> В момента</a> </li> <li> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/hourly"> 24-часова</a> </li> <li class="selected"> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend"> Уикенд</a> </li> <li> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/5-days"> 5-дневна</a> </li> <li class="wf10day"> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/10-days"> 10-дневна</a> </li> </ul> <div class="wfWrapper"> <div id="wfWeekend" class="tabContent"> <div class="wfWeekendContent"> <span class="wfWeekendHeading wfWeekendCondHeading">Прогноза:</span> <span class="wfWeekendHeading wfWeekendMinMaxTempHeading">Мин. | Макс.:</span> <span class="wfWeekendHeading wfWeekendWindHeading">Вятър:</span> <span class="wfWeekendHeading wfWeekendRainHeading">Вероятност за валежи:</span> <span class="wfWeekendHeading">Количество валежи:</span> <span class="wfWeekendHeading">Вероятност за буря:</span> <span class="wfWeekendHeading wfWeekendCloudinessHeading">Облачност:</span> <span class="wfWeekendHeading">UV индекс:</span> <span class="wfWeekendHeading wfWeekendSunRiseHeading">Изгрев:</span> <span class="wfWeekendHeading">Залез:</span> <span class="wfWeekendHeading">Продължителност на деня:</span> <span class="wfWeekendHeading wfWeekendMoonPhaseHeading">Фаза на луната:</span> <span class="wfWeekendHeading">Зодиакален знак:</span> <span class="wfWeekendHeading">Осветеност:</span> <span class="wfWeekendHeading wfWeekendMoonCycleHeading">Позиция в лунен цикъл:</span> </div> <div class="wfWeekendRightContent"> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend/1" class="wfFridayContent wfWeekendRight" title="Виж подробна прогноза"> <span class="wfWeekendRightDay">Петък</span> <span class="wfWeekendRightDate">17.05.2019</span> <img src="https://m4.netinfo.bg/sinoptik/icons/middle/d200.png" width="88" height="85" class="wfWeekendRightImg" alt="Променлива облачност" title="Променлива облачност" /> <span class="wfWeekendRightTemp" title="Минимална температура">9&deg; | <span title="Максимална температура">17&deg;</span></span> <strong class="wfWeekendRightCond">Променлива облачност</strong> <span class="wfWeekendRightWind windImgE" title="изток, тих"> 1.2 m/s<br /><span>тих</span> </span> <span class="wfWeekendRighValue wfWeekendRightRainValue">64%</span> <span class="wfWeekendRighValue">2.1 mm</span> <span class="wfWeekendRighValue">8%</span> <span class="wfWeekendRighValue wfWeekendRightCloudinessValue">85%</span> <span class="wfWeekendRighValue wfWeekendRightUvValue">5 <span>- умерен</span></span> <span class="wfWeekendRighValue wfWeekendRightSunRiseValue">06:02 ч.</span> <span class="wfWeekendRighValue">20:43 ч.</span> <span class="wfWeekendRighValue">14 ч. и 41 мин.</span> <span class="wfWeekendRighValue wfWeekendRightMoonPhaseValue"> <img src="https://m.netinfo.bg/sinoptik/icons/moon/m14.png" width="37" height="38" title="Нарастваща полупълна" alt="Нарастваща полупълна" /> <span>Нарастваща полупълна</span> </span> <span class="wfWeekendRighValue">Скорпион</span> <span class="wfWeekendRighValue">97%</span> <span class="wfWeekendRighValue wfWeekendRightMoonCycleValue 13">0.45</span> </a> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend/2" class="wfSaturdayContent wfWeekendRight" title="Виж подробна прогноза"> <span class="wfWeekendRightDay">Събота</span> <span class="wfWeekendRightDate">18.05.2019</span> <img src="https://m4.netinfo.bg/sinoptik/icons/middle/d200.png" width="88" height="85" class="wfWeekendRightImg" alt="Променлива облачност" title="Променлива облачност" /> <span class="wfWeekendRightTemp" title="Минимална температура">9&deg; | <span title="Максимална температура">23&deg;</span></span> <strong class="wfWeekendRightCond">Променлива облачност</strong> <span class="wfWeekendRightWind windImgN" title="север, тих"> 0.8 m/s<br /><span>тих</span> </span> <span class="wfWeekendRighValue wfWeekendRightRainValue">3%</span> <span class="wfWeekendRighValue">0.3 mm</span> <span class="wfWeekendRighValue">0%</span> <span class="wfWeekendRighValue wfWeekendRightCloudinessValue">25%</span> <span class="wfWeekendRighValue wfWeekendRightUvValue">8 <span>- много висок</span></span> <span class="wfWeekendRighValue wfWeekendRightSunRiseValue">06:01 ч.</span> <span class="wfWeekendRighValue">20:44 ч.</span> <span class="wfWeekendRighValue">14 ч. и 43 мин.</span> <span class="wfWeekendRighValue wfWeekendRightMoonPhaseValue"> <img src="https://m.netinfo.bg/sinoptik/icons/moon/m15.png" width="37" height="38" title="Пълнолуние" alt="Пълнолуние" /> <span>Пълнолуние</span> </span> <span class="wfWeekendRighValue">Скорпион</span> <span class="wfWeekendRighValue">100%</span> <span class="wfWeekendRighValue wfWeekendRightMoonCycleValue 14">0.48</span> </a> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend/3" class="wfSundayContent wfWeekendRight" title="Виж подробна прогноза"> <span class="wfWeekendRightDay">Неделя</span> <span class="wfWeekendRightDate">19.05.2019</span> <img src="https://m4.netinfo.bg/sinoptik/icons/middle/d200.png" width="88" height="85" class="wfWeekendRightImg" alt="Променлива облачност" title="Променлива облачност" /> <span class="wfWeekendRightTemp" title="Минимална температура">11&deg; | <span title="Максимална температура">24&deg;</span></span> <strong class="wfWeekendRightCond">Променлива облачност</strong> <span class="wfWeekendRightWind windImgSE" title="югоизток, лек полъх"> 2.6 m/s<br /><span>лек полъх</span> </span> <span class="wfWeekendRighValue wfWeekendRightRainValue">13%</span> <span class="wfWeekendRighValue">0.4 mm</span> <span class="wfWeekendRighValue">4%</span> <span class="wfWeekendRighValue wfWeekendRightCloudinessValue">61%</span> <span class="wfWeekendRighValue wfWeekendRightUvValue">9 <span>- много висок</span></span> <span class="wfWeekendRighValue wfWeekendRightSunRiseValue">06:00 ч.</span> <span class="wfWeekendRighValue">20:45 ч.</span> <span class="wfWeekendRighValue">14 ч. и 44 мин.</span> <span class="wfWeekendRighValue wfWeekendRightMoonPhaseValue"> <img src="https://m.netinfo.bg/sinoptik/icons/moon/m16.png" width="37" height="38" title="Пълнолуние" alt="Пълнолуние" /> <span>Пълнолуние</span> </span> <span class="wfWeekendRighValue">Стрелец</span> <span class="wfWeekendRighValue">100%</span> <span class="wfWeekendRighValue wfWeekendRightMoonCycleValue 15">0.52</span> </a> <div class="wfWeekendGraphBlock"> <div class="wfWeekendGraph" style="padding: 10px 0 0 63px; height: 170px;"> <div id="chart" align="center"> </div> <script type="text/javascript"> var flashvars = { 'dataXML': "<chart bgColor='ffffff' baseFontColor='333333' labelPadding='0' valuePadding='8' yAxisValuesPadding='10' chartLeftMargin='10' chartRightMargin='10' chartBottomMargin='0' chartTopMargin='0' zeroPlaneColor='666666' zeroPlaneThickness='1' zeroPlaneAlpha='100' hoverCapBorderColor='848283' hoverCapBgColor='ffffff' showPlotBorder='1' plotBorderColor='fec007' plotBorderThickness='2' plotFillAngle='90' plotFillRatio='10,90' plotFillColor='fec007' plotfillalpha='60' plotGradientColor='ffffff' showLabels='0' showValues='1' showYAxisValues='0' showAnchors='1' anchorRadius='5' showBorder='0' setAdaptiveYMin='1' numberSuffix='°' vDivLineThickness='1' vDivlineColor='cccccc' vDivlineAlpha='20' vDivLineIsDashed='0' divLineIsDashed='1' divlinecolor='dddddd' divlinealpha='90' adjustDiv='1' canvasBorderThickness='2' canvaspadding='0' canvasBorderColor='ffffff' outcnvBaseFontColor='333333' alternateHGridAlpha='15' yAxisValuesStep='1' alternateHGridColor='ffffff' numVDivLines='1' canvasBgAlpha='0' bgAlpha='0,0' > <set toolText='' label='17.05.2019' value='17' /> <set toolText='' label='18.05.2019' value='23' /> <set toolText='' label='19.05.2019' value='24' /> <styles> <definition> <style name='fontStyleX' type='font' font='Georgia' size='12' color='2A2A2A' bold='1' isHTML='1'/> <style name='fontStyleY' type='font' font='Tahoma' size='9' color='666666' bold='1' isHTML='1'/> <style name='fontStyleTT' type='font' font='Georgia' size='14' borderColor='f1f1f1' color='333333' bold='1' isHTML='1'/> <style name='AnchorsXAnim' type='animation' param='_x' start='0' easing='strong' duration='1'/> <style name='AnchorsYAnim' type='animation' param='_y' start='0' easing='strong' duration='1'/> </definition> <application> <apply toObject='TOOLTIP' styles='fontStyleTT'/> <apply toObject='YAXISVALUES' styles='fontStyleY'/> <apply toObject='DATAVALUES' styles='fontStyleX'/> <apply toObject='DATALABELS' styles='fontStyleX'/> <apply toObject='ANCHORS' styles='AnchorsXAnim,AnchorsYAnim' /> </application> </styles></chart>" }; var attributes = {}; swfobject.embedSWF("https://m5.netinfo.bg/sinoptik/swf/chart.swf", "chart", "320", "167", "9.0.0", false, flashvars, '', ''); </script> </div> <div class="wfWeekendGraphDays"> <ul> <li> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend/1">Петък</a> <span>17.05.2019</span> </li> <li> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend/2">Събота</a> <span>18.05.2019</span> </li> <li> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend/3">Неделя</a> <span>19.05.2019</span> </li> </ul> </div> </div> </div> </div> </div> <a href="#" class="wfHideDetails" rel="Покажи детайли"> Скрий детайли</a> </div> <div id="grabo_b423"></div> <!-- /157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/GraboFasha --> <div id='div-gpt-ad-1553517775994-0'></div> <!---- WEATHER FORECAST END -----> <script> function showNative(obj) { if (window.jQuery == undefined) { return; } var lastElement = $('.wfNewsContentNews > .wfWeatherNews:last-child'); $(lastElement).find('a').attr('href', obj.url); $(lastElement).find('a.imgLink > img').attr('src', obj.thumbSquared); $(lastElement).find('h3>a').text(decodeURIComponent(obj.title)); $(lastElement).find('time').text(''); if ($(lastElement).find('.native-ad-source').length === 0) { var sourceSiteLinkElement = $('<p>', {'class': 'native-ad-source'}).append( $('<a>', {'href': obj.url, 'target': '_blank'}) .text(obj.hostSite)); $(lastElement).append(sourceSiteLinkElement); } else { $(lastElement) .find('.native-ad-source>p') .text(obj.hostSite) .attr('href', obj.url); } } </script> <!--new news block--> <div class="wfNewsBlockNews"> <h2> <a href="/news">За времето</a></h2> <div class="wfNewsContentNews"> <!-- append news content here --> <div class="wfWeatherNews news_number_0"> <a href="https://www.sinoptik.bg/news/snimka-na-denia-v-igrata-na-sinoptik.bg-e-2887" class="imgLink"> <img src="https://m5.netinfo.bg/media/images/38133/38133667/308-217-snimka-na-denia.jpg" alt="Снимка на деня в играта на Sinoptik.bg е..." width="178" height="105"> </a> <h3> <a href="https://www.sinoptik.bg/news/snimka-na-denia-v-igrata-na-sinoptik.bg-e-2887" >Снимка на деня в играта на Sinoptik.bg е...</a> </h3> <time>преди 4 часа</time> </div> <div class="wfWeatherNews news_number_1"> <a href="https://www.sinoptik.bg/news/predimno-slyncheva-i-topla-sybota-2886" class="imgLink"> <img src="https://m4.netinfo.bg/media/images/38133/38133632/308-217-slynce.jpg" alt="Предимно слънчева и топла събота" width="178" height="105"> </a> <h3> <a href="https://www.sinoptik.bg/news/predimno-slyncheva-i-topla-sybota-2886" >Предимно слънчева и топла събота</a> </h3> <time>преди 6 часа</time> </div> <div class="wfWeatherNews news_number_2"> <a href="https://www.sinoptik.bg/news/kakvi-sa-shtetite-sled-gradushkata-vchera-2885" class="imgLink"> <img src="https://m.netinfo.bg/media/images/37863/37863574/308-217-gradushka.jpg" alt="Какви са щетите след градушката вчера" width="178" height="105"> </a> <h3> <a href="https://www.sinoptik.bg/news/kakvi-sa-shtetite-sled-gradushkata-vchera-2885" >Какви са щетите след градушката вчера</a> </h3> <time>преди 22 часа</time> </div> <div class="wfWeatherNews news_number_3"> <a href="https://www.sinoptik.bg/news/hubavo-vreme-prez-uikenda-2884" class="imgLink"> <img src="https://m4.netinfo.bg/media/images/37212/37212912/308-217-slynce.jpg" alt="Хубаво време през уикенда" width="178" height="105"> </a> <h3> <a href="https://www.sinoptik.bg/news/hubavo-vreme-prez-uikenda-2884" >Хубаво време през уикенда</a> </h3> <time>вчера</time> </div> <div class="wfWeatherNews news_number_4"> <a href="https://www.sinoptik.bg/news/zemetresenie-predizvika-panika-v-san-salvador-2883" class="imgLink"> <img src="https://m4.netinfo.bg/media/images/38122/38122326/308-217-salvador.jpg" alt="Земетресение предизвика паника в Сан Салвадор" width="178" height="105"> </a> <h3> <a href="https://www.sinoptik.bg/news/zemetresenie-predizvika-panika-v-san-salvador-2883" >Земетресение предизвика паника в Сан Салвадор</a> </h3> <time>вчера</time> </div> <div class="wfWeatherNews news_number_5"> <a href="https://www.sinoptik.bg/news/gradushka-nanese-shteti-v-karlovsko-i-po-magistrala-trakiia-2882" class="imgLink"> <img src="https://m5.netinfo.bg/media/images/38122/38122297/308-217-gradushka.jpg" alt="Градушка нанесе щети в Карловско и по магистрала "Тракия"" width="178" height="105"> </a> <h3> <a href="https://www.sinoptik.bg/news/gradushka-nanese-shteti-v-karlovsko-i-po-magistrala-trakiia-2882" >Градушка нанесе щети в Карловско и по магистрала "Тракия"</a> </h3> <time>вчера</time> </div> </div> </div> <!--new news block--> <!-- /157018629/Sinoptik.bg/Desktop/All_pages/Native_ads/Native --> <div id='div-gpt-ad-1548159765907-0' style='height:1px; width:1px;'></div> <!-- NEWS BLOCK BEGIN --> <iframe style="width:640px; height: 563px;" src="https://bimg.abv.bg/banners/inhouse/sinoptik/news_blok/block_news.html?bimg" scrolling="no" frameborder="no"></iframe> <!-- NEWS BLOCK END --> <div style="margin-bottom: 20px;"> <div id='div-gpt-ad-1526903420347-2'> </div> </div> <!-- PHOTO AND VIDEO OF THE DAY BEGIN --> <div class="wfNewsBlock"> <h2> <a href="https://www.sinoptik.bg/photo/geopark-iskyr-reka-panega-505"> Снимка на деня</a> </h2> <div class="photoContent"> <div class="photo-wrapper" style="text-align:center;height:auto;margin:0 auto"> <a class="photoZoom" href="https://www.sinoptik.bg/photo/geopark-iskyr-reka-panega-505?view=full" style="width:616px;height:auto"> <img class="loaderPgImg" src="https://m5.netinfo.bg/media/images/38133/38133667/r-616-401-snimka-na-denia.jpg" alt="Геопарк Искър - река Панега" /> </a> </div> <div class="photoInfo"> <p>Едно страхотно място на което ще намериш спокойствие и много красота</p> <span class="photoInfoAuthor"> <b>Автор:</b> Галя Г. </span> </div> <div class="shareVidSource clearfix"> <div class="share-block-sinoptik small-share-btn"> <a class="gtm-ShareBlock-Facebook-click facebook-share-sinoptik" alt="Сподели с Facebook" target="_blank" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sinoptik.bg/photo/geopark-iskyr-reka-panega-505"> <span class="facebookShareNumber"></span> </a> </div> <a class="more-photos" href="https://www.sinoptik.bg/photo/geopark-iskyr-reka-panega-505"> Виж всички </a> </div> <a href="https://www.sinoptik.bg/news/snimaj-proletta-sys-sinoptik.bg-i-specheli-nagrada-2752" style="padding-left:11px;"> <img src="https://m.netinfo.bg/sinoptik/banners/11_birthday.jpg"> </a> </div> </div> <!-- PHOTO AND VIDEO OF THE DAY END --> </div> <!---- MAIN BLOCK END -----> <div class="rightBlock"> <script type="text/javascript"> function showBanner(id, height) { $('#banner-' + id).show(); } </script> <div class="rightBanner"> <!-- /157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/ATF --> <div id='div-gpt-ad-1526903420347-4'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1526903420347-4'); }); </script> </div> <center> <!-- <script> //create fake element, that will be removed by AdBlocker var test = document.createElement('div'); test.innerHTML = '&nbsp;'; test.className = 'adsbox'; document.body.appendChild(test); setTimeout(function(){ doFallback(); },2000); //if that element is remved - show Adwise function doFallback(){ if ($('.adsbox').length<3) { adwise_w = 300; adwise_h = 250; adwise_publisher_id = 2307; adwise_channel_id = 1; adwise_ads = 2; document.write('<script type="text/javascript" src="//i.adwise.bg/context/context-0.1.js"><\/script>'); } } </script>--> </center> </div> <div class="vestiNews"> <h2> <a href="https://www.sinoptik.bg/video"> Видео</a> </h2> <div class="pvDContent"> <a id="homePlayer" href="https://www.sinoptik.bg/video/prognoza-za-vremeto-18.05.2019-obedna-emisiia-78720" class="imgLink imgVideoLink"> <img src="https://m4.netinfo.bg/media/images/38135/38135656/308-217-prognoza-za-vremeto-18-05-2019-obedna-emisiia.jpg" alt="Прогноза за времето (18.05.2019 - обедна емисия)" width="298" height="217"> <img src="https://m.netinfo.bg/sinoptik/images/sinoptikVideoHoverMid.png" width="69" height="71" class="imgVideoLinkHover" alt=""> </a> <h3> <a href="https://www.sinoptik.bg/video/prognoza-za-vremeto-18.05.2019-obedna-emisiia-78720"> Прогноза за времето (18.05.2019 - обедна емисия)</a> </h3> </div> </div> <div class="resorts"> <h2>Последно посетени</h2> <div class="resortsContent"> <a href="https://www.sinoptik.bg/sofia-bulgaria-100727011" class="resortsRow" title="Виж прогноза за времето в София"> <span class="resortName">София</span> <span class="resortTemp">9&deg; | <span>23&deg;</span></span> <img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d200.png" alt="Променлива облачност" width="35" height="33" class="resortCondImg" title="Променлива облачност" /> </a> </div> </div> <div class="vestiNews"> <h2><a href="https://www.sinoptik.bg/resorts">Курорти</a></h2> <div class="resortsContent"> <a href="https://www.sinoptik.bg/varna-bulgaria-100726050" class="resortsRow" title="Виж прогноза за времето в Варна"> <span class="resortName">Варна</span> <span class="resortTemp">16&deg; | <span>25&deg;</span></span> <img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d200.png" alt="Променлива облачност" width="35" height="33" class="resortCondImg" title="Променлива облачност" /> </a> <a href="https://www.sinoptik.bg/burgas-bulgaria-100732770" class="resortsRow" title="Виж прогноза за времето в Бургас"> <span class="resortName">Бургас</span> <span class="resortTemp">15&deg; | <span>26&deg;</span></span> <img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d210.png" alt="Променлива облачност и слаби превалявания от дъжд" width="35" height="33" class="resortCondImg" title="Променлива облачност и слаби превалявания от дъжд" /> </a> <a href="https://www.sinoptik.bg/akhtopol-bulgaria-100733722" class="resortsRow" title="Виж прогноза за времето в Ахтопол"> <span class="resortName">Ахтопол</span> <span class="resortTemp">14&deg; | <span>24&deg;</span></span> <img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d240.png" alt="Променлива облачност, възможни валежи от дъжд с гръмотевици" width="35" height="33" class="resortCondImg" title="Променлива облачност, възможни валежи от дъжд с гръмотевици" /> </a> <a href="https://www.sinoptik.bg/golden-sands-bulgaria-106355004" class="resortsRow" title="Виж прогноза за времето в Златни пясъци"> <span class="resortName">Златни пясъци</span> <span class="resortTemp">16&deg; | <span>23&deg;</span></span> <img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d300.png" alt="Предимно облачно" width="35" height="33" class="resortCondImg" title="Предимно облачно" /> </a> <a href="https://www.sinoptik.bg/sunny-beach-bulgaria-106355005" class="resortsRow" title="Виж прогноза за времето в Слънчев бряг"> <span class="resortName">Слънчев бряг</span> <span class="resortTemp">14&deg; | <span>24&deg;</span></span> <img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d200.png" alt="Променлива облачност" width="35" height="33" class="resortCondImg" title="Променлива облачност" /> </a> </div> </div> <div class="rightBottomBanner" style="margin-bottom: 20px;"> <div id="div-gpt-ad-1526903420347-5"></div> </div> <!-- /157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/BTF2 --> <div id='div-gpt-ad-1526903420347-6'> </div> <div class="vestiNews"> <h2><a href="https://dariknews.bg" target="blank">Новини от Dariknews.bg</a></h2> <div class="vestiContent"> <div class="vestiRow"> <a href="//dariknews.bg/novini/bylgariia/letni-temperaturi-v-nedelia-2166438" target="blank" class="imgLink vestiLink" rel="1"> <img src="https://m.netinfo.bg/media/images/38104/38104040/50-50-prolet.jpg" width="50" height="50" /> </a> <h3> <a href="//dariknews.bg/novini/bylgariia/letni-temperaturi-v-nedelia-2166438" target="blank" class="vestiLink" rel="1">Летни температури в неделя</a> </h3> <div class="commSeen"> <span>преди 3 часа</span> <span class="sep">|</span> <a href="//dariknews.bg/novini/bylgariia/letni-temperaturi-v-nedelia-2166438" target="blank" class="seenImg vestiLink" rel="1"></a> <span class="commSeen">592</span> </div> </div> <div class="vestiRow"> <a href="//dariknews.bg/novini/bylgariia/otkriha-oryzhie-svyrzano-s-edno-ot-ubijstvata-v-kostenec-2166409" target="blank" class="imgLink vestiLink" rel="2"> <img src="https://m.netinfo.bg/media/images/38133/38133585/50-50-kostenec-akciia.jpg" width="50" height="50" /> </a> <h3> <a href="//dariknews.bg/novini/bylgariia/otkriha-oryzhie-svyrzano-s-edno-ot-ubijstvata-v-kostenec-2166409" target="blank" class="vestiLink" rel="2">Откриха оръжие, свързано с едно от убийствата в Костенец</a> </h3> <div class="commSeen"> <span>преди 5 часа</span> <span class="sep">|</span> <a href="//dariknews.bg/novini/bylgariia/otkriha-oryzhie-svyrzano-s-edno-ot-ubijstvata-v-kostenec-2166409" target="blank" class="seenImg vestiLink" rel="2"></a> <span class="commSeen">2521</span> </div> </div> <div class="vestiRow"> <a href="//dariknews.bg/novini/sviat/sled-politicheskiia-skandal-shtrahe-podade-ostavka-2166456" target="blank" class="imgLink vestiLink" rel="3"> <img src="https://m.netinfo.bg/media/images/38135/38135679/50-50-hajnc-kristian-shtrahe.jpg" width="50" height="50" /> </a> <h3> <a href="//dariknews.bg/novini/sviat/sled-politicheskiia-skandal-shtrahe-podade-ostavka-2166456" target="blank" class="vestiLink" rel="3">След политическия скандал: Щрахе подаде оставка</a> </h3> <div class="commSeen"> <span>преди 1 час</span> <span class="sep">|</span> <a href="//dariknews.bg/novini/sviat/sled-politicheskiia-skandal-shtrahe-podade-ostavka-2166456" target="blank" class="seenImg vestiLink" rel="3"></a> <span class="commSeen">392</span> </div> </div> <div class="vestiSeeMore"> <span>виж още:</span> <a href="https://dariknews.bg" target="blank">новини</a> <span class="sep">|</span> <a href="https://gong.bg" target="blank">спорт</a> </div> </div> </div> <!-- PROMO WIDGET --> <a href="https://www.sinoptik.bg/widgets" class="promoWidgetLink" style="display:none"> <img src="https://m.netinfo.bg/sinoptik/images/widgetsPromo.png" width="300" height="203" alt="Прогноза за времето на Вашия сайт"/> </a> <script type="text/javascript"> $(document).ready(function () { if (($('.mainBlock').height() - $('.rightBlock').height()) > 320) { $('.promoWidgetLink').show(300); } ; }); </script> <!-- PROMO WIDGET --> <div style="margin-top: 20px"> <a href="https://www.sinoptik.bg/moon-phase"> <img src="https://m.netinfo.bg/sinoptik/images/moon-phases.jpg" alt="Фаза на луната и лунен календар"> </a> </div> </div> <!---- BOTTOM BANNER BEGIN -----> <div class="bottomBanner"> <div id="banner"> <!-- /157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/BTF2 --> <div id='div-gpt-ad-1526903420347-3'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1526903420347-3'); }); </script> </div> </div> </div> <!---- BOTTOM BANNER END -----> </div> <!---- CONTAINER END -----> <!---- FOOTER BEGIN -----> <footer> <div class="niSitesBlock"> <div class="niSites"> <span class="niSiteTitle">Да организирам</span> <div> <a href="https://www.abv.bg/" target="_blank">АБВ Поща</a><br/> <a href="https://ndox.abv.bg/" target="_blank">DOX</a><br/> <a href="https://apps.abv.bg/" target="_blank">АБВ на твой домейн</a> </div> </div> <div class="niSites"> <span class="niSiteTitle">Да намирам</span> <div> <a href="https://www.gbg.bg/" target="_blank">Гювеч</a><span class="sep">|</span> <a href="https://broshura.bg" target="_blank">Брошури</a><br/> <a href="https://www.sravni.bg/" target="_blank">Сравни</a><br/> <a href="https://www.carmarket.bg/" target="_blank">Автомобили</a> </div> </div> <div class="niSites"> <span class="niSiteTitle">Да се информирам</span> <div> <a href="https://www.vesti.bg/" target="_blank">Новини</a><span class="sep">|</span> <a href="https://gong.bg/" target="_blank">Спорт</a><br/> <a href="https://www.pariteni.bg/" target="_blank">Пари</a><span class="sep">|</span> <a href="https://www.sinoptik.bg/" target="_blank">Времето</a><br/> <a href="https://www.edna.bg/" target="_blank">За жените</a> </div> </div> <div class="niSites"> <span class="niSiteTitle">Да се забавлявам</span> <div> <a href="https://www.vbox7.com/" target="_blank">Видео</a><span class="sep">|</span> <a href="https://www.vgames.bg/" target="_blank">Игри</a><br/> <a href="http://www.vmusic.bg/" target="_blank">Музика</a><br/> <a href="https://www.vcards.bg/" target="_blank">Картички</a> </div> </div> </div> <div class="niLinks"> <ul class="clearfix"> <li><a href="http://www.netinfocompany.bg/media-kit/sinoptikbg-78" target="_blank">За реклама</a><span class="sep">|</span></li> <li><a href="https://adwise.bg/" target="_blank">Реклама на клик</a></li> </ul> <ul class="clearfix"> <li><a href="http://info.netinfocompany.bg/about-company" target="_blank">За нас</a><span class="sep">|</span></li> <li><a href="http://info.netinfocompany.bg/portfolio" target="_blank">Портфолио</a><span class="sep">|</span></li> <li><a href="http://info.netinfocompany.bg/contacts/?s=sinoptik" target="_blank">Пишете ни</a><span class="sep">|</span></li> <li><a href="http://www.sinoptik.bg/sinoptik-terms.pdf" target="_blank">Общи условия</a><span class="sep">|</span></li> <li><a href="https://www.netinfocompany.bg/gdpr/" target="_blank">Поверителност</a><span class="sep">|</span></li> <li><a href="http://foreca.com/" target="_blank" rel="nofollow">Времето от <span><img src="https://m.netinfo.bg/sinoptik/images/foreca.png" alt="Foreca" width="50" height="12"/></span></a></li> </ul> <div class="copyRes"> <!--11111113333333--> <span class="copyright">© 1998-2019 Нет Инфо АД.</span> <a href="http://www.netinfocompany.bg/privacy" target="_blank" class="allrightsres">Всички права запазени</a> </div> </div> <!-- Opoznai.bg --> <script type="text/javascript"> setTimeout(function(){ var params = { city: "Sofia", // Дестинация hometown: "0", // 1|0 - дали потребителят е от този град или не count: "https://a.abv.bg/www/delivery/ck.php?oaparams=2__bannerid=176933__zoneid=63__oadest=" // Брояч за кликове, евентуално }; var src = "https://b.grabo.bg/netinfo/special/sinoptik_640x85.php?affid=20493"; for(var p in params) { src += "&"+p+"="+encodeURIComponent(params[p]); } var scr = document.createElement("SCRIPT"); scr.type = "text/javascript"; scr.src = src; scr.setAttribute("async",true); $(document.body).append(scr); },10); </script> <script> $.ajax({ type: 'GET', url: 'https://graph.facebook.com/https://www.sinoptik.bg/sofia-bulgaria-100727011/weekend', success: function (data) { showCount(data); } }); function showCount(responseText) { // Save the parsed JSON var json = responseText; var count = parseInt(json.share.share_count); // Check if the response contains a 'shares' property // If it doesn't, we can just exit this function if (count < 1) count = -1; if (parseInt(count) > 0) { $('.facebookShareNumber').text(count); } } </script> </footer> <!---- FOOTER END -----> </div> <script> $(document).ready(function () { $('.mvr-messages span').on('click', function () { SetCookie($(this).attr('id'), true, 30, '/', '.sinoptik.bg'); $(this).parents('li').hide(); }); }); </script> <!-- (C)2000-2018 Gemius SA - gemiusPrism / sinoptik.bg/ --> <script type="text/javascript"> <!--//--><![CDATA[//><!-- var pp_gemius_identifier = 'ByBKVu7zTwUc7rHkWAyt16bkLeTI2k_FKNob4FAfw8j.E7'; //gemius consent var pp_gemius_dnt = 1; // lines below shouldn't be edited function gemius_pending(i) { window[i] = window[i] || function () { var x = window[i + '_pdata'] = window[i + '_pdata'] || []; x[x.length] = arguments; }; };gemius_pending('gemius_hit'); gemius_pending('gemius_event'); gemius_pending('pp_gemius_hit'); gemius_pending('pp_gemius_event'); (function (d, t) { try { var gt = d.createElement(t), s = d.getElementsByTagName(t)[0], l = 'http' + ((location.protocol == 'https:') ? 's' : ''); gt.setAttribute('async', 'async'); gt.setAttribute('defer', 'defer'); gt.src = l + '://gabg.hit.gemius.pl/xgemius.js'; s.parentNode.insertBefore(gt, s); } catch (e) { } })(document, 'script'); //--><!]]> </script> <!--/157018629/Sinoptik.bg/Desktop/All_pages/Hidden/RichMedia--> <div id="div-gpt-ad-1526903420347-0"></div> </body> </html>
Weekend Regex
2019-05-18T13:00:45.000Z
\[[{,%]?(?<fieldName>.+)(\((?<fieldId>\d+)\))?[},%]?\]
[FieldName(5454)] [{FieldName}] [{FieldName(5454)}] [%FieldName(5454)%]
Fields
2017-04-25T13:11:49.000Z
^<.{20}(?<hlt_env>.+?) esc-logs
<13>Jan. 05 23:59:59 HLT-DM01 esc-logs[-]: {"timestamp":"2021-01-05T23:59:59.889Z","id":"98cf03ff-8dba-4b84-990c-4f026a2fa942","tenant_name":"draco-910","pks_uuid":"934ac265-9e3c-4a0d-8798-109b15876e4e","hlt-cluster":["api.prod-s-k8s.draco-910.sccloudres.net","api.prod-m-k8s.draco-910.sccloudres.net"],"log_type":"AUDIT","log_entry":"<14>1 2021-01-05T23:59:59.889967Z 682e85b4-e773-4ef7-9c8b-193034f2eca9.master.pks-934ac265-9e3c-4a0d-8798-109b15876e4e.service-instance-934ac265-9e3c-4a0d-8798-109b15876e4e.bosh kube-apiserver rs2 - [instance@47450 director=\"\" deployment=\"service-instance_934ac265-9e3c-4a0d-8798-109b15876e4e\" group=\"master\" az=\"WL-BEW-Prd-01\" id=\"682e85b4-e773-4ef7-9c8b-193034f2eca9\"] {\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Request\",\"auditID\":\"b3b53fd5-4d9d-4626-90bb-ac0de8234585\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/nodes/321c1ee3-21ba-43e1-8c5f-4b73a30d111c/proxy/metrics\",\"verb\":\"get\",\"user\":{\"username\":\"system:serviceaccount:monitoring:prometheus-monitoring\",\"uid\":\"abb07484-47d5-462c-b460-682dd0c0768d\",\"groups\":[\"system:serviceaccounts\",\"system:serviceaccounts:monitoring\",\"system:authenticated\"]},\"sourceIPs\":[\"11.32.19.6\"],\"userAgent\":\"Prometheus/2.19.3\",\"objectRef\":{\"resource\":\"nodes\",\"name\":\"321c1ee3-21ba-43e1-8c5f-4b73a30d111c\",\"apiVersion\":\"v1\",\"subresource\":\"proxy\"},\"responseStatus\":{\"metadata\":{},\"code\":200},\"requestReceivedTimestamp\":\"2021-01-05T23:59:59.434872Z\",\"stageTimestamp\":\"2021-01-05T23:59:59.456258Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"RBAC: allowed by ClusterRoleBinding \\\"prometheus-monitoring\\\" of ClusterRole \\\"prometheus-monitoring\\\" to ServiceAccount \\\"prometheus-monitoring/monitoring\\\"\"}}","version":"1.0","@version":"1","cloud_service_name":"KUBERNETES","@timestamp":"2021-01-05T23:59:59.889Z"}
K8s Logs hlt_env
2021-01-06T13:45:33.000Z
.+(\\)
C:\Users\Gary\Music\iTunes\iTunes Media\Music\Bielefelder Kinderchor\Stille Nacht, Heilige Nacht\04 Vom Himmel hoch, O Englein, kommt.mp3
Remove all characters before last \
2017-11-25T05:16:00.000Z
Basic Phone Number Matching
^(?:\+1)?\(?([2-9]{0,1}[0-9]{2})\)?[. -]?([0-9]{3})[.-]?([0-9]{4})$
312.876.9354 901-402-3541 (931)123-0953 (615) 561-0783 +17084223141
Basic Phone Number Matching
2021-04-14T19:52:15.000Z
For a test PHP for my school
([a-z]|[A-z]){3,5}#(H|F|Z|Q)([1-2]|[3-4]|[5-6]|[7-8])
aaa#H
PHP_Exercise_1
2018-02-16T08:35:50.000Z
(?<searched_type>(index|source|sourcetype))(?:\W+)(?<searched_value>\S[^\s|\||\"]+)
search index="application_sec_pr_secure"|delete search index = application_sec_pr secure sourcetype=aaa | delete search index=infra_aaa_summary* sourcetype=aaa | delete search * sourcetype=aaa | delete
index-delete
2020-04-21T15:45:00.000Z
YouTubeVideoUrl
https:\/\/(youtu.be|www.youtube.com)\/([A-z0-9-_]{11}(\?.*)?$|(watch?.*v=[A-z0-9-_]{11}(\&.*)?$))
https://www.youtube.com/watch?v=XNADRNnzP8I https://www.youtube.com/watch?v=z4plxUWOHxw&t=1s https://youtu.be/UW3pBCArsTg https://www.youtube.com/watch?v=4HpjbvLeM3Y&t=124s https://youtu.be/7Jub0c-qQGM https://www.youtube.com/watch?v=vksABX_yYN0&t=1451s https://youtu.be/3dHtbo5wwx4 https://www.youtube.com/watch?v=7QPhMbs2Bd8&t=41s https://www.youtube.com/watch?v=YD2_pXJTcAU https://youtu.be/9bDSzO8wtCA https://www.youtube.com/watch?v=4xfNhseN25E&t=272s https://youtu.be/pKUggMsbQt0?123=asd https://www.youtube.com/watch?v=Vfw8dIp2Oek&t=693s https://www.youtube.com/watch?v=rGYrDPnMCZI https://www.youtube.com/watch?v=Sgy0N8YDYPU&t=13s https://www.youtube.com/watch?v=KmhBN8CpCcc&t=53s https://www.youtube.com/watch?v=dHhyJTSbCbo https://www.youtube.com/watch?v=11pqaRiNyiE&t=325s https://youtu.be/tYWTrORF7QA https://www.youtube.com/watch?v=PQBA2FWST4s&t=7s https://www.youtube.com/watch?v=Av8TwjclvV0&t=1459s https://www.youtube.com/watch?v=0N0vtsHlAr8&t=732s https://www.youtube.com/watch?v=LbLysiDLDYo&t=2347s https://www.youtube.com/watch?v=URuA-IQmvUE&t=111s https://www.youtube.com/watch?v=5kdCFpeC8as&t=532s https://www.youtube.com/watch?v=a5Ck3EZkzMQ https://www.youtube.com/watch?v=Gk0Slcw9IiU&t=78s https://www.youtube.com/watch?v=bFIhb5xhQRM&t=155s https://www.youtube.com/watch?v=37bRMNI4Nv8&t=260s https://www.youtube.com/watch?v=gjC20PWBv8A&t=507s https://www.youtube.com/watch?v=mGrUtnIVoTU&t=7s https://www.youtube.com/watch?v=Tksj76FEWM0&t=208s https://www.youtube.com/watch?v=CM0qCSVqz0U&t=551s https://www.youtube.com/watch?v=NUkSxLq-jRY&t=69s https://www.youtube.com/watch?v=wARglhlugmw&t=52s https://www.youtube.com/watch?v=uVHlgd-ipGc&t=18s https://www.youtube.com/watch?v=rq0JVTztvXQ&t=4s https://www.youtube.com/watch?v=vmE4jQwkbEs&t=420s https://www.youtube.com/watch?v=o_HWltTv950&t=146s https://www.youtube.com/watch?v=4oroFDP4pA0&t=1057s https://youtu.be/fw_RXOylU4c https://www.youtube.com/watch?v=MKg2K3E7azs https://www.youtube.com/watch?v=CetfYpRaJ9c&t=221s https://youtu.be/lkyz58i25Xs https://www.youtube.com/watch?v=W5qkaDDVTOA https://www.youtube.com/watch?v=jycn7qwMVEI https://www.youtube.com/watch?v=cjxe37XrQpI https://youtu.be/MIqi2AgkYt8 https://www.youtube.com/watch?v=-cMOJyhd3BM&t=404s https://www.youtube.com/watch?v=yyU7sm4DlzQ https://youtu.be/uSJWi7a4fcs https://www.youtube.com/watch?v=8ysrYnbEAQw&t=45s https://www.youtube.com/watch?v=NrMoafPlvlg https://youtu.be/uJVAkOwKs1I https://www.youtube.com/watch?v=MqSO4snfEOk&t=98s https://www.youtube.com/watch?v=ekedLxblmS0&t=171s https://www.youtube.com/watch?v=dZ-6WmB8qyA https://youtu.be/20DaWpQqDjM https://www.youtube.com/watch?v=bZuaYnRPa2A https://www.youtube.com/watch?v=Eve6nu2JOq0 https://youtu.be/MpzKeLIoLxk https://www.youtube.com/watch?v=EJVGXBNNp8M&t=713s https://www.youtube.com/watch?v=e1z08cdAdDg https://www.youtube.com/watch?v=k3YTIgyKVOU&t=31s https://youtu.be/d1bDvS6aSVQ https://www.youtube.com/watch?v=owk62eGMGYk https://youtu.be/BLEiCSj5zQ0 https://www.youtube.com/watch?v=g5XdeHy4LEY https://youtu.be/FQ6M2sBmOb0 https://www.youtube.com/watch?v=IS9uOqtvzek https://www.youtube.com/watch?v=YStRsFNgD0o https://youtu.be/lCyZLHqBjrQ https://www.youtube.com/watch?v=WtL1BO8LCoQ https://www.youtube.com/watch?v=T_XTYAULs14 https://www.youtube.com/watch?v=7IP0KEgNwJU https://youtu.be/7_IGRl_FwB8 https://www.youtube.com/watch?v=lamQWEv1wac https://www.youtube.com/watch?v=gi1hJfwCO8Q https://www.youtube.com/watch?v=xixi27wgudI https://www.youtube.com/watch?v=Uq1NcykRak4 https://www.youtube.com/watch?v=ujYzPaf2aKc https://www.youtube.com/watch?v=8NV7kpH9uDE https://www.youtube.com/watch?v=lqvv6zvpMLE https://www.youtube.com/watch?v=ZYqOUdkfWnA https://www.youtube.com/watch?v=dg5fLcelcDI https://www.youtube.com/watch?v=keBU3oaEXBg https://www.youtube.com/watch?v=rV4tzby21x4 https://www.youtube.com/watch?v=tBDtUw0mm3o https://www.youtube.com/watch?v=vlew8sTDxaA https://www.youtube.com/watch?v=eah-0l3oj14 https://www.youtube.com/watch?v=vavpy-tkxEs https://www.youtube.com/watch?v=htmbpUJb9sQ&t=15s https://www.youtube.com/watch?v=MPHKXJdKC7Y&t=50s https://www.youtube.com/watch?v=4VyoXAm2-ls&t=99s https://www.youtube.com/watch?v=O3KK36CTb6Q&t=38s https://www.youtube.com/watch?v=ACQtBkfxAws&t=318s https://www.youtube.com/watch?v=_6bf6yFf720&t=79s https://www.youtube.com/watch?v=Z8NuE57MhIE https://www.youtube.com/watch?v=xAITTZqAwTU https://www.youtube.com/watch?v=Bz3yBhuBtyw&t=51s https://www.youtube.com/watch?v=J7jnUBCoxVk&t=26s https://www.youtube.com/watch?v=DKafoAPOVfE https://www.youtube.com/watch?v=_Wdq0MNCsTw https://www.youtube.com/watch?v=DMJ7AGow2Ms https://www.youtube.com/watch?v=17yMzN4Usp8 https://www.youtube.com/watch?v=a2eobordR8c https://www.youtube.com/watch?v=rkouxiiQWko https://www.youtube.com/watch?v=LErNVYSmmlg https://www.youtube.com/watch?v=tQhT1fQQfCY https://www.youtube.com/watch?v=7blDQn69970 https://www.youtube.com/watch?v=KeOkY7RaZ8E https://www.youtube.com/watch?v=80bEG1-v3Hw https://www.youtube.com/watch?v=xf726v3XRZ8 https://www.youtube.com/watch?v=VRhOgs3fFZk https://www.youtube.com/watch?v=4VyoXAm2-ls&t=101s https://www.youtube.com/watch?v=O3KK36CTb6Q&t=96s https://www.youtube.com/watch?v=N6KMLAftrjk&t=16s https://www.youtube.com/watch?v=rYSmIh5X6iY&t=20s https://www.youtube.com/watch?v=ACQtBkfxAws&t=332s https://www.youtube.com/watch?v=_6bf6yFf720&t=79s https://www.youtube.com/watch?v=Z8NuE57MhIE https://www.youtube.com/watch?v=xAITTZqAwTU https://www.youtube.com/watch?v=Bz3yBhuBtyw&t=51s https://www.youtube.com/watch?v=J7jnUBCoxVk&t=26s https://www.youtube.com/watch?v=SWRasNLVfck https://www.youtube.com/watch?v=DKafoAPOVfE https://www.youtube.com/watch?v=-cMOJyhd3BM&t=404s https://www.youtube.com/watch?v=yyU7sm4DlzQ https://www.youtube.com/watch?v=_Wdq0MNCsTw https://www.youtube.com/watch?v=lh_FKA1c5TM https://www.youtube.com/watch?v=DMJ7AGow2Ms https://www.youtube.com/watch?v=17yMzN4Usp8 https://www.youtube.com/watch?v=TKSU40dCVwQ https://www.youtube.com/watch?v=eMAXGmhFupo&t=1s https://youtu.be/MpzKeLIoLxk https://www.youtube.com/watch?v=EJVGXBNNp8M&t=713s https://www.youtube.com/watch?v=pPq6IkJme0s https://www.youtube.com/watch?v=1cIzQ2xq3Kw https://www.youtube.com/watch?v=heG18vkVJyo&t=32s https://www.youtube.com/watch?v=mVAHph7QpJM https://www.youtube.com/watch?v=FhQ9xSK0oiY https://www.youtube.com/watch?v=Abctipv1Aqk https://www.youtube.com/watch?v=9Kf3EZPUOkk https://www.youtube.com/watch?v=PasZLvRYMR4 https://www.youtube.com/watch?v=keBU3oaEXBg https://www.youtube.com/watch?v=5I1ms4q94uk https://www.youtube.com/watch?v=gwfh4DuS7GQ https://www.youtube.com/watch?v=xxRB6ozPgQM https://www.youtube.com/watch?v=Zq6QfT3017M
YouTubeVideoUrl
2023-01-30T16:07:03.000Z
[0-9]* men|[0-9]* women|[0-9]* male|[0-9]*. female|[0-9]* Men|[0-9]* Women|[0-9]* Female|[0-9]* Male
THE JOURNAL OF ALTERNATIVE AND COMPLEMENTARY MEDICINE Volume 24, Number 1, 2018, pp. 55–61 a Mary Ann Liebert, Inc. DOI: 10.1089/acm.2016.0111 JACM Effects of Transcutaneous Electrical Acupoint Stimulation on Motor Functions and Self-Care Ability in Children with Cerebral Palsy Bei Zhang, MD, MSc,* Yulan Zhu, PT, BSc,* Congyu Jiang, MD, PhD,* Ce Li, MD, MSc, Yingying Li, MD, MSc, Yulong Bai, MD, PhD, and Yi Wu, MD, PhD Abstract Objectives: To observe the effects of transcutaneous electrical acupoint stimulation (TEAS) in improving motor functions and self-care abilities in children with cerebral palsy in their early childhood. Design: A preliminary, prospective, cohort study. Settings/Location: Multicenter. Subjects: Children aged 2–6 years old. Interventions: Twenty-three children were included in the study and randomly assigned to a control group ([CG] N = 11) or a therapeutic group ([TG] N = 12). In the TG, children were treated with TEAS (Shousanli [LI10] and Waiguan [SJ5]) plus the exercise therapy, while in the control group, they were treated with sham TEAS plus exercise therapy. Therapies were performed five days per week for eight weeks. Outcome measures: The Gross Motor Function Measure (GMFM) and the Functional Independent Measurement for children (WeeFIM) were used to evaluate motor functions and self-care abilities before and after the therapies. Results: Greater improvements were observed in the TG concerning all the measurements, although without statistical differences. The increments of the GMFM score and the WeeFIM motor, self-care and total scores were 36.08–18.34 (26%), 16.17–8.21 (33%), 7.67–3.42 (40%) and 20.33–10.08 (28%) in the TG, while 22.73 – 16.54 (17%), 9.09 – 9.43 (19%), 5.64 – 6.73 (29%) and 12.82 – 11.77 (18%) in the CG, respectively. No statistically significant correlations were shown between functional improvements and the demographics in the TG or the CG. The GMFM improvement was not statistically correlated with the improvements of the WeeFIM motor, self-care or total scores. However, the WeeFIM motor, self-care and total score were significantly posi- tively correlated with one another in both groups (P < 0.01). No adverse effect was recorded during the study. Conclusion: TEAS may be effective in improving motor functions and self-care abilities in children with cerebral palsy, in addition to conventional exercise therapy. Larger samples are required to confirm the efficacies. Keywords: cerebral palsy, transcutaneous electrical acupoint stimulation, motor function, self-care Introduction Cerebral palsy (CP) is a group of disorders caused by abnormal development or damages to the fetus or in- fant’s brain. The prevalence of CP was reported around 1– 5& live births.1 Signs and symptoms include abnormal muscle tone, muscle weakness, poor coordination, as well as cognitive impairment and difficulties in vision, hearing, swallowing, and speaking.1 Spastic CP accounts for over 70% of all types of CP.2 In most cases, children with spastic CP have at least two limbs affected, resulting in impaired gross motor function, hand dexterity, and ambulatory func- tion, decreasing the abilities for self-care and activities of daily living (ADLs).3,4 Some need minor help in their ev- eryday lives, but some may require assistance involving all their ADLs. The quality of life in children with CP depends on the severity of motor and cognitive impairment.5 Al- though CP is not a progressive disease, functional Department of Rehabilitation Medicine, Huashan Hospital, Fudan University, Shanghai, People’s Republic of China. *These authors contributed equally to the article. 55 Downloaded by University of Sydney from www.liebertpub.com at 09/03/18. For personal use only. 56 ZHANG ET AL. impairments may be progressing over time due to disuse or other comorbidities. Therefore, interventions should be started early to facilitate brain development and to prevent functional deterioration.1 Rehabilitative approaches re- commended for CP include medications, physical therapy (PT), occupational therapy (OT), speech therapy (ST), elec- trical stimulations, techniques such as constraint-induced movement therapy (CIMT) and context-focused therapy, orthoses, and surgery if needed in some severe spastic cases.6 The mainstays are PT, OT, and ST. Currently, CIMT, goal- direct training, bimanual training, and biofeedback are proved evidence-based techniques that are helpful in enhancing muscle strength, motor function recovery, and self-care ability in children with CP.6 Nevertheless, new approaches are emerging. Transcutaneous electrical nerve stimulation (TENS) pro- vokes the nerve or the muscle over skin through electrical currents generated by a portable device. It may or may not cause muscle contraction depending on the pulse frequency and intensity, generating various therapeutic effects.7 It was effective in treating various medical conditions, for example, pain, paralysis, even gastroparesis and wound healing in previous studies.8–11 The development of transcutaneous electrical acupoint stimulation (TEAS) was based on the application of TENS combined with the Chinese traditional acupuncture theory. Acupuncture points are believed to pos- sess special electrical properties with increased conductance, reduced resistance, and elevated electrical potential.12 By performing TENS on the acupuncture points, acupuncture-like effects could be elicited. The de qi sensation is considered to be the hallmark of successful needling.13 TEAS was able to generate the sensation of acupuncture, de qi, thus validly mimicking the effects of acupuncture.14 Benefits of acupunc- ture have been reported in treating CP.15 One study showed the effects of acupuncture at Taichong (Liv3) in spastic CP using functional magnetic resonance imaging (fMRI), with the evi- dence of acupuncture-lead changes of activation in the brain, for which the author postulated it was resulted from blockage of the liver meridian.16 Researchers revealed that acupuncture activated multiple signaling pathways to restore the brain functions.17 Some experts also suggested that the effectiveness of acupuncture was resulted from adjusting the balance in the autonomic nervous system.18 TEAS is a noninvasive approach, making it a novel alternative for acupuncture. It has been used in treating asthma and chronic obstructive pulmonary disease, re- lieving pain, enhancing muscle force, and improving motor functions after stroke.19–21 A recent study revealed that TEAS was safe and effective in ameliorating spas- ticity after brain injury.21 Concerning its application in children, one study adopted TEAS in treating children with autism and found it effective in those who showed passive and aloof behaviors.22 Currently, limited evi- dence was found for the effectiveness of TEAS in CP. Because of its beneficial effects on improving motor functions plus its noninvasive feature, TEAS could be a potential modality for children with CP. Earlier inter- ventions yield better outcome because of better spasticity control and brain development.1 Therefore, the study aimed preliminarily at observing whether TEAS was effective in improving motor functions and self-care abilities in children with CP in their early childhood. Materials and Methods Participants The study was a preliminary, prospective, cohort study. All subjects met the diagnostic criteria for CP made by the Na- tional Conference of Cerebral Palsy in 2004.23,24 The diag- nostic criteria include (1) functional impairments only caused by nonprogressive and noncontagious brain lesions, confirmed with the imaging study of the brain; (2) symptoms, such as hemiplegia, triplegia, or tetraplegia, presented since infancy. The inclusion criteria of this study were (1) meeting the mentioned diagnostic criteria of CP and being classified into the spastic subtype; (2) presenting with motor disability with Modified Ashworth Scale (MAS) ‡Grade 1 in the wrist; (3) aged between 2 and 6 years old; (4) no other muscular skeletal disorders that could affect motor functions (e.g., hereditary muscular atrophy); (5) able to follow the instruc- tions; and (6) signing the consent form. Finally, 23 patients were enrolled from five healthcare facilities in Shanghai (Huashan Hospital, Huashan Hospital Yonghe Branch, Shanghai Children’s Hospital, Baoshan Community Health Center, Shanghai Yangguang Rehabilitation Center) be- tween September 1, 2012, and March 1, 2013. They were assigned to either a therapeutic group (TG) receiving routine exercise therapy plus TEAS (N = 12) or a control group (CG) receiving routine exercise therapy plus sham TEAS (N = 11). At the inclusion visit, rehabilitation physicians documented the demographic data of gender, age, level of the Gross Motor Function Classification System (GMFCS), level of the Manual Ability Classification System (MACS), level of the Communication Function Classification System (CFCS) level, type of paralysis, and the MAS grade. Adverse effects were documented in both groups during the study. If one of the following criteria was met, the patient, who (1) skipped the treatment for consecutive 3 or 4 days in a week; (2) was using other electrical stimulation therapy; (3) received intramuscular injections of botulinum toxin; (4) used antispasticity drugs (e.g., baclofen) or drugs that may induce spasticity (e.g., metoclopramide), would be regarded as violation and be excluded from the study. The consent form was signed by a legal guardian of the child under free will. Approval was obtained from the eth- ical committee of Huashan Hospital. The study has been registered in the Chinese Clinical Trial Registry (ChiCTR- TRC-12002336). Exercise therapy The individualized therapeutic exercise was provided to all children included in the study. The exercise therapy was customized based on age and functional deficits of each child. Aiming at improving the functions of the upper ex- tremities and the abilities of ADLs, the therapy included passive and active movement of the limbs, programs for improving muscle strength and the function of hands in daily activities (e.g., grasping small glass beads, moving cups from one place to another, pushing against the wall, flapping hands, and lifting up the arm). Bobath and Vojta maneuvers were also used based on the neural developmental order of the children. Experienced PTs and OTs performed the exercise therapy that lasted for 40 min per day, 5 days per week for 8 weeks. Downloaded by University of Sydney from www.liebertpub.com at 09/03/18. For personal use only. TEAS ON MOTOR FUNCTIONS IN CEREBRAL PALSY 57 FIG. 1. The dual channel portable TENS device and the placement of electrodes when TEAS was applied. The an- ode was placed on Waiguan (SJ5) and the cathode was placed on Shousanli (LI10). TEAS, transcutaneous electrical acupoint stimulation; TENS, transcutaneous electrical nerve stimulation. Table 1. Demographics of All Cases (N = 23) CG TG p Types of paralysis Hemiplegia Triplegia/quadriplegia Age (years) Gender Male Female 3 1 0 4 4 3 MACS level 1 4 4 2 2 7 310 441 FIG. 2. The study flow. GMFCS level 1 5 6 3.59 – 1.50 9 3 3.79 – 1.20 0.214 0.728 TEAS therapy 8 8 1.000 34 350.810 2 3 4 Two acupuncture points were selected as the target acu- points: Shousanli (LI10) and Waiguan (SJ5). According to the theory of Traditional Chinese Medicine, Shousanli (LI10) is an acupuncture point on the large intestine meridian, which is considered to be effective in clearing the meridian and pro- moting motor functions. It is located at 2 cun (6.7 cm) below the lateral end of the transverse cubital crease when the elbow is flexed and the forearm is pronated. Waiguan (SJ5) is an acupuncture point on the triple heater meridian, which is con- sidered to be effective in treating motor impairment in upper extremities. It is located at 2 cun (6.7 cm) above the transverse wrist crease on the dorsal surface of the forearm, between the radius and the ulna. The children in the TG were given TEAS therapy on one affected upper limb, with the anode being placed on Waiguan (SJ5) and the cathode being placed on Shousanli (LI10) (Fig. 1). In the CG, the electrodes were placed in the same sites as those in the TG. The device was kept open; however, the current was set at 0 mA throughout the treatment. A dual channel portable TENS device (MyoNet AOW; Shanghai NCC Medical Co., Ltd, China) is used in the study. The pulse frequency was set to 2Hz and the pulse width was set to 200ms as previously suggested.25,26 Each pulse cycle consisted of 2-sec rise time, then 5-sec work time, then 2-sec fall time, and 10-sec rest time. The current was increased to an individual’s maximum tolerated level, most likely between 12 and 18mA, causing no reported discomfort. The TEAS was performed 20min per day, 5 days per week, and lasted for 8 weeks. CSCF level 1 420.220 227 312 431 510 MAS grade 1 6 3 1+ 05 253 301 0.049a 0.126 aThe distribution is statistically different at the 0.05 level (two- tailed). CG, control group; GMFCS, Gross Motor Function Classifica- tion System; MACS, Manual Ability Classification System; MAS, Modified Ashworth Scale; TG, therapeutic group; CSCF, Commu- nication Function Classification System. Downloaded by University of Sydney from www.liebertpub.com at 09/03/18. For personal use only. 58 ZHANG ET AL. Table 2. Comparison of the Gross Motor Function Measure and the WeeFIM Scores Between Groups Before After After-before CG TG CG TG DCG DTG After-before p GMFM WeeFIM (motor) WeeFIM (self-care) WeeFIM 151.45 – 62.20 45.18 – 24.52 17.55 – 12.36 69.09 – 27.08 157.17 – 47.44 44.17 – 21.00 17.75 – 10.25 66.83 – 26.81 174.18 – 61.19 54.27 – 27.16 23.18 – 13.56 81.91 – 31.24 193.25 – 42.21 60.33 – 19.94 25.42 – 10.24 87.17 – 25.65 22.73 – 16.54 9.09 – 9.43 5.64 – 6.73 12.82 – 11.77 36.08 – 18.34 16.17 – 8.21 7.67 – 3.42 20.33 – 10.08 t = -1.828 Z = -1.913 t = -0.925 t = -1.649 0.082 0.059 0.366 0.114 (total) GMFM, Gross Motor Function Measure; WeeFIM, Functional Independent Measurement for children. Functional measurements The Gross Motor Function Measurement-88 (GMFM-88) was used to evaluate children’s ability to perform gross motor functions. The GMFM-88 consists of 88 items with 5 dimensions: supine/rolling (51 points), sitting (60 points), crawling/kneeling (42 points), standing (39 points), and walking/running/jumping (72 points). Each item was 0, 1, 2, and 3 points based on the performance. Higher scores in- dicate better performance. The Functional Independent Measurement for Children (WeeFIM) was used to evaluate children’s performance on daily activities.27 The WeeFIM is an internationally useful instrument to evaluate disability in children aged 6 months to 7 years.28 It contains a motor function domain (13 items) and a cognitive function domain (5 items). The self-care is a subdomain under motor function domain, consisting of six items, which are (1) eating, (2) grooming, (3) bathing, (4) dressing (upper limb), (5) dressing (lower limb), and (6) toileting. Each item was scored 1–7 points based on the performance. Higher scores indicate better performance. The maximum score of the WeeFIM is 126 points, including motor function domain 91 points and cognitive function domain 35 points. One study suggested that self-care, motor, and cognitive domains could be treated as separate scales in children with spastic CP.27 Therefore, the WeeFIM (self- care) was adopted as a measurement of motor function and self-care ability independently. All the evaluations were recorded by qualified assessors at enrollment and at the end of the 8th week. All the as- sessors from different hospitals were trained to maintain consistency in evaluation. The assessors were not aware of the group division and did not involve in any medical care for the children. Statistical analysis The data were analyzed using SPSS 20.0 (PASW; IBM, Armonk, NY). For measurement data, Kolmogorove–Smirnov test was performed for normality and Levene’s test for ho- mogeneity of the variances. When normal distribution and equal variances assumed, independent t-test was used, other- wise, Mann–Whitney test was used to compare the differences between groups. Fisher’s exact tests were used to test statis- tical differences of the gender, type of paralysis, GMFCS level, MACS level, CSCF level, and MAS grade between groups. The correlations between functional improvements and the demographics within a group and the correlations between functional improvements within a group were ob- tained with a two-tailed Spearman correlation analysis. The level of statistical significance was set at p < 0.05. Results Demographics The demographics of all cases in the study are presented in Table 1. The average age, gender, GMFCS level, MACS level, CFCS level, and types of paralysis were not statisti- cally different between groups ( p > 0.05). p Value was 0.049 in MAS grades between groups, possibly due to uneven distribution of the number of cases in each level in the TG. The study flow is presented in Figure 2. FIG. 3. Percentages of the increments of the measure- ments. The increments of the GMFM, the WeeFIM (motor), WeeFIM (self-care), and WeeFIM (total) were 26%, 33%, 40%, and 28% in the TG, whereas they were 17%, 19%, 29%, and 18% in the control group, respectively. GMFM, Gross Motor Function Measure; WeeFIM, Functional In- dependent Measurement for children; TG, therapeutic group. Downloaded by University of Sydney from www.liebertpub.com at 09/03/18. For personal use only. TEAS ON MOTOR FUNCTIONS IN CEREBRAL PALSY 59 Table 3. Correlations Between Functional Improvements and Demographic Factors (r) Therapeutic group Type of paralysis Age GMFCS MACS CFCS MAS grade GMFM (total) -0.028 0.009 0.265 0.196 0.330 0.184 WeeFIM (motor) -0.056 0.140 -0.234 -0.308 -0.171 0.096 0.293 0.464 -0.347 -0.350 -0.261 WeeFIM (self-care) -0.227 0.444 -0.450 -0.446 -0.245 0.067 0.321 0.483 -0.314 -0.239 -0.169 0.292 WeeFIM (total) -0.084 0.166 -0.203 -0.233 -0.126 0.185 0.290 0.390 -0.281 -0.322 -0.277 0.203 Control group Type of paralysis Age -0.347 GMFCS 0.116 MACS 0.189 CFCS 0.262 MAS grade 0.116 0.029 (R) indicates it is the correlation coefficients provided in the table. 0.116 Comparisons of GMFM and WeeFIM scores between groups The scores of GMFM and WeeFIM are presented in Table 2. No statistical significance was found between groups before and after the therapies (p>0.05). The in- crement of each measurement was presented as a per- centage in Figure 3. It was calculated from the ratio of the increment of the score of each measurement before and after the therapies to the initial score before the therapies, which was (after-before)/before in each group. The in- crements of the GMFM score and the WeeFIM motor, self- care, and total scores were 26%, 33%, 40%, and 28% in the TG, whereas they were 17%, 19%, 29%, and 18% in the CG, respectively. Greater improvements were observed in the TG concerning all the measurements, although without statistical significance (p>0.05). No adverse effect was recorded during the study in both groups. Correlations between functional improvements and the demographics The correlations between functional improvements and the demographics are presented in Table 3. No statistically significant correlation was shown between the parameters in the TG (p>0.05), neither in the CG (p>0.05). Correlations between functional improvements The correlations between functional improvements in each group are presented in Table 4. The GMFM improvement was not significantly correlated with the improvements in the WeeFIM motor, self-care domain, and total score. It is found that the WeeFIM motor score was positively correlated with (r = 0.891 TG, p < 0.01 Table 4. Correlations Between the Functional Improvements in Each Group (r) TG the and score was positively correlated with the WeeFIM total score (r=0.894 in the TG, p<0.01 and r=0.971 in the CG, p<0.01); and the WeeFIM motor score was positively correlated with the WeeFIM total score (r=0.951 in the TG, p<0.01 and r=0.930 in the CG, p<0.01). Discussion WeeFIM r = 0.935 in self-care score in the CG, p < 0.01); the WeeFIM self-care As a new technique, the definition of TEAS remains debated. The International Association for the Study of Pain described acupuncture-like TENS as ‘‘low frequency (2–4Hz), higher intensity (to tolerance threshold), and longer pulse width (100– 400 ms),’’ whereas conventional TENS is ‘‘high frequency (50– 100Hz), low intensity (paresthesia, not painful), and small pulse width (50–200 ms).’’7 However, various protocols have been carried out in clinical application of TEAS. Typically, two types of pulse frequencies, 2 and 100 Hz, have been used as acupuncture-like TENS.29 One study revealed that the mech- anisms of low- (2 Hz) and high-frequency (100 Hz) TEAS were distinct. For analgesia, the low-frequency TEAS exerted its effects on default mode network and other cortical regions, whereas the high-frequency TEAS was on ventral striatum and dorsal anterior cingulate cortex.29 Two or 100Hz TEAS at Hegu (LI 4) increased the amplitude of H-reflex; however, a higher electrical frequency such as 100 Hz TEAS led to ha- bituation easily.26 On the contrary, one recent study revealed that 100 Hz TEAS helped reduce wrist spasticity significantly compared with 2Hz TEAS, after brain injury.21 Therefore, 2 Hz of the pulse frequency and 200 ms of the pulse width were a reasonable protocol. Whether it is the preferable protocol remains controversial, requiring further investigation. the CG GMFM WeeFIM (motor) WeeFIM (self-care) Wee FIM (total) GMFM 0.109 0.173 0.005 WeeFIM (motor) 0.453 0.935a 0.930a WeeFIM (self-care) 0.388 0.891a 0.971a Wee FIM (total) 0.473 0.951a 0.894a aThe correlation is significant at the 0.01 level (two-tailed). Downloaded by University of Sydney from www.liebertpub.com at 09/03/18. For personal use only. 60 ZHANG ET AL. In the theory of Traditional Chinese Medicine, stimula- tion of Shousanli (LI10) and Waiguan (SJ5) was thought to be effective in treating upper extremity paralysis by Tradi- tional Chinese Medicine practitioners.30 Based on Chen’s study, application of acupuncture on the SJ5 modulated the synchronization of different brain networks, which help cooperate bilateral hemispheres to facilitate sensorimotor function of the affected side of the body.31 Research showed marked activation of the anterior lobe of the cerebellum and limbic lobe was observed after de qi sensation on SJ5.32 To the best of the authors’ knowledge, no study using fMRI was performed and revealed any results with acupuncture on LI10. The electrodes placed on Shousanli (LI10) and Wai- guan (SJ5) were also on the surface of the digital and wrist extensors and part of the brachioradialis. Potential effects on activation of these muscles may be involved in restoring balancing between the extensors and the flexors. However, the assumption needs to be further studied. It is believed that application of TEAS on these acupuncture points led to an integrated effect as already mentioned. Other rehabilitation modalities were reported effective in improving motor functions and self-care abilities in CP, such as constraint-induced therapy (CIT), task-oriented approach, neuromuscular electrical stimulation, and taping technique. In Chen’s study, greater improvement was discovered in the WeeFIM self-care domain (mean increased 3 points after 4 weeks therapy) in children aged around 8 years old who were treated in a home-based CIT program than those in the tra- ditional rehabilitation group.33 In Song’s study, after a 6 weeks task-oriented training, the average improvement in the WeeFIM (total) score was 7 points (109 points pretreatment vs. 116 points post-treatment), however, without control.34 In Ilkay’s study (children aged around 6–8 years old), after 12 weeks Kinesio taping, greater improvements in GMFM and WeeFIM were shown in the treatment group (mean increased 8 points and 4 points, respectively) compared with those in the CG (mean increased 3 points and 0 points, respectively).35 In this study (children aged average 3 years old), after 8 weeks TEAS, greater improvements in GMFM and WeeFIM (self- care) were shown in the TG (mean increased 36 points and 8 points, respectively) than in those in the CG (mean increased 22 points and 6 points, respectively), however, without sta- tistical significances. As reported, younger age was related to clinically meaningful improvements in self-care activities.36 Numerous studies showed correlations between motor functions and self-care abilities.36–38 The MACS level was the strongest predictor of self-care skills, whereas the GMFCS level was the strongest predictor of mobility skills.38,39 No demographic factor that could affect motor functions and self- care abilities was determined in the study, possibly due to the insufficient number of samples. However, in both groups, the improvement in the WeeFIM motor score was positively correlated with that of the self-care score, as well as in the total score. The results indicated a strong positive relationship between motor functions and self-care abilities in CP patients. The sample size of the preliminary study was relatively small. The results revealed a tendency of TEAS on pro- moting motor function recovery and improving the ability of self-care in children with CP. However, statistical signifi- cances were not found in the study. Pertinent scales for hand dexterity, upper extremity function, self-care ability, and ADLs, such as the Quality of Upper Extremity Skills Test and the Pediatric Evaluation of Disability Inventory, should be used in future studies to confirm the results.40 In conclusion, TEAS could be helpful in improving motor functions and self-care abilities in children with CP, in ad- dition to conventional exercise therapy. Larger samples are required to confirm the efficacies. Acknowledgments The authors sincerely thank the following persons for their contributions to this study: Yongshan Hu, MD, MSc, Huashan Hospital; Fanhua Huang, Huashan Hospital; Baoying Cheng, Fan Wang, Yonghe Branch of Huashan Hospital; Huiyu Zhou, Shanghai Children’s Hospital; Xiaoyi Sun, Baoshan Com- munity Health Center; and Beihua Zhang, Shanghai Yang- guang Rehabilitation Center. This study was supported by the health research program in the Zhabei District, Shanghai (No. 2011ZD07), and the socialized rehabilitation program for children with cerebral palsy in the Zhabei District, Shanghai, China (shzbcl-2012-05). Author Disclosure Statement No competing financial interests exist. References 1. Panteliadis CP, Hagel C, Karch D, et al. Cerebral palsy: A lifelong challenge asks for early intervention. Open Neurol J 2015;9:45–52. 2. Yeargin-Allsopp M, Van Naarden BK, Doernberg NS, et al. Prevalence of cerebral palsy in 8-year-old children in three areas of the United States in 2002: A multisite collabora- tion. Pediatrics 2008;121:547–554. 3. Fedrizzi E, Pagliano E, Andreucci E, et al. Hand function in children with hemiplegic cerebral palsy: Prospective follow-up and functional outcome in adolescence. Dev Med Child Neurol 2003;45:85–91. 4. Van Zelst BR, Miller MD, Russo R, et al. Activities of daily living in children with hemiplegic cerebral palsy: A cross- sectional evaluation using the Assessment of Motor and Process Skills. Dev Med Child Neurol 2006;48:723–727. 5. Vles GF, Hendriksen RG, Hendriksen JG, et al. Quality of life of children with cerebral palsy: A cross-sectional KIDSCREEN study in the Southern part of the Nether- lands. CNS Neurol Disord Drug Targets 2015;14:102–109. 6. NovakI,McIntyreS,MorganC,etal.Asystematicreviewof interventions for children with cerebral palsy: State of the evidence. Dev Med Child Neurol 2013;55:885–910. 7. Francis RP, Johnson MI. The characteristics of acupuncture- like transcutaneous electrical nerve stimulation (acupuncture- like TENS): A literature review. Acupunct Electrother Res 2011;36:231–258. 8. Johnson MI, Jones G. Transcutaneous electrical nerve stimulation: Current status of evidence. Pain Manag 2017; 7:1–4. 9. Jung K, Jung J, In T, et al. The influence of Task-Related Training combined with Transcutaneous Electrical Nerve Stimulation on paretic upper limb muscle activation in patients with chronic stroke. NeuroRehabilitation 2017;40: 315–323. 10. Weinkauf JG, Yiannopoulos A, Faul JL. Transcutaneous electrical nerve stimulation for severe gastroparesis after lung transplantation. J Heart Lung Transplant 2005;24:1444. Downloaded by University of Sydney from www.liebertpub.com at 09/03/18. For personal use only. TEAS ON MOTOR FUNCTIONS IN CEREBRAL PALSY 61 11. Gu ̈rgen SG, Sayın O, Cetin F, et al. Transcutaneous elec- trical nerve stimulation (TENS) accelerates cutaneous wound healing and inhibits pro-inflammatory cytokines. Inflammation 2014;37:775–784. 12. Ahn AC, Martinsen OG. Electrical characterization of acupuncture points: Technical issues and challenges. J Altern Complement Med 2007;13:817–824. 13. Zhu SP, Luo L, Zhang L, et al. Acupuncture De-qi: From characterization to underlying mechanism. Evid Based Complement Alternat Med 2013;2013:518784. 14. Yu DT, Jones AY. Are physiological changes experienced by healthy subjects during acu-TENS associated with acupunc- ture point sensations? Acupunct Med 2014;32:28–36. 15. Duncan B, Shen K, Zou LP, et al. Evaluating intense re- habilitative therapies with and without acupuncture for children with cerebral palsy: A randomized controlled trial. Arch Phys Med Rehabil 2012;93:808–815. 16. Wu Y, Jin Z, Li K, et al. Effect of acupuncture on the brain in children with spastic cerebral palsy using functional neuroimaging (fMRI). J Child Neurol 2008;23:1267–1274. 17. Tian H, Zhang H, Zhu J, et al. Acupuncture activates signal transduction pathways related to brain-tissue restoration after ischemic injury. Neural Regen Res 2012;7:1866–1872. 18. Takamoto K, Urakawa S, Sakai K, et al. Effects of acu- puncture needling with specific sensation on cerebral he- modynamics and autonomic nervous activity in humans. Int Rev Neurobiol 2013;111:25–48. 19. Ngai SP, Jones AY, Hui-Chan CW, et al. An adjunct in- tervention for management of acute exacerbation of chronic obstructive pulmonary disease (AECOPD). J Altern Com- plement Med 2013;19:178–181. 20. Yu X, Zhang F, Chen B. Effect of transcutaneous electrical acupuncture point stimulation at different frequencies in a rat model of neuropathic pain. Acupunct Med 2017;35: 142–147. 21. Zhao W, Wang C, Li Z, et al. Efficacy and safety of transcutaneous electrical acupoint stimulation to treat muscle spasticity following brain injury: A double-blinded, multicenter, randomized controlled trial. PLoS One 2015; 10:e0116976. 22. Zhang R, Jia MX, Zhang JS, et al. Transcutaneous elec- trical acupoint stimulation in children with autism and its impact on plasma levels of arginine-vasopressin and oxy- tocin: A prospective single-blinded controlled study. Res Dev Disabil 2012;33:1136–1146. 23. Richards CL, Malouin F. Cerebral palsy: Definition, as- sessment and rehabilitation. Handb Clin Neurol 2013;111: 183–195. 24. The Neurology group of Pediatric Society of Chinese Medical Association. Summary of the national seminar of cerebral pasly in 2004. Chin J Pediatr 2005;43:261–262. 25. Ngai SP, Jones AY, Hui-Chan CW, et al. Effect of Acu- TENS on post-exercise expiratory lung volume in subjects with asthma-A randomized controlled trial. Respir Physiol Neurobiol 2009;167:348–353. 26. Chang QY, Lin JG, Hsieh CL. Effect of electroacupuncture and transcutaneous electrical nerve stimulation at Hegu (LI.4) acupuncture point on the cutaneous reflex. Acupunct Electrother Res 2002;27:191–202. 27. Park EY, Kim WH, Choi YI. Factor analysis of the Wee- FIM in children with spastic cerebral palsy. Disabil Rehabil 2013;35:1466–1471. 28. Wong SS, Wong VC. Functional Independence Measure for Children: A comparison of Chinese and Japanese chil- dren. Neural Regen Res 2007;21:91–96. 29. Jiang Y, Liu J, Liu J, et al. Cerebral blood flow-based evi- dence for mechanisms of low- versus high-frequency trans- cutaneous electric acupoint stimulation analgesia: A perfusion fMRI study in humans. Neuroscience 2014;268:180–193. 30. Au-Yeung SS, Hui-Chan CW. Electrical acupoint stimu- lation of the affected arm in acute stroke: A placebo- controlled randomized clinical trial. Clin Rehabil 2014;28: 149–158. 31. Chen J, Wang J, Huang Y, et al. Modulatory effect of acu- puncture at Waiguan (TE5) on the functional connectivity of the central nervous system of patients with ischemic stroke in the left basal ganglia. PLoS One 2014;9:e96777. 32. Li MK, Li YJ, Zhang GF, et al. Acupuncture for ische- mic stroke: Cerebellar activation may be a central mech- anism following Deqi. Neural Regen Res 2015;10: 1997–2003. 33. Chen HC, Chen CL, Kang LJ, et al. Improvement of upper extremity motor control and function after home-based constraint induced therapy in children with unilateral ce- rebral palsy: Immediate and long-term effects. Arch Phys Med Rehabil 2014;95:1423–1432. 34. Song CS. Effects of task-oriented approach on affected arm function in children with spastic hemiplegia due to cerebral palsy. J Phys Ther Sci 2014;26:797–800. 35. Simsek TT, Turkucuoglu B, Cokal N, et al. The effects of Kinesio(R) taping on sitting posture, functional indepen- dence and gross motor function in children with cerebral palsy. Disabil Rehabil 2011;33:2058–2063. 36. Wang TN, Wu CY, Chen CL, et al. Logistic regression an- alyses for predicting clinically important differences in motor capacity, motor performance, and functional inde- pendence after constraint-induced therapy in children with cerebral palsy. Res Dev Disabil 2013;34:1044–1051. 37. Nieuwenhuijsen C, Donkervoort M, Nieuwstraten W, et al. Experienced problems of young adults with cerebral palsy: Targets for rehabilitation care. Arch Phys Med Rehabil 2009;90:1891–1897. 38. Ohrvall AM, Eliasson AC, Lowing K, et al. Self-care and mobility skills in children with cerebral palsy, related to their manual ability and gross motor function classifica- tions. Dev Med Child Neurol 2010;52:1048–1055. 39. Kruijsen-Terpstra AJ, Ketelaar M, Verschuren O, et al. Determinants of developmental gain in daily activities in young children with cerebral palsy. Phys Occup Ther Pe- diatr 2014; 35:265–279. 40. James S, Ziviani J, Boyd R. A systematic review of activities of daily living measures for children and adolescents with cerebral palsy. Dev Med Child Neurol 2014;56:233–244. Address correspondence to: Yulong Bai, MD, PhD Department of Rehabilitation Medicine Huashan Hospital Fudan University 12 Middle Wulumuqi Road Shanghai 200040 People’s Republic of China E-mail: [email protected] Downloaded by University of Sydney from www.liebertpub.com at 09/03/18. For personal use only.
Scale 12
2018-11-03T08:14:18.000Z
只能输入5-20个以字母开头、可带数字、“_”、“.”的字串
^[a-zA-Z]{1}([a-zA-Z0-9]|[._]){4,19}$
校验登录名
2018-06-07T02:24:36.000Z
(?<=^|\s)([A-Z\d]{5}\-){4}([A-Z\d]{5})(?=$|\s)
V2C47-MK7JD-3R89F-D2KXW-VPK3J
Lb4 serinii nomer
2017-12-21T18:23:32.000Z
RJ.currentMP3Url = \'([\w\\\/-]+)'
</div> </div> </div> </div> </section> <script> RJ.currentMP3Url = 'mp3/Arian-Band-To-Ke-Ba-Man-Baashi'; RJ.currentMP3 = '40008'; RJ.currentMP3Type = 'mp3'; RJ.playingIndex = '0'; RJ.currentMP3Perm = 'Arian-Band-To-Ke-Ba-Man-Baashi'; RJ.currentAlbum = null; RJ.currentPlaylist = null; RJ.relatedMP3 = [{"next":"Arian-Band-To-Ke-Ba-Man-Baashi","index":0},{"next":"Arian-Band-Bargard","index":1},{"next":"Arian-Band-Bishtar","index":2},{"next":"Arian-Band-Deltangiha","index":3},{"next":"Arian-Band-Faseleh","index":4},{"next":"Arian-Band-Delam-Barat-Tang-Shodeh","index":5},{"next":"Arian-Band-To-Moondi-o-Man","index":6},{"next":"Arian-Band-Nemidoonam","index":7},{"next":"Arian-Band-Baade-To","index":8},{"next":"Arian-Band-Too-Cheshaye-Man-Negah-Kon","index":9},{"next":"Arian-Band-Ta-Abaad","index":10},{"next":"Arian-Band-Gole-Man","index":11},{"next":"Arian-Band-Parvaz","index":12},{"next":"Arian-Band-Gole-Aftab-Gardoon","index":13},{"next":"Arian-Band-Parvaz-(Club-Mix)","index":14},{"next":"Arian-Band-Ghasedak","index":15},{"next":"Arian-Band-Baroon","index":16},{"next":"Arian-Band-Panjereh","index":17},{"next":"Arian-Band-Setareh","index":18},{"next":"Arian-Band-Ey-Javidan-Iran","index":19},{"next":"Arian-Band-Tab","index":20},{"next":"Arian-Band-Gole-Hamishe-Bahar","index":21},{"next":"Arian-Band-Afsoongar","index":22},{"next":"Arian-Band-Iran","index":23},{"next":"Arian-Band-The-Words-I-Love-You-(Feat-Chris-de-Burgh)","index":24},{"next":"Arian-Band-Bi-To-Ba-To","index":25},{"next":"Arian-Band-Aroom-Aroom","index":26},{"next":"Arian-Band-Lahzeh-ha","index":27},{"next":"Arian-Band-Bahooneh","index":28},{"next":"Arian-Band-Na-Mehraboon","index":29},{"next":"Arian-Band-Farda-Male-Mast","index":30}]; RJ.nextMp3Base = '/mp3s/mp3/'; RJ.nextMp3AlbumBase = '/mp3s/album/'; RJ.playerVolume = 75; setupMP3Ping(); </script>
RDJ: MP3 Url
2018-07-13T14:15:20.000Z
header of output from > 7z i
(?xim) ^\s* (?<Num1>\d+) \s+ (?<Dots>.*?) \s+ (?<X>.*?) \s+ (?<ExtList>.*?) \s{2,} (?<Rest>.*) $ # // # (?<ExtList>.*) # \s{2,} # (?<BytesOr>(\|.{2}))*? #$
7z -i 7-Zip 22.00 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-06-15 Libs: 0 c:\program files\7-zip\7z.dll Formats: 0 C...F..........c.a.m+.. w...0 7z 7z 7 z BC AF ' 1C 0 ...................... APFS apfs img offset=32 N X S B 00 0 ...................... APM apm E R 0 ...................... Ar ar a deb udeb lib ! < a r c h > 0A 0 ...................... Arj arj ` EA 0 K.....O.....X......... Base64 b64 0 ......O............... COFF obj 0 ...F.................. Cab cab M S C F 00 00 00 00 0 ...................... Chm chm chi chq chw I T S F 03 00 00 00 ` 00 00 00 0 ...................... Compound msi msp doc xls ppt D0 CF 11 E0 A1 B1 1A E1 0 ....M................. Cpio cpio 0 7 0 7 0 || C7 q || q C7 0 ...................... CramFS cramfs offset=16 C o m p r e s s e d 20 R O M F S 0 .....G..B............. Dmg dmg k o l y 00 00 00 04 00 00 02 00 0 .........E............ ELF elf  E L F 0 ...................... Ext ext ext2 ext3 ext4 img offset=1080 S EF 0 ...................... FAT fat img offset=510 U AA 0 ...................... FLV flv F L V 01 0 ...................... GPT gpt mbr offset=512 E F I 20 P A R T 00 00 01 00 0 ....M................. HFS hfs hfsx offset=1024 B D || H + 00 04 || H X 00 05 0 ...F.................. Hxs hxs hxi hxr hxq hxw lit I T O L I T L S 01 00 00 00 ( 00 00 00 0 ......O............... IHex ihex 0 ...................... Iso iso img offset=32769 C D 0 0 1 0 ...................... LP lpimg img offset=4096 g D l a 4 00 00 00 0 ...................... Lzh lzh lha offset=2 - l h 0 .......P.............. MBR mbr 0 ....M....E............ MachO macho CE FA ED FE || CF FA ED FE || FE ED FA CE || FE ED FA CF 0 ...................... MsLZ mslz S Z D D 88 F0 ' 3 A 0 ....M................. Mub mub CA FE BA BE 00 00 00 || B9 FA F1 0E 0 ...................... NTFS ntfs img offset=3 N T F S 20 20 20 20 00 0 ...F.G................ Nsis nsis offset=4 EF BE AD DE N u l l s o f t I n s t 0 .........E............ PE exe dll sys M Z 0 ...................... Ppmd pmd 8F AF AC 84 0 ...................... QCOW qcow qcow2 qcow2c Q F I FB 00 00 00 0 ...F.................. Rar rar r00 R a r ! 1A 07 00 0 ...F.................. Rar5 rar r00 R a r ! 1A 07 01 00 0 ...................... Rpm rpm ED AB EE DB 0 K..................... SWF swf F W S 0 ....M................. SWFc swf (~.swf) C W S || Z W S 0 ...................... Sparse simg img : FF & ED 01 00 0 ...................... Split 001 0 ....M................. SquashFS squashfs h s q s || s q s h || s h s q || q s h s 0 .........E............ TE te V Z 0 ...FM................. UEFIc scap BD 86 f ; v 0D 0 @ B7 0E B5 Q 9E / C5 A0 || 8B A6 < J # w FB H 80 = W 8C C1 FE C4 M || B9 82 91 S B5 AB 91 C B6 9A E3 A9 C F7 / CC 0 ...FM................. UEFIf uefif offset=16 D9 T 93 z h 04 J D 81 CE 0B F6 17 D8 90 DF || x E5 8C 8C = 8A 1C O 99 5 89 a 85 C3 - D3 0 ......O............... Udf udf iso img offset=32768 01 C D 0 0 1 0 ...................... VDI vdi offset=64  10 DA BE 0 .....G................ VHD vhd c o n e c t i x 00 00 0 ...................... VHDX vhdx avhdx v h d x f i l e 0 ...................... VMDK vmdk K D M V 0 ...................... Xar xar pkg xip x a r ! 00 1C 0 ...................... Z z taz (.tar) 1F 9D 0 CK..................... bzip2 bz2 bzip2 tbz2 (.tar) tbz (.tar) B Z h 0 CK.................m+.. .u..1 gzip gz gzip tgz (.tar) tpz (.tar) apk (.tar) 1F 8B 08 0 K.....O............... lzma lzma 0 K..................... lzma86 lzma86 0 C......O...LH......m+.. wu.n1 tar tar ova offset=257 u s t a r 0 C.SN.......LH..c.a.m+.. w...0 wim wim swm esd ppkg M S W I M 00 00 00 0 CK..................... xz xz txz (.tar) FD 7 z X Z 00 0 C...FMG........c.a.m+.. wud.0 zip zip z01 zipx jar xpi odt ods docx xlsx epub ipa apk appx P K 03 04 || P K 05 06 || P K 06 06 || P K 07 08 P K || P K 0 0 P K CK.....O.....XC........ Hash sha256 sha512 sha224 sha384 sha1 sha md5 crc32 crc64 asc cksum Codecs: 0 4ED 303011B BCJ2 0 EDF 3030103 BCJ 0 EDF 3030205 PPC 0 EDF 3030401 IA64 0 EDF 3030501 ARM 0 EDF 3030701 ARMT 0 EDF 3030805 SPARC 0 EDF 20302 Swap2 0 EDF 20304 Swap4 0 ED 40202 BZip2 0 ED 0 Copy 0 ED 40109 Deflate64 0 ED 40108 Deflate 0 EDF 3 Delta 0 ED 21 LZMA2 0 ED 30101 LZMA 0 ED 30401 PPMD 0 D 40301 Rar1 0 D 40302 Rar2 0 D 40303 Rar3 0 D 40305 Rar5 0 EDF 6F10701 7zAES 0 EDF 6F00181 AES256CBC Hashers: 0 4 1 CRC32 0 20 201 SHA1 0 32 A SHA256 0 8 4 CRC64 0 32 202 BLAKE2sp
7zip file type regex
2022-09-06T14:59:39.000Z
Match on period following single letter name initial for TTS Rendering without Pause Specifically, matches all occurrences of period if preceded by capital letter. Used in T2S android tts app for rendering text without pausing after letter name initial.
(?<=[A-Z])\.
He talked with J. Biden and myself. This is a sentence. And here's another one. And a third.
Match on period following single letter name initial for TTS Rendering without Pause
2023-12-15T23:19:29.000Z
parse tanggal
^(?<tgl>\d{2})\/(?<bln>[0-1][0-9]{1,2})\/(?<thn>\d{4})$
90/09/2018
Parse Tanggal
2018-05-04T07:35:36.000Z
((?<=<q>)(.|\n|\s)*?(?=</q>))|((?<=<t>)(.|\n|\s)*?(?=</t>))
((?<=<q>)(.|\n|\s)*?(?=</q>))|((?<=<t>)(.|\n|\s)*?(?=</t>))
<q>123e42wfd</q> <p> Праздничную иллюминацию в Липецке прежде традиционно отключали 15 января. Однако в этом году она будет работать до конца месяца, соответственно дольше обычного жители областного центра смогут любоваться световыми арт-объектами и нарядными новогодними елками. Такое решение принял глава города Сергей Иванов.Как сообщил председатель департамента дорожного хозяйства и благоустройства Алексей Бахтин, идея навеяна самой нынешней зимой. Яркие краски светового оформления города подчеркнут красоту заснеженных улиц и продлят праздничное настроение липчанам. </p> <t> В администрации Липецка - незаурядная отставка: уходит управделами Виктор Ивлев, житель Тербунов, которого в мэрию привел его земляк Сергей Иванов, ставший главой города волей Липецкого горсовета в декабре 2015 года. Последним местом работы Виктора Ивлева в Тербунах была должность председателя районной территориальной избирательной комиссии.- 14 января станет последним днем работы Виктора Денисовича. Он принял такое решение по состоянию здоровья. Недавно он перенес тяжелую операцию на сердце и решил уйти с должности на пенсию, - прокомментировал GOROD48 циркулирующие слухи об отставке управделами мэрии глава Липецка Сергей Иванов. </t> (?<=<title>)(.*)(?=</title>) <t> В администрации Липецка - незаурядная отставка: уходит управделами Виктор Ивлев, житель Тербунов, которого в мэрию привел его земляк Сергей Иванов, ставший главой города волей Липецкого горсовета в декабре 2015 года. Последним местом работы Виктора Ивлева в Тербунах была должность председателя районной территориальной избирательной комиссии.- 14 января станет последним днем работы Виктора Денисовича. Он принял такое решение по состоянию </t>
объединение двух результатов регулярных выражений
2019-01-14T13:05:12.000Z
[\w-]+\.txt:route-policy STATIC_TO_BGP|[\w-]+\.txt-end-policy
RMAGSPO-SAUT01-01.txt:route-policy STATIC_TO_BGP RMAGSPO-SAUT01-01.txt- if tag eq 40002 then RMAGSPO-SAUT01-01.txt- set community (26615:1000, 26615:51100, 26615:30000, 26615:1401, 26615:8012, 65402:9003, 65402:40002) RMAGSPO-SAUT01-01.txt- set origin igp RMAGSPO-SAUT01-01.txt- endif RMAGSPO-SAUT01-01.txt-end-policy RMAGSPO-SAUT01-01.txt-! RMAGSPO-SAUT01-01.txt-route-policy GERENCIA_UBB_STATIC_TO_BGP RMAGSPO-SAUT01-01.txt- if tag eq 30210 then -- RMAGSPO-SNE01-01.txt:route-policy STATIC_TO_BGP RMAGSPO-SNE01-01.txt- if tag eq 40002 then RMAGSPO-SNE01-01.txt- set community (26615:1000, 26615:51100, 26615:30000, 26615:1401, 26615:8012, 65402:9008, 65402:40002) RMAGSPO-SNE01-01.txt- set origin igp RMAGSPO-SNE01-01.txt- elseif tag eq 402 then RMAGSPO-SNE01-01.txt- set community (26615:1000, 26615:51100, 26615:30000, 26615:1301, 26615:8011, 65402:9008, 65402:40002) RMAGSPO-SNE01-01.txt- set origin igp RMAGSPO-SNE01-01.txt- endif RMAGSPO-SNE01-01.txt-end-policy -- RMAGSPO-SPLJ05-01.txt:route-policy STATIC_TO_BGP RMAGSPO-SPLJ05-01.txt- if tag eq 40002 then RMAGSPO-SPLJ05-01.txt- set community (26615:1000, 26615:51100, 26615:1301, 26615:8011, 65402:9006, 65402:40002, 26615:30000) RMAGSPO-SPLJ05-01.txt- set origin igp RMAGSPO-SPLJ05-01.txt- endif RMAGSPO-SPLJ05-01.txt-end-policy RMAGSPO-SPLJ05-01.txt-! RMAGSPO-SPLJ05-01.txt-route-policy GERENCIA_UBB_STATIC_TO_BGP RMAGSPO-SPLJ05-01.txt- if tag eq 30210 then -- RMAGSPO-SPVC03-01.txt:route-policy STATIC_TO_BGP RMAGSPO-SPVC03-01.txt- if tag eq 40002 then RMAGSPO-SPVC03-01.txt- set community (26615:1000, 26615:1401, 26615:51100, 26615:8012, 65402:9005, 65402:40002, 26615:30000) RMAGSPO-SPVC03-01.txt- set origin igp RMAGSPO-SPVC03-01.txt- elseif tag eq 40003 then RMAGSPO-SPVC03-01.txt- set community (26615:1000, 26615:1301, 26615:51100, 26615:8011, 65402:9005, 65402:40002, 26615:30000) RMAGSPO-SPVC03-01.txt- set origin igp RMAGSPO-SPVC03-01.txt- endif RMAGSPO-SPVC03-01.txt-end-policy -- RMAGSPO-SPVF06-01.txt:route-policy STATIC_TO_BGP RMAGSPO-SPVF06-01.txt- if tag eq 40002 then RMAGSPO-SPVF06-01.txt- set community (26615:1000, 26615:30000, 26615:51100, 26615:1301, 26615:8011, 65402:9004, 65402:40002) RMAGSPO-SPVF06-01.txt- set origin igp RMAGSPO-SPVF06-01.txt- endif RMAGSPO-SPVF06-01.txt-end-policy RMAGSPO-SPVF06-01.txt-! RMAGSPO-SPVF06-01.txt-route-policy GERENCIA_UBB_STATIC_TO_BGP RMAGSPO-SPVF06-01.txt- if tag eq 30210 then -- RMDISPO-MSO01-01.txt:route-policy STATIC_TO_BGP RMDISPO-MSO01-01.txt- if tag eq 40002 then RMDISPO-MSO01-01.txt- set community (26615:1000, 26615:51100, 26615:1401, 26615:8012, 65402:9002, 65402:40002, 26615:30000) RMDISPO-MSO01-01.txt- set origin igp RMDISPO-MSO01-01.txt- endif RMDISPO-MSO01-01.txt-end-policy RMDISPO-MSO01-01.txt-! RMDISPO-MSO01-01.txt-route-policy RMS-IN-FTTS-IPV4 RMDISPO-MSO01-01.txt- pass -- RTBARJO0202.txt:route-policy STATIC_TO_BGP RTBARJO0202.txt- if tag eq 51000 then RTBARJO0202.txt- set community (26615:51000, 26615:8021, 26615:9070, 26615:1201, 26615:30000) RTBARJO0202.txt- set origin igp RTBARJO0202.txt- endif RTBARJO0202.txt-end-policy RTBARJO0202.txt-! RTBARJO0202.txt-route-policy voip_migrados RTBARJO0202.txt- if destination in prefix_voip_migrados then -- RTBARJO0202.txt:route-policy STATIC_TO_BGP_IPV6 RTBARJO0202.txt- if tag eq 1000 then RTBARJO0202.txt- set community (26615:8021, 26615:9070, 26615:1000) RTBARJO0202.txt- set origin igp RTBARJO0202.txt- elseif tag eq 41000 then RTBARJO0202.txt- set community (26615:8021, 26615:9070, 26615:1201, 26615:51000, 26615:30000) RTBARJO0202.txt- set origin igp RTBARJO0202.txt- endif RTBARJO0202.txt-end-policy -- RTBASPO0302.txt:route-policy STATIC_TO_BGP RTBASPO0302.txt- if tag eq 41000 then RTBASPO0302.txt- set community (26615:41000, 26615:8012, 26615:9087, 26615:51000, 26615:1401, 26615:30000) RTBASPO0302.txt- set origin igp RTBASPO0302.txt- endif RTBASPO0302.txt-end-policy RTBASPO0302.txt-! RTBASPO0302.txt-route-policy voip_migrados RTBASPO0302.txt- if destination in prefix_voip_migrados then -- RTBASPO0302.txt:route-policy STATIC_TO_BGP_IPV6 RTBASPO0302.txt- if tag eq 1000 then RTBASPO0302.txt- set community (26615:8012, 26615:9087, 26615:1401, 26615:51000, 26615:30000) RTBASPO0302.txt- set origin igp RTBASPO0302.txt- endif RTBASPO0302.txt-end-policy RTBASPO0302.txt-! RTBASPO0302.txt-route-policy GERENCIA_UBB_STATIC_TO_BGP RTBASPO0302.txt- if tag eq 30210 then
policy_extraction
2018-11-07T22:05:40.000Z
Find PHP object variables, and replace them with (array)brackets.
\$([\w]+)->([^\W]+)
@foreach($fsn_uploaded_data as $client_no => $client) <div class="client" style="border: 1px solid #888; margin-bottom: 10px;"> <h2>{{ $client['client_name'] or '-' }}</h2> <p>{{ $client->postal_address or '-' }}, {{ $client->zip_code_postcode or '-' }}, {{ $client->city or '-' }}, {{ $client->countr_code or '-' }}</p> } {{-- @foreach($client->delivery_addresses as $delivery_no => $address) <div class="delivery_addresses" style="border: 1px solid #ddd; margin: 5px;"> <h3>{{ $address->client_delivery_name or '-' }}</h3> <p>{{ $address->delivery_address or '-' }}, {{ $address->zip_code or '-' }}</p> </div> @endforeach --}} </div> @endforeach
Find PHP object variables
2016-06-22T15:33:15.000Z
Matches any of the prices in the text below: Im asking $15,500 OBO Im asking 15,400$ Im asking 15400$ Im asking $15400 Im asking 15 400$ Im asking $15 400 Im asking 15.400$ Im asking $15.400 Im asking $ 15,400 Im asking 15,400 $ Im asking 15.400 $ Im asking $ 15.400
\$\s?(\d+[\.\s,\dk]+)|(\d+[\.\s,\dk]+)\$
I know most of you don't know me but i've been a member with a strong presence on m5board for about 5 years now. Username there is the same as here: CarbonHan History: I've owned the car since it had 64k miles on it and purchased it from a fellow enthusiast from this board. I also purchased an aftermarket warranty for the car that was effective until the car had 114k miles (roughly 2 years ago). I replaced everything and anything that i could within that time frame. Unfortunately for my wallet, the only thing I needed the warranty for was one bad cps sensor and a bad coil pack. The car has been maintained by the same mechanic the previous owner used: Qais at Southbay Autohaus. Here's his website:South Bay Hautohaus Call him and ask about my car. He'll tell you a funny story about how he refused to change out my rod bearings because he said I would be wasting my money haha Specs: 144k miles 2002 Carbon Black E39 M5 Exclusive(Luxury) interior package(extended black leather) with Bruyere Wood Trim Alcantara anthracite headliner Rear fold down seats with ski pass M-Audio Factory rear spoiler delete It has all options minus the PDC and window/rear shades You can look up some of the specs here:BMW Baureihenarchiv - BMW Vehicle Identification Number (VIN) | bmwarchiv.de Last 7 digits of my vin: CF90317Here's the bad first: 1)Car was rear ended 4 years ago in bumper to bumper traffic. Girl behind me was reaching for her inhaler and let go of the brakes. Very minor damage to the trunk and rear bumper. Had them both replaced and painted here: C&C Collision, Auto Body Repair Shop - Home (Squeaky clean Carfax) 2) The power steering pulley slightly squeals during warm up 3) The plastic piece that goes underneath the right corner of the front bumper is cracked 4) I'm missing the latch that covers the oil drain plug 5) The 2 plastic pieces that go along the firewall inside of the engine bay are cracked 6) My fold up mirrors "work" 7) Door seals creak or at least i think they are. They just haven't been replaced before so i'm assuming. 8) Center console armrest leather is fading 9) Driver side seat bolster leather is fading 10) I'm pretty sure I have 1 door ding somewhere 11) Rear view mirror has a bubble - NOT LEAKING Mods: BC 8/6k Coilovers with updated koyo bearings Dinan Front strut bar Dinan rear sway bar Beast power sway bar brackets with polyurethane inserts Stoptech slotted rotors w/ pagid pads 19x10 ESM LM rep wheels +15 offset Square set up on Hk Ventus v12 275/30/35/19 Predator39 Clear cornered headlights w/ 6k bulbs Orion v2 6k Angel eyes Muffler delete E60 SSk Shorty clutch stop DICE iPod integration kit Huper Optik Ceramic tint 40% Black Bimmian kidney grills Custom Jailbreak Tune hybrid Alpha-N ~352.36/340.57 WHP/TQ (SAP SES light delete, De-limited, STOCK redline, Sport mode memory) Maintenance: ALL OEM NO LEAKS WHATSOEVER/ DOESN'T DRINK A DROP OF OIL When i went to go get my car dyno tuned Matt told me that my car was the first and only car not to leave any sort of residue on the ground I've use Castrol TWS since day one until my MOST recent oil change 2k miles ago. I used LiquiMoly 10w60 NO DEAD PIXELS Battery ~ @115k miles Spark plugs ~ @90k miles Coil packs ~ @90k miles 4 CPS ~ 6k miles ago 2 TPS ~ 6k miles ago 2 MAFs ~ 8k miles ago Thermostat ~ 15k miles ago Fan Clutch & fan ~ 15k miles ago Oil separators ~ 15k miles ago All the temp sensors ~ 15k miles ago Radiator flush ~ 15k miles ago Valve cover gaskets and accessories ~ 10k miles ago motor mounts tranny mounts Diff and tranny fluids with royal purple synchromesh and mobil1 ~ 10k miles ago Replaced all known hot spots for vacuum leaks Clutch, flywheel, guibo, levers, RMS and all accessories ~ 10k miles ago Driveshaft ~ less than 1k miles ago Thrust arms ~ 3k miles ago Tie rod ends ~ 3k miles ago fuel pump ~ 20k miles ago fuel filter x2 ~ most recently 5k miles ago Fuel pump relay ~ 10k miles ago air filters ~ 7k miles ago oil filter housing rubber mounts ~ 10k miles ago all 4 o2 sensors ~ 10k miles ago Chain tensioner ~ 10k miles ago Re conditioned Vanos solenoids (o-rings,gaskets, soldering etc) ~ 10k miles ago Oil pan drain plug will NEVER EVER EVER EVER STRIP MUAHHAHA ~ 2k miles ago All new power steering hoses ~ 10k miles ago All pulleys and tensioners except for the power steering pump pulley ~ 10k miles ago Serpentine Belt and accessory belt ~ 10k miles ago I never had the SAP SES light but i had it deactivated with the tune Added: Brand new rear tires and Brand new stoptech slotted/drilled rear rotors and pads I know i'm missing other things. i've replaced a lot of misc stuff I have receipts for almost everything i've just listed here. I also have all files and videos of the dyno in regards to my custom tune. Pictures: Here's a video of one of my pre-tune dyno pulls: The car has been garaged its whole life. I've spent thousands of dollars on maintenance because I sincerely thought this day would never come. No expenses were spared on the car. I love the damn thing <3 Im asking $15,500 OBO Im asking 15,400$ Im asking 15400$ Im asking $15400 Im asking 15 400$ Im asking $15 400 Im asking 15.400$ Im asking $15.400 Im asking $ 15,400 Im asking 15,400 $ Im asking 15.400 $ Im asking $ 15.400 I have the title in hand You're welcome to come test drive it but only if you have cash in hand. You won't be disappointed. You can contact me by email: han.kim318 at gmail.com
price selector
2014-05-13T11:23:44.000Z
JSON object string \r\n & \" replace regex
(?:\\[rn"\"]|[\r\n]+)+
{"\"mouse-pointer\"":59057,"\r\n\"pointer\"":59058,"\r\n\"hand\"":59059,"\r\n\"question-mark\"":59060,"\r\n\"airplay\"":58880,"\r\n\"apn\"":58882,"\r\n\"vpn\"":58883,"\r\n\"apple\"":58884,"\r\n\"windows\"":58885,"\r\n\"android\"":58886,"\r\n\"wifi\"":58887,"\r\n\"battery\"":58890,"\r\n\"camera\"":58899,"\r\n\"notification\"":58891,"\r\n\"settings\"":58991,"\r\n\"send\"":58986,"\r\n\"bookmark\"":58893,"\r\n\"bug\"":58897,"\r\n\"clock\"":58909,"\r\n\"calendar\"":58898,"\r\n\"add\"":58901,"\r\n\"minus\"":58902,"\r\n\"check\"":58903,"\r\n\"cancel\"":58904,"\r\n\"list\"":58956,"\r\n\"checklist\"":58905,"\r\n\"grid\"":58936,"\r\n\"dots\"":58921,"\r\n\"menu\"":58961,"\r\n\"tiles\"":59009,"\r\n\"clear\"":58907,"\r\n\"clear-passcode\"":58908,"\r\n\"enterprise-wipe\"":58927,"\r\n\"cloud\"":58910,"\r\n\"contact\"":58912,"\r\n\"copy\"":58913,"\r\n\"paste\"":58968,"\r\n\"undo\"":59011,"\r\n\"redo\"":58973,"\r\n\"dashboard\"":58914,"\r\n\"view\"":59025,"\r\n\"focus\"":59061,"\r\n\"delete\"":58916,"\r\n\"save\"":58981,"\r\n\"register\"":58974,"\r\n\"change-passcode\"":58900,"\r\n\"edit\"":58924,"\r\n\"sign-up\"":58993,"\r\n\"deploy\"":58917,"\r\n\"dial-up\"":58919,"\r\n\"dss\"":58922,"\r\n\"ebook\"":58923,"\r\n\"import\"":58940,"\r\n\"export\"":58929,"\r\n\"factory-reset\"":58930,"\r\n\"file-browse\"":58931,"\r\n\"grouping\"":59055,"\r\n\"folder\"":59062,"\r\n\"filter\"":58932,"\r\n\"sort\"":58995,"\r\n\"sort-up\"":58955,"\r\n\"sort-down\"":58979,"\r\n\"faq\"":59063,"\r\n\"message\"":58933,"\r\n\"forum\"":58934,"\r\n\"chat\"":59064,"\r\n\"mail\"":58959,"\r\n\"invitation\"":58943,"\r\n\"usb-drive\"":59022,"\r\n\"hdd\"":58937,"\r\n\"home\"":58938,"\r\n\"hour-glass\"":58939,"\r\n\"incoming-call\"":58941,"\r\n\"key\"":58951,"\r\n\"lifecycle\"":58954,"\r\n\"list-sort\"":58957,"\r\n\"lock\"":58958,"\r\n\"map-location\"":58960,"\r\n\"laptop\"":58952,"\r\n\"mobile\"":58962,"\r\n\"ringing\"":59028,"\r\n\"computer\"":58963,"\r\n\"devices\"":58918,"\r\n\"mute\"":58965,"\r\n\"unmute\"":59054,"\r\n\"ok\"":58967,"\r\n\"error\"":58928,"\r\n\"circle\"":58906,"\r\n\"ring\"":58911,"\r\n\"pdf\"":58969,"\r\n\"ms-document\"":58964,"\r\n\"pie-chart\"":58970,"\r\n\"bar-chart\"":59056,"\r\n\"publish\"":58972,"\r\n\"resource\"":58976,"\r\n\"rules\"":58980,"\r\n\"scep\"":58982,"\r\n\"security\"":58985,"\r\n\"search\"":58984,"\r\n\"sequence\"":58987,"\r\n\"servers\"":58988,"\r\n\"ldap\"":58953,"\r\n\"database\"":58915,"\r\n\"hardware\"":59049,"\r\n\"signal\"":59065,"\r\n\"raspberry\"":59050,"\r\n\"arduino\"":59051,"\r\n\"share\"":58992,"\r\n\"star\"":58996,"\r\n\"coins\"":59066,"\r\n\"statistics\"":58997,"\r\n\"store\"":58998,"\r\n\"subscribe\"":58999,"\r\n\"fan\"":59067,"\r\n\"light\"":59068,"\r\n\"subscribed-calendar\"":59000,"\r\n\"tag\"":59002,"\r\n\"tasks\"":59003,"\r\n\"blank-document\"":58892,"\r\n\"document\"":58920,"\r\n\"text\"":59004,"\r\n\"policy\"":59005,"\r\n\"security-policy\"":59006,"\r\n\"throttling-policy\"":59007,"\r\n\"ticked-box\"":59008,"\r\n\"uncheck\"":59010,"\r\n\"upload\"":59020,"\r\n\"download\"":58975,"\r\n\"up\"":59012,"\r\n\"down\"":59013,"\r\n\"left\"":59014,"\r\n\"right\"":59015,"\r\n\"up-arrow\"":59016,"\r\n\"down-arrow\"":59017,"\r\n\"left-arrow\"":59018,"\r\n\"right-arrow\"":59019,"\r\n\"endpoint\"":58925,"\r\n\"uri\"":59021,"\r\n\"broken-link\"":58896,"\r\n\"user\"":59023,"\r\n\"add-user\"":59024,"\r\n\"refresh\"":59026,"\r\n\"warning\"":59027,"\r\n\"info\"":58942,"\r\n\"block\"":59029,"\r\n\"bpmn\"":58895,"\r\n\"schema\"":58983,"\r\n\"organization\"":59052,"\r\n\"public\"":59053,"\r\n\"bpel\"":58894,"\r\n\"application\"":58888,"\r\n\"applications\"":58889,"\r\n\"public-app\"":58971,"\r\n\"enterprise-app\"":58926,"\r\n\"web-app\"":59030,"\r\n\"globe\"":59031,"\r\n\"webclip\"":59032,"\r\n\"proxy\"":59033,"\r\n\"web-service\"":59034,"\r\n\"website\"":59035,"\r\n\"gadget\"":58935,"\r\n\"api\"":58881,"\r\n\"rest-api\"":58977,"\r\n\"rest-service\"":58978,"\r\n\"jaxrs\"":58949,"\r\n\"service\"":58989,"\r\n\"service-provider\"":58990,"\r\n\"java-spring\"":58948,"\r\n\"jquery\"":58950,"\r\n\"swagger\"":59001,"\r\n\"java\"":58945,"\r\n\"javaee\"":58946,"\r\n\"javascript\"":58947,"\r\n\"jaggery\"":58944,"\r\n\"nodejs\"":58966,"\r\n\"xml\"":59036,"\r\n\"soap\"":58994,"\r\n\"html\"":59037,"\r\n\"war\"":59038,"\r\n\"xacml\"":59039,"\r\n\"wsdl\"":59040,"\r\n\"wadl\"":59041,"\r\n\"xq\"":59042,"\r\n\"xsd\"":59043,"\r\n\"xslt\"":59044,"\r\n\"zoom-in\"":59045,"\r\n\"zoom-out\"":59046,"\r\n\"wso2-logo\"":59047,"\r\n\"wso2\"":59048}
Remove \r\n & \"
2015-11-20T05:46:33.000Z
(\(SELECT.*?\))
Subquery
2014-12-04T20:27:42.000Z
^(\d|\+|\(|) (\d+|xx) (xx|.)? (\d+|.)? (\))? (\d)? (\d|.)? (\))? .+
9876-5432 98765-4321 11 9876-5432 011 9876-5432 0xx11 9876-5432 0xx 11 9876-5432 +55 11 9876-5432 +55 11 98765-4321 +551198765432 +5511987654321 (11)9876-5432 (11) 9876-5432 (0xx11) 9876-5432 +55 (11) 98765-4321
Exercicio_telefone
2016-02-20T17:46:55.000Z
Valid IP Octets include: 1-9 & 11-223, then 0-255, twice, then 1-254 but with no leading zeroes. This will exclude the 10.0.0/8 private IP range, the reserved and multi-cast range, 224.0.0.0 and up, as well as the private IP ranges 172.16.0.0/12 and 192.168.0.0/16. In other words, this will address all publicly accessible IPv4 addresses from 1.0.0.1 through 223.255.255.254.
^(?!(192\.168\.))^(?!(172\.(1[6-9]|2[0-9]|3[0-1])\.))^((([1-9]|1[1-9]|[2-9][0-9]|1[0-9]{2}|2[0-1][0-9]|22[0-3])\.)((0|1[0-9]{0,2}|[2-9][0-9]|2[0-4][0-9]|25[0-5])\.){2}(1[0-9]{0,2}|[2-9][0-9]|2[0-4][0-9]|25[0-4]))$
0.0.0.0 1.0.0.0 1.0.0.1 01.0.0.1 1.00.0.1 1.0.00.1 1.0.0.01 1.0.0.254 1.0.0.255 10.0.0.1 11.0.0.1 11.20.0.1 11.99.0.1 11.100.0.1 172.15.255.254 172.16.0.1 172.19.254.254 172.31.255.254 172.32.0.1 192.168.0.1 192.169.0.1 223.0.0.1 223.255.255.254 223.255.255.255 224.0.0.1 255.0.0.0 255.0.0.1 255.255.0.1
Publicly addressable IP addresses, excluding private ranges.
2015-11-14T07:57:29.000Z
[<>\&\~\|\@]
< > & ~ | or @ tes<t this is magic Testi|g m@ster &amp; Tese_ting asdf.asdf asdf..~. asdf>?
Match subset
2014-07-29T19:16:16.000Z
<div[^>]+id\s*=\s*['"]([^'"]+)['"][^>]*>
<div id='right_arm'><img src='images/001.gif' /></div> <div id='right_af_arm'><img src='images/002.gif' /></div> <div id='fegh_header'><img src='images/003.gif' /></div> <div id='left_paper'><img src='images/004.gif' /></div>
get specific value from html tag
2016-09-25T06:08:33.000Z
(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/ ]{11})
Regex to get video ID from Youtube links
2015-01-16T18:53:53.000Z
Try to split at the longest point whereas sentences ended.
(?:(?!.{1,30}(?:\.\s|\.$|\?\s|\?$|;\s|;$|。|?|;))(?:.{30}))|(?:.{1,30}(?:\.\s|\.$|\?\s|\?$|;\s|;$|。|?|;))
美国不仅是世界上经济最发达的国家,其教育在全球也一样是顶级水平,每年发布的世界大学排名中,有很大的一部分是来自于美国。 但是与之卓越的教育地位相对应的是高昂的学费和生活费,这对很多普通家庭来说,无疑是天价数字。 除此之外,美国留学签证和入学门槛相对其它国家而言,也更为严格。美国教育的录取规则不同于中国,很多美国名校除了学生的学. 术背景,更看重其综合实力,比如课外活动,个人经历等.
Split long paragraph to segments within specified length
2019-08-08T05:31:29.000Z
M(\d{1,3})[-_]\d{1,4}(CCU?|)
DOA000281_ICS_U-Zero_R-M1-1740_W.TAB DOA000281_ICS_U-Zero_R-M10-1740_W.TAB DOA000281_ICS_U-Zero_R-M100-1740_W.TAB DOA000281_ICS_U-Zero_R-M2-1740_W.TAB DOA000281_ICS_U-Zero_R-M200-1740CCU_W.TAB DOA000281_ICS_U-Zero_R-M200-1740_W.TAB DOA000281_ICS_U-Zero_R-M30-1740CCU_W.TAB DOA000281_ICS_U-Zero_R-M30-1740_W.TAB DOA000281_ICS_U-Zero_R-M5-1740_W.TAB DOA000281_ICS_U-Zero_R-M50-1740_W.TAB DOA_000533_ICS_0y0w_100y360wMax.tab DOA_000533_ICS_0y0w_10y360wMax.tab DOA_000533_ICS_0y0w_1y360wMax.tab DOA_000533_ICS_0y0w_200ccy360wMax.tab DOA_000533_ICS_0y0w_200y360wMax.tab DOA_000533_ICS_0y0w_2y360wMax.tab DOA_000533_ICS_0y0w_30ccy360wMax.tab DOA_000533_ICS_0y0w_30y360wMax.tab DOA_000533_ICS_0y0w_50y360wMax.tab DOA_000533_ICS_0y0w_5y360wMax.tab CFA_AUG2018_2D DOA_000537_ICS_0y0w_100y600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_10y600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_1y600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_200ccy600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_200y600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_2y600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_30ccy600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_30y600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_50y600wMax.TAB CFA_AUG2018_2D DOA_000537_ICS_0y0w_5y600wMax.TAB DOA000557_ICS_U-Zero_R-M1-300_W_2D.TAB DOA000557_ICS_U-Zero_R-M10-300_W_2D.TAB DOA000557_ICS_U-Zero_R-M100-300_W_2D.TAB DOA000557_ICS_U-Zero_R-M2-300_W_2D.TAB DOA000557_ICS_U-Zero_R-M200-300CCU_W_2D.TAB DOA000557_ICS_U-Zero_R-M200-300_W_2D.TAB DOA000557_ICS_U-Zero_R-M30-300CCU_W_2D.TAB DOA000557_ICS_U-Zero_R-M30-300_W_2D.TAB DOA000557_ICS_U-Zero_R-M5-300_W_2D.TAB DOA000557_ICS_U-Zero_R-M50-300_W_2D.TAB DOA000616_617 ICS U-ZERO_R-M1-300_Winter.TAB DOA000616_617 ICS U-ZERO_R-M10-300_Winter.TAB DOA000616_617 ICS U-ZERO_R-M100-300_Winter.TAB DOA000616_617 ICS U-ZERO_R-M2-300_Winter.TAB DOA000616_617 ICS U-ZERO_R-M200-300CCU_Winter.TAB DOA000616_617 ICS U-ZERO_R-M200-300_Winter.TAB DOA000616_617 ICS U-ZERO_R-M30-300CCU_Winter.TAB DOA000616_617 ICS U-ZERO_R-M30-300_Winter.TAB DOA000616_617 ICS U-ZERO_R-M5-300_Winter.TAB DOA000616_617 ICS U-ZERO_R-M50-300_Winter.TAB DOA000674_ICS_U_Zero_R_M100_600_W.TAB DOA000674_ICS_U_Zero_R_M10_600_W.TAB DOA000674_ICS_U_Zero_R_M1_600_W.TAB DOA000674_ICS_U_Zero_R_M200_600CCU_W.TAB DOA000674_ICS_U_Zero_R_M200_600_W.TAB DOA000674_ICS_U_Zero_R_M2_600_W.TAB DOA000674_ICS_U_Zero_R_M30_600CCU_W.TAB DOA000674_ICS_U_Zero_R_M30_600_W.TAB DOA000674_ICS_U_Zero_R_M50_600_W.TAB DOA000674_ICS_U_Zero_R_M5_600_W.TAB DOA002372_ICS_U_Zero_R_M100_600_W_2D.TAB DOA002372_ICS_U_Zero_R_M10_600_W_2D.TAB DOA002372_ICS_U_Zero_R_M1_600_W_2D.TAB DOA002372_ICS_U_Zero_R_M200_600CC_W_2D.TAB DOA002372_ICS_U_Zero_R_M200_600_W_2D.TAB DOA002372_ICS_U_Zero_R_M2_600_W_2D.TAB DOA002372_ICS_U_Zero_R_M30_600CC_W_2D.TAB DOA002372_ICS_U_Zero_R_M30_600_W_2D.TAB DOA002372_ICS_U_Zero_R_M50_600_W_2D.TAB DOA002372_ICS_U_Zero_R_M5_600_W_2D.TAB
ICS_HR_MeshNames
2019-08-14T11:05:44.000Z
((?<syslog_pri>(^\<\d*\>))|(^(?<facility>[^\.]*)\.(?<severity>[^\s]*)))?\s*(?:%{SYSLOGTIMESTAMP:timestamp}|%{TIMESTAMP_ISO8601:timestamp}) %{SYSLOGHOST:iporhost}(?<messgae>.*)
<165> User.Notice 2016-01-02 00:00:33 1.1.66.15 1.1.66.15 02/01/2016 00:00:00 NTP: Synchronization OK. Local7.Warning 2016-01-02 00:00:43 1.1.5.6 319129: 14w1d: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet1/0/21 (780), with name_a FastEthernet3 (1).
grok
2016-01-21T09:26:34.000Z
PTK(\+[:a-zA-Z0-9]*){2}\+([0-9]{6})
PTK+++++US'& PTK+++250515'& PTK+++250515++US'& PTK+:::::::::700++220610'& PTK++:::::::::700+220610'&
PTK:DateOfIssuance
2015-08-11T08:46:21.000Z
It fiters plain text from plain text + html content, the input has the shape: "plain text <div><p>html content</p></div>" It keeps only the plain text at the beginning.
[^<>]*
Searchers detect a signal from a missing plane, the U.S. government warns about travel to Europe, and ethical hackers test an organization's security.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/services/podcasting/studentnews/rss?a=pczyX_vUQDg:VFcvlifpcAA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/services/podcasting/studentnews/rss?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/services/podcasting/studentnews/rss?a=pczyX_vUQDg:VFcvlifpcAA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/services/podcasting/studentnews/rss?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/services/podcasting/studentnews/rss?a=pczyX_vUQDg:VFcvlifpcAA:V_sGLiPBpWU"> <img src="http://feeds.feedburner.com/~ff/services/podcasting/studentnews/rss?i=pczyX_vUQDg:VFcvlifpcAA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/services/podcasting/studentnews/rss?a=pczyX_vUQDg:VFcvlifpcAA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/services/podcasting/studentnews/rss?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/services/podcasting/studentnews/rss?a=pczyX_vUQDg:VFcvlifpcAA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/services/podcasting/studentnews/rss?i=pczyX_vUQDg:VFcvlifpcAA:gIN9vFwOqvQ" border="0"></img></a></div><img src="http://feeds.feedburner.com/~r/services/podcasting/studentnews/rss/~4/pczyX_vUQDg" height="1" width="1" alt=""/>
fiter plain text from plain text + html content
2016-07-05T21:12:26.000Z