description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
(?P<type>UNI)(?:::)(?P<sa>[0-9]{4,7}|_)?(?:::)(?P<cid>[a-zA-Z-0-9/._-]{8,}|_)?(?:::)(?P<ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|_)?(?:::)(?P<desc>[\w#()/-]*)
SLA::3223453::801-4259::10.224.0.88::PIONEERLAND_DASSEL SLA::3223482::_::_::PIONEERLAND_RAYMOND UNI::3238811::ROCHESTER_COMMUNITY_COLLEGE SLA::_::_::10.224.0.88::PIONEERLAND_WILLMAR_DC SLA::3211691::A1Q0041C::_::TMOBILE_511_PARK_AVE SLA::3206176::EEVC/011439//2636/EPL::10.252.51.50::CHARTER_BANK SLA::3206176::_::10.252...
UNI
2019-07-30T16:27:46.000Z
\S*\/*(\/(download|getn|getnum|file)\.php)\?\S*
\S*\/*(\/(download|getn|getnum|file)\.php)\?\S*
http://www.pretorcup.pl/test/getn.php?doc=s123 http://www.pretorcup.pl/test/getnum.php?doc=s124 http://www.pretorcup.pl/test/download.php?doc=s125 http://www.pretorcup.pl/test/file.php?doc=s126
SAG - File download
2017-06-30T19:25:43.000Z
g\.command (<#\d+>)\nhttps?:\/\/[a-z0-9.-]+\n.+
g.command <#123456790> https://ex1am1m1ple.com name bla bla descropsadqwd qw dqw qdw asd dqw wq dwq dwdwwd wqdqwdqwidqwdjqwd qwdwq doijqoiw djq
efsfe
2018-02-06T15:50:24.000Z
It is working!
(.*\d{5,}.*)|(^(\,|\.|\\|\'|\-|\?|\*|\(|\@|\^|\=|\/|\%|\").*)|(.*(\<|\>|\[|\]|\;).*)|(.*(\.html|\.php).*)|^(\d\.\d)|(^\\.*)|(^\%.*\%)|(\d{1,3}(((x|\.|\.[[:space:]]){1,2})|[[:space:]])\d{1,3})|.*x$|^0[a-z]*|.{50,}
<script>alert('hai');</script> 0.8 003902 ,eja kerja .akeup 081320266690 1 set meja kursi 0elan meja makan 100 meja 12 cm 10023995 ] "abcd" \yj magnolia %m087% 't. shower set kris prem rev wht ptss-0211-5w -tangga/kamar-mandi/1kvigy-jual-title-deck-karpet-anti-licin-bath-mat-anti-slip ? sarapan✅ lunch crew✅ snack cre...
Ruparupa Internal Search
2018-11-08T04:24:17.000Z
^([1-5]|6[0-5])|66.0($|(\.[0-5]))
66.0.1 66.0.3 66.0.
<66.0.6
2019-05-07T22:50:27.000Z
>>(?<name>[A-Za-z]+)<<(?<price>\d+\.?\d+)!(?<quantity>\d+)
>>Sofa<<312.23!3 >>TV<<300!5 >Invalid<<!5
ex1
2020-05-03T11:18:02.000Z
(\S*)(\d.\d.\d)\.(0)(\S*)
1.0.0 1.0.0.0 1.1.2.0-tag 1.0.0.1 1.1.2.1-tag 1.0.2-tag 1.0 1.0-tag 1.1-tag MyPackage.1.0.0 MyPackage.1.0.0.2 MyPackage.1.0.0.0 MyPackage.1.0.0.0.nupkg MyPackage.1.0.0.4.nupkg MyPackage.1.0.0.0-mytag MyPackage.1.0.0.0-mytag.nupkg MyPackage.1.0.0.1-mytag.nupkg
NuGet package version normalize
2017-09-18T08:40:45.000Z
^(?(?=.*abc$)($^)|(.*))$
asjfhaskjfasf abc asjfklaslfjkladjfl jfkldsjflkldsjflsd fjkldsjlfkjdsljflkds jkljlkjlkj abc jfjfjabckljfkldalfasd al;akab ajklfjlkdflkds3jkfpodajfds
Regex to Match if a line ends with particular characters
2018-08-03T11:31:22.000Z
^([A-Za-z0-9][\.\-\_]{0,1})+([A-Za-z0-9])+\@([A-Za-z0-9])+([\.]{0,1})+([A-Za-z0-9])+\.([A-Za-z]{2,15})$
Perfect email validation regular expression
2017-09-27T07:17:58.000Z
Based on [this expression](https://regex101.com/library/S0gY8o) and updated Oct 2023 using [wikipedia](https://en.wikipedia.org/wiki/VAT_identification_number#European_Union_VAT_identification_numbers)
\b(ATU\d{8}|BE[01]\d{9}|BG\d{9,10}|CY\d{8}[LX]|CZ\d{8,10}|DE\d{9}|DK\d{8}|EE\d{9}|EL\d{9}|ES[\dA-Z]\d{7}[\dA-Z]|FI\d{8}|FR[\dA-Z]{2}\d{9}|HR\d{11}|HU\d{8}|IE\d{7}[A-Z]{2}|IT\d{11}|LT(\d{9}|\d{12})|LU\d{8}|LV\d{11}|MT\d{8}|NL\d{9}B\d{2}|PL\d{10}|PT\d{9}|RO\d{2,10}|SE\d{12}|SI\d{8}|SK\d{10})\b
ATU12345678 BE1234567890 BG123456789 HR12345678901 CY12345678X CZ12345678 DK12345678 EE123456789 FI12345678 FR12345678901 DE123456789 EL123456789 HU12345678 IE1234567WA IT12345678901 LV12345678901 LT123456789 LU12345678 MT12345678 NL123456789B01 PL1234567890 PT123456789 RO1234567890 SK1234567890 SI12345678 ESX12345678 ...
EU VAT numbers
2023-10-06T07:33:27.000Z
(<\?php echo L10n\:\:icon\('timeago'\); \?>)(\n)(\s+)(<\?php echo UI\:\:timeago)
<?php echo L10n::icon('timeago'); ?> <?php echo UI::timeago($Camera->iso_8601_processed, $Camera->processed); ?>
Remove timeago icon
2019-05-17T22:37:46.000Z
^(?:m|M|male|Male|f|F|female|Female)$
Gender (all derivations)Gender (all derivations)
2019-12-03T19:45:05.000Z
Hello everyone, With that regex expression, you can match the first grade with decimals on your string.
(1{1}0{1}[.]0{1}[0{1}]?|[0-9]{1}[.][0-9]{1}[0-9{1}]?)
9.50
Grade with decimals
2018-06-05T02:09:50.000Z
^([a-zA-Z]{2,4})(_)(\d{2})_(0*)(\d+)(_.+)?
BTS_33_198_D PL_14_015
BTS name
2020-11-26T16:47:32.000Z
(^\d*.\d*.\d*.\d*) \: (\d*) \-\-.*\|\|(.*)\|\|.*forward\:.*in\:(.*).out\:(.*), src-mac (.*), proto (.*), (\d*.\d*.\d*.\d*\:\d*)\-\>(\d*.\d*.\d*.\d*\:\d*)
185.123.0.119 : 36733 -- <46>Jan 20 13:35:08 Balkon Cafe ||BALKON_CAFE||: forward: in:Direk_Cikis out:pppoe-out1, src-mac 98:ca:33:d8:5f:8d, proto TCP (ACK,PSH), 192.168.1.36:52071->17.248.147.44:443, NAT (192.168.1.36:52071->185.123.0.119:52071)->17.248.147.44:443, len 341 185.123.0.119 : 36733 -- <46>Jan 20 13:35:08...
socket_parse
2019-01-20T11:44:15.000Z
**This regex matches only when all the following are true:** password must contain 1 number (0-9) password must contain 1 uppercase letters password must contain 1 lowercase letters password must contain 1 non-alpha numeric number password is 8-16 characters with no space
^(?=.*\d)(?=.*[A-Z])(?=.*[a-z])(?=.*[^\w\d\s:])([^\s]){8,16}$
/^(?=.*\d)(?=.*[A-Z])(?=.*[a-z])(?=.*[^\w\d\s:])([^\s]){8,16}$/gm _}24I:9t58Tu?m@e |YlzEc|1 #m_4xF%t"Bu5jeb$ Password1! 12345678aA ^@},^@},^@}, 12345678aA@ 12345678 aA@ 12345678aA@ AbCdEfGhIi abcdefgh123 ABCDEFGH1234
Strict Password Validator
2018-01-31T01:03:39.000Z
- Full name is at least 2 words - The words of full name are have uppercase character at the beginning and lowercase characters for the rest. - Between two words is just a space character. - Full name does not have space character at the beginning and the end of the string.
^\p{Lu}\p{L}*\s((\p{Lu}\p{L}*)+\s)*\p{Lu}\p{L}*$
Vinh
Regex fullname (auth-service)
2022-11-03T02:42:46.000Z
\/(\d+)\/(\d+)
http://floorideal.ru/katalog-produktsii-tovarov/333-iq-granit/4/10?order=DESC http://floorideal.ru/katalog-produktsii-tovarov/449-rasprodazha?order=DESC http://floorideal.ru/katalog-produktsii-tovarov/449-rasprodazha/1/50?order=DESC http://floorideal.ru/katalog-produktsii-tovarov/449-rasprodazha/1/50?order=DESC http:...
rett
2017-05-13T16:45:02.000Z
Helps to **search a line** over a text file with **ignoring** (excluding from searching) the **lines started with a # (hash) symbol** `^([^#].*)?^\s*dev1` `#| Environment | Port-prefix | Subnet | Target-host |` `#dev1 300 8 ibdock2` `# dev1 300 8 ibdock2` ` #dev1 300 8 ibdock2` ` # dev1 300 8 ibdock2` **dev1...
^([^#].*)?^\s*dev1
#| Environment | Port-prefix | Subnet | Target-host | #dev1 300 8 ibdock2 # dev1 300 8 ibdock2 #dev1 300 8 ibdock2 # dev1 300 8 ibdock2 dev1 300 8 ibdock2 dev1 300 8 ibdock2 dev 301 1 ibdock2
Ignore lines started with # (hash)
2018-12-04T06:02:09.000Z
Eine Aufgabe die man Lösen muss, wenn man die Lösung kennt.
^(Au.*)?Ei.*(Lö.*n?)(Lö.*g)(.*)?$
Eine Aufgabe die man Lösen muss, wenn man die Lösung kennt.
Reguläre Ausdrücke
2021-04-19T23:19:15.000Z
Property [a-zA-Z0-9\\_\:\$\(\) &]+ does not accept PHPUnit\\Framework\\MockObject\\MockObject\.
Property Tests\Unit\Libraries\ImportInvoices\Robots\EfaturaRobotTest::$urlBuilderMock (App\Libraries\Utilities\Builders\UrlBuilder&PHPUnit\Framework\MockObject\MockObject) does not accept PHPUnit\Framework\MockObject\MockObject.
B-Online Services
2018-12-05T00:10:45.000Z
лямбды для проекта https://github.com/sfaqer/lambdas
^\s*\({0,1}\s*((\s*[_a-za-я][a-z\dа-яё_]*)\s*,{0,1}\s*)+\s*\){0,1}\s*->\s*((?>.|\n|\r)+)\s*$
0КлючXML, 1_Значение1 -> Выражение КлючXML,, _Значение1 -> { Выражение = "{}" } КлючXML, , _Значение1 -> { Выражение = "{}" } (КлючXML, _Значение1 )-> Выражение = "{}"
Лямбды для OneScript
2023-03-23T12:32:08.000Z
This simply checks if the string is not empty spaces.
[\S\s]+[\S]+
Non-Empty String
2023-09-14T21:39:48.000Z
^---$((.)*)^---$
--- Created: 20.07.2023 Tags: #kleiderschrank, #golf --- # Kleiderschrank | Golf ## Polos kurz schwarz (#polo) 2018-11 | 2 x Under Armour Herren Performance Poloshirt, Schwarz, XL 0000-00 | Nike Polos Standard FIT XL black 0000-00 | AIRBUS Bremen XL black 2018-05 | Golfino Poloshirt kurz grün 2018-05 | Golfino Polosh...
Grep from A to B
2021-01-03T13:38:58.000Z
(https:\/\/provider\.sharespaceapp\.swisscom\.com((?!:(443|80)(($)|(\/))))(?:(?:(?::)(\d*)))?(?:(?:(\/latest)(?=\/))|(?:(\/latest)($)))?)
https://provider.sharespaceapp.swisscom.com:44303/latest/Scripts/sharespace.js
Select No Std Port Base Urls Including Latest Part String
2017-09-19T14:09:27.000Z
\d+(?=-)
23-8 t: pncmjxlvckfbtrjh
2020-12-10T11:02:59.000Z
Here is what I came up with for a 'reasonable' e-mail validator. Explanation @ https://geekalicious.org/d/90-validating-e-mail-addresses-with-regex-pcre
(?xim)^(?=.*\.[A-Z]+$)(?=([[:alnum:]\.+-]+)@(?1))(?!.*@.*@)(?!.*?@.*\.\d+$)(?!([[:punct:]]))(?!.*\.{2,})(?!.*(?2)@)(?!.*@(?2)).*
# Source: https://geekalicious.org/d/90-validating-e-mail-addresses-with-regex-pcre # SAMPLE DATA: VALID E-MAILS email@example.web email@example.com firstname.lastname@example-ya.com email@subdomain.example.com firstname+lastname@example.com email@123.123.123.com 1234567890@example.com email@example-one.com email@exa...
Reasonable E-mail Validator v1.0
2021-07-28T16:05:27.000Z
^((feature|bugfix|hotfix)\/([a-zA-Z]{2,6}-\d{1,6}|NO-?JIRA)\-[a-zA-Z0-9-_]{1,30}|release\/\d+\.\d+\.?\d*)$
release/0.8 release/58.11 release/58.15.45 feature/VECTWO-1234-Something-Here release/RC-0.8 release/58 feature/VECTWO-1234-Something-Really-Long-Too-Long-In-Fact
Bitbucket Branch Checker
2019-11-12T09:48:59.000Z
((лоял)\w*|(доволен)\D)|(устраивает)\D|(нет)\D|(нареканий)\D|(проблем)\D|(нравится)\D
лояльность Лояльный лояльности лоялен нареканий нет доволен сотрудничеством устраивает сотрудничество работа доставка нарекания проблемы
Оценка удовлетворенности качеством сервиса Компании
2018-11-27T13:58:47.000Z
Hunts for the key and value in environment variables separated by newlines. All keys must be uppercase
(^[A-Z0-9_]+)(\=)(.*\n(?=[A-Z])|.*$)
K=one K=val2 KEY3=val3 KEY4=val4
Find environment variables
2020-07-23T23:24:30.000Z
- Rules for **Mexico**: 1. Numbers must be 10 digits long 1. Area code is either 2 or 3 digits 1. Remaining phone number has either 7 or 8 digits in groups of 3 or 4
^([0-9]{2,3})([\s.-]?)([0-9]{3,4})([\s.-]?)([0-9]{4})$
55 1234 5678 614 123 4567 1234568791 55 555 5555 32 1123 3212 9999 asdasdasda // For Mexico check length if(chosenRegex === phoneMx) { const phoneMxLenght = $.trim(value.replace(/[\s.-]?/g, '')).length; if (phoneMxLenght !== 10) { this.error = this.labels.errors.format; return; ...
Mexican Phone
2020-07-14T12:53:28.000Z
^\[(\w+)(?:\|+(\w+))*\]$
[number|string|foo|bar] [str|bar] [str] [str|]
argsert
2017-02-06T23:28:20.000Z
This matches content between two characters ie. height: **400px**; matches between : and ;
(?<=\:)(.*?)(?=\;)
height: 400em;
Between two characters: Good for HTML or CSS inline style height/width
2017-11-26T18:59:41.000Z
(([+-]?\d*\.?\d+)(e[+-]?\d*\.?\d+)?)
x.10e0.y3z1.23 6.,-0.1,-.1 -1,14,0 ( clearance_type | Conical ) ( clearance_angle | 15.000 ) ( rake_angle | 0.000 ) ( ) T0202 G18 G40 ca.2760h3x1000.5DIN345x1500e34 ( LINK BLOCK ) G94 G01 C0. X73.579613 Y0. Z43.835872 B0. F500.000000 G93 F0.001000 C0.019467 X73.579617 C0.038935 X73.57962 C0.058402 X73.579624 C0.07...
Column Select Matcher
2018-07-31T13:38:33.000Z
^La.+?no\s*(?'num_externe'.+?)\s.*\s(?:^.*\n)*.*installation\s*:\s*(?'ins_numins'.+?)\s+.*:\s*(?'apt_localisation'.+?)\s+.*:\s*(?'apt_nom'.+?)\s+.*:\s*(?'apt_email'.*?)\s+Typologie:.*\s*Motif.+?:\s*(?'qsy_lib'.+?)\s*Demande:\s*(?'commentaire_externe'.+)
Demandes - Date: 03/06/2019 à 09:58 La demande no 117530 a été externalisée à NORD ENGIE-Cofély, Site concerné: - Numéro d'installation : 2870521005 - Nom du Site : APE ST YRIEIX Chargé d'affaire: Aurelie GUILLON Email: Typologie: Forfait heures multiservices Motif détaillé: Demande Dema...
@POLE-EMPLOI.FR
2019-06-04T09:32:05.000Z
(\n|^).*?(?=\n|$)
In 1996, a group of friends had lunch in Rome at the Czechoslovakian college. One of the priests who offers Mass according to the New Rite was a bit dumbfounded. He had written an article in which he had discussed certain aspects of the liturgical reform. His puzzlement came from the fact that the traditionalists had a...
Paragraph search;
2018-07-20T20:50:02.000Z
(\d+[\ ,]?)+\.\d+
Lb4 Drob chisla
2017-12-13T20:33:11.000Z
^.*(?=.{0,10})(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[a-zA-Z]).*$
Strong password validator
2018-07-09T04:27:39.000Z
updated 3-6-19 (before new firmware but after initial testing) updated 5-6-19 heading now can understand decimal value
^\$\$(?<uid>\d{9})\,(?<ev>\d{4})\,(?<d>\d{2}\/\d{2}\/\d{4})?\,(?<t>\d{2}\:\d{2}\:\d{2})\,(?<lt>\-?\d{1,3}\.?\d{1,6})\,(?<ln>\-?\d{1,3}\.?\d{1,6})\,(?<al>\-?\d{1,7})\,(?<sp>\d{1,3}\.?\d{0,3})\,(?<hd>\d{1,4})\,(?<sv>\d{1,2})\,(?<hp>\d{1,3}\.?\d{1,2})\,(?<bv>\d{1,5}\.?\d{1,4})\,(?<cq>\d{1,2})\,(?<mi>\d*)\,(?<gs>[012345]{1...
$$183900057,4002,03/05/2019,22:23:57,33.093139,-97.132556,2213,0.0,0,9,2.3,13.967,27,0,3,0,0.0,0.0,0,0,0,2##
xt2169Updated
2019-05-06T15:11:12.000Z
^[\w][0-9]+$
3434 02 qwq3434
Validaing numbers other than 0
2019-03-20T19:05:01.000Z
if \((.*?)[=](.*?)\)
if (ddd = dd) if (eee == ee) if (fff === fff)
wtf
2018-05-12T00:33:43.000Z
Regex to select everything except brainfuck symbols.
.(?<!(<|>|\+|-|\.|,|\[|\]))
Inverse Brainfuck Regex
2021-11-07T23:02:39.000Z
get's a phone number with any type of writing
(\d\D?){10}\b
02-15-87-96-54 1234567890 02-02-024589 023-023-0254
phone number grabber
2018-09-09T18:44:06.000Z
\w+@ ([-a-zA-Z\d.]{1,61})\.[a-zA-Z]{2,4}
a@b.cde. Va$ya123@..ruuuuuuuuuuuuuuuuuuuuuuuuu andrey@mail.t.com.ua ____________________________________________________________________@.ru as@m.t.tu
HITs mail task
2021-03-01T19:49:58.000Z
MPPs, `product` and `price`
class='.+?title'>(\+)?(\s)?(?<product>[^<]+)<\/span>\s*<.+?class='.+?price'>(\+)?(\s)?(?<price>[^<]+)(€)?<
<div class='product-list plain cf'> <div class='product-option-group product-option-group-1 js-product-option-group-107706'> <div class='product-option-item cf'> <input type='radio' value='6445' name='mg_107706_1' id='rb1_6445' class='product-option-input'> <label for='rb1_6445' cla...
Digitarvike
2018-04-19T16:10:35.000Z
(?=[a-zA-Z]*?[0-9])(?=[0-9]*?[A-Za-z])[a-zA-Z0-9]{12,15}
AlphaNumeric, 12-15, at least one num and one letter
2020-07-22T19:07:06.000Z
(?<=perro)
El perro de san roque no tiene rabo porqué Ramon Rodríguez se lo ha robado.
LookAheadBehind
2018-10-29T00:02:35.000Z
Splits text with TABS into separate Capture zones.
(.+?\t)(.+?\t)(.+?\t)(.+?\t)(.+?\t)(.+?\t)
2013-63 (LM63 LSF) Mini Cooper Convertible 1.6 In Black, 31,298 Miles, One Owner From New £9,995 Petrol £130 TAX
TAB Text Splitter
2017-06-22T13:52:39.000Z
In an HTML will replace all auto-closed tags (/>) with a proper tag closing. It works even if the tag has a closing sign (>) inside an attribute.
<([A-z0-9-_]+)(([^>"]+"[^"]*")*\s*)/>
<div class="bbn-flex-fill"> <div v-if="arrowsPosition.startsWith('top')" class="bbn-flex bbn-bottom-sspace" :style="arrowsStyle"> <i v-show="showArrowLeft" :class="[leftArrowClass, 'bbn-p', 'bbn-lg']" @click="prev" :sty...
Closes properly self-closing tags in HTML
2023-03-06T10:28:01.000Z
Parses the given binomial expression
\(([\-]?[0-9]*[a-z])([\-\+][0-9]*)\)\^([0-9]+)
(x+1)^2 (p-1)^3 (2f+4)^6 (12t+43)^2 (12t+43)^23 (-12t+43)^2 (x+1)^0
Parse binomial expression
2022-09-06T13:30:27.000Z
Here's a PHP PCRE regexp that has room for improvement but works for me...
\d(?![SLOIBZ])([A-Z]){2}\d\-(?![SLOIBZ])([A-Z]){2}\d\-(?![SLOIBZ])([A-Z]){2}\d{2}
1EG4-TE5-MK72
Simple Medicaid HICN
2019-07-02T13:52:23.000Z
^((0+?)|([\w\d]+))(\D)?(?!\D)(0+)?([1-9]?\d+)$
01871-0001509 01871-432 0/0123456 0187115 0zDxx22321231cz/001240 01871-15 00187109 123-00456 123-00456 01871-15
extract bills code
2020-10-14T09:27:09.000Z
this regex check if the date is in the format d/m/Y H:i , it will not check the number of days in month
^(\d{2})\/(\d{2})\/(\d{4}) (\d{2}):(\d{2})$
22/09/2022 10:30
Date regex
2021-09-03T13:01:25.000Z
do\s*[|]\w+(,\s*\w+)*[|]
do|aaa
Backtracking Test
2021-10-03T05:18:11.000Z
^([a-zA-Z]*:)?\s*?\[\s*?([#@][A-Za-z0-9.\-_]*)\s*?(,|(\s*?|(\s*?and\s*?)|(\s*?or\s*?))[#@][A-Za-z0-9.\-_]*)*\s*?\]
Issue:[#test] [@new.user] [@user1,@user2, @user3, @user4] [ @u1 @u2 #c1 ] [@u1 or @u2] [@user1,@user2,@user3 and @user4] @user
Mattermail - test multiple usernames seperated by comma (,) and spaces (\s)
2017-06-04T02:01:10.000Z
0?^((([4579]\d{0,2})?[124-8][2-8])|(3\d{3}))(\d{6})$
Telephone numbers from Colombia
2018-01-10T12:52:19.000Z
Can match 7 variations of invites (the page discord.com/servers/ is included)
discord(?:app)?\.com\/(?:(friend-)?invite|servers)?\/([a-z0-9\-]+)|discord\.gg\/(?:\S+\/)?([a-z0-9\-]+)
discord.com/invite/abc123 discordapp.com/invite/123abc discord.gg/invite/abc123 discord.gg/123abc discord.com/friend-invite/abc123 discord.com/servers/123abc discordapp.com/servers/abc123
Discord Invite link - Updated
2023-02-10T19:09:12.000Z
Valid: +100.00% -100.00% +2.00% -22.00% +2.99% invalid: 100.00% -02.00% -110.00% -200.00%
^[1][0][0]\.[0]{2}\%|[1-9]?[0-9]\.[0-9]{2}\%$
Valid: 100.00% 2.00% 22.00% 2.99% invalid: 02.00% 110.00% 200.00%
Percentage with 2 decimal places
2018-03-16T03:59:16.000Z
^[^.]*.[^.]*.[^.]*.[^.]*.[^.]*.([^.]*+)
cengage.prod.SSO/OLR.CMP.commerce.CMP-COMMERCE-PROD-5.5.10.proxy cengage.stage.aplia.CMP.aplia.stage.proxy cengage.stage.CMP.CMP.shared.base.proxy cengage.performance.SSO/OLR.CMP.commerce.CMP-COMMERCE-LOAD-5.5.10.proxy cengage.performance.Core-Systems.CMP.shared.DT-TESTING.proxy cengage.stage.MindTap.CMP.mindtap.5.1.17...
Group capturing dynatrace
2018-09-07T21:21:08.000Z
For this challenge on StackOverflow's CodeGolf: https://codegolf.stackexchange.com/questions/172295/longest-repeating-subsequence-of-a-single-digit
(\d)(?<!(?=\1)..)(?=(\1*)(?!\1).*(?!\1).\1\2(?!\1))(?!(?:(?=\2((\3?+)(\d)(\5*)))){1,592}?(?=\2\3.*(?!\5).\5\6(?!\5))(?:\1(?=\1*\4\5(\7?+\5)))*+(?!\1))\2
7888885466662716666 3331113331119111 777333777333 122222233433 811774177781382 555153333551 12321 944949949494999494 8888858888866656665666 1112221112221111 911133111339339339339339
Match the longest repeating subsequence of a digit
2018-09-19T07:22:05.000Z
(?<area>\d{3})[\s-]*(?<group>\d{2})[\s-]*(?<serial>\d{3})
SSN
2016-10-28T15:47:36.000Z
CNPJ\s+[-]\s+(\d+)
CNPJ - 24414873000109
elektro cnpj
2021-01-27T13:25:06.000Z
(?P<diaini>\d{2})\.(?P<dmesini>\d{2})\.(?P<anoini>\d{2})(?P<horaini>\d{2}):(?P<minini>\d{2}):(?P<segini>\d{2})\s(?<rota>\d{2})\s{2}(?<ramal>\d{4,8})\s{5}(?P<duracaohora>\d{2}):(?P<duracaominuto>\d{2}):(?P<duracaosegundo>\d{2})(?<numerob>\d{8,20})
22.06.2008:01:56 77 8342 00:00:29111022 2 9816 22.06.2008:16:43 80 8321 00:04:14111252 2 9816 22.06.2008:19:56 82 8321 00:02:51111192 2 ...
CSN Bilhetes Saintes Resende
2020-06-25T17:10:07.000Z
Get the Path, Leave the File
(?i)(?m)(?:[\w]\:|\\)(\\[a-z_\-\s0-9\.]+)*(?=\\)
C:\Users\Mistura\Desktop\INITEST - Copy2\In\Bershka_555_v4.pdf.txt
FilePath
2017-06-06T09:34:40.000Z
\/([^\/]+)\/?$
http://falloutboy.com/111 http://xn----7sbajjbec0dd3k7b.xn--p1ai/vse_serii_podryad/multiki http://www.adobe.com/ru/ http://www.mamba.ru/en/
text after last slash in url
2017-08-24T14:28:15.000Z
^(AB|AG|AR|B|BC|BH|BN|BR|BT|BV|BZ|CJ|CL|CS|CT|CV|DB|DJ|GJ|GL|GR|HD|HR|IF|IL|IS|MH|MM|MS|NT|OT|PH|SB|SJ|SM|SV|TL|TM|TR|VL|VN|VS)-(0[1-9]|[1-9][0-9]|[1-9][0-9][0-9])-[A-Za-z]{3}$
B-111-ABC
license plate regex
2018-12-21T09:05:57.000Z
Regex for Andorran phones (without +)
^((00|0)?376[1-9]{1}[0-9]{5})$
Andorran Phones
2023-10-04T08:44:54.000Z
^eval +(```|`)(?:js)?([\s\S]*)\1$
Discord js code markup parser
2018-01-28T17:09:52.000Z
Basic expression to match and/or remove whitespace and linebreaks between HTML tags via JavaScript (ECMAScript). - [x] respects whitespace between `<pre>` and `<code>` tags - [x] matches multiple lines ***around*** words, but not between them - [x] totally not safe for use in a production environment ;) MIT © [**Nich...
(?<=(?<![<](?:pre|code)[^>]*?)[>])(?:[\s\n]*([^<]*?)[\s\n]*)(?=[<](?![\/](?:pre|code)))
<testing> LMAO </testing> <code> this should be untouched</code> <strong> but this block should be sanitized </strong> <b>lol</b> <b> oooo </b>
(experimental) strip whitespace and linebreaks between HTML tags
2022-06-05T06:49:51.000Z
M(r|rs|s)\.?\s[A-Z]\w*
'2abcdefghijklmnopqrcdtuvxyz' 'ABCDEFGHIJKLMNOPQRSTUVXYZ' '0123456789' '0988184106', '0911184106' '0222573153' '02 2257 3153' 2/June/2018 3:24:23.45 leeyuyi1950@gmail.com Mr. Schafer Mr Smith Ms David Mrs. Robison Mr. T heheh he heh word /dboundaries odd
positive lookahead
2018-06-21T02:26:44.000Z
This regex efficiently captures any U.S. state abbreviation in only 117 characters, as opposed to 159 characters to list each state individually.
(A[KLRZ]|C[AOT]|D[CE]|FL|GA|HI|I[ADLN]|K[SY]|LA|M[ADEINOST]|N[CDEHJMVY]|O[HKR]|PA|RI|S[CD]|T[NX]|UT|V[AT]|W[AIVY])
AL Alabama AK Alaska AZ Arizona AR Arkansas CA California CO Colorado CT Connecticut DE Delaware DC District of Columbia FL Florida GA Georgia HI Hawaii ID Idaho IL Illinois IN Indiana IA Iowa KS Kansas KY Kentucky LA Louisiana ME Maine MD Maryland MA Massachusetts MI Michigan MN Minnesota MS Mississippi MO Missouri MT...
State abbreviations
2018-08-21T23:33:35.000Z
(<iframe.*?)(src=)([^ ]*?\".*?>)(.*?)(<\/iframe>)
Custom Gida Iframe SRC grabbber <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/JOhiWY7XmoY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Custom IFrame SRC Grabber
2021-01-23T14:08:08.000Z
Gist link for Java : [https://gist.github.com/Gencturk-m/9962ce1e1dcf4dd9307062e34b023183](url) Aşağıdaki yapıdaki plakaları kabul eder: "01-81 X 9999", "01-81 X 99999" "01-81 XX 999", "01-81 XX 9999" "01-81 XXX 99" "01-81 XXX 999" **X: Türkçe'nin ÖÇŞİĞÜ hariç büyük harfleri. **Harfler ve sayılar arasında boşluk o...
^(0[1-9]|[1-7][0-9]|8[0-1])(([A-PR-VYZ]{1})(?!0{4,5}$)\d{4,5}|([A-PR-VYZ]{2})(?!0{3,4}$)\d{3,4}|([A-PR-VYZ]{3})(?!0{2,3}$)\d{2,3})$
06BM1212
Türkiye Araç Plaka Regexi - Türkiye Car Plate Regex
2023-04-24T20:44:32.000Z
Extract parts of a URL on Python
^((?P<scheme>[^:/?#]+):(?=//))?(//)?(((?P<login>[^:]+)(?::(?P<password>[^@]+)?)?@)?(?P<host>[^@/?#:]*)(?::(?P<port>\d+)?)?)?(?P<path>[^?#]*)(\?(?P<query>[^#]*))?(#(?P<fragment>.*))?
https://admin:admin@mfs-registry-stg.g4.app.cloud.comcast.net/eureka/apps/MFSAGENT/mfsagent:e1432431e46cf610d06e2dbcda13b069?status=UP&lastDirtyTimestamp=1643797857108
Extract parts of a URL on Python
2022-02-02T23:27:05.000Z
Escapes a single apostrophe in a json value, either before or after the ':'
(')([^:,]+?)(')([^:,]+?)(')(:|,)
'statusid':'2000', 'country':'Hungary', 'pcode':'2000', 'city':'Budapest', 'street':'Route d'Arlon', 'houseno':'12', 'score':'100', 'gpslong':'6'09419', 'gpslat':'49'617081', 'a'a':'a',
Escape apostrophe in JSON value
2017-05-08T12:09:58.000Z
##91.101.203.129.generic-hostname.arrownet.dk\StainedFilthyBareAvians.txt ## using this guide: https://asicseer.com/page/kb#writing-config global poolname1 sha.eobot.com:3333 global username1 eobot.1930455 global poolpass1 x global sendworker1 yes global poolname2 eu.blockmasters.co:3333 global username2 LeBekLf38PX2i...
91.101.203.129.generic-hostname.arrownet.dk\StainedFilthyBareAvians.txt |
##91.101.203.129.generic-hostname.arrownet.dk\StainedFilthyBareAvians.txt ## using this guide: https://asicseer.com/page/kb#writing-config global poolname1 sha.eobot.com:3333 global username1 eobot.1930455 global poolpass1 x global sendworker1 yes global poolname2 eu.blockmasters.co:3333 global username2 LeBekLf38PX2i...
asicseer
2019-07-13T04:19:27.000Z
(is)..\d\d(-)\d\d\s(ifsd\[)\d\d\d\d\](:)\s(Changing logical)\s(drive)\s\d\d\s(from \w\w to \w\w\w\w\W)
2018-04-17T19:07:35-05:00 iswb01-12 ifsd[4189]: Changing logical drive 16 from OK to GONE.
isilon drive ok to gone end of flexprotect job
2018-04-20T19:40:21.000Z
^(?<fldrMnemonic>.{2,8}?)_(?<fldrIsbn>\d{13})_(?<fldrComponentPrimaryId>all|tx\d{0,3}|lay\d{0,3}|c0\d{1,3}|c[^0]\d{1,2}?)_(?<fldrComponentSecondaryId>(\d{1,2}|x)p)(?:_r(?<fldrRevisionNumber>\d+))? Folder\/Links\/(?<artFileName>.+?)(?:_r(?<revisionNumber>\d+))?\.(?<extension>jpg|jpeg|psd|psb|tif|tiff|ai|eps|pdf|sct|bmp|...
Obam_9781524763138_all_0p_r3 Folder/Links/apple.pdf Obam_9781524763138_all_0p_r3 Folder/Links/apple_r1.pdf Obam_9781524763138_all_0p_r3 Folder/Links/001_apple_r1.pdf Obam_9781524763138_all_0p_r3 Folder/Links/001_apple.pdf Obam_9781524763138_all_0p_r3 Folder/Links/Obam_9781524763138_all_0p_r3.pdf
Links match, all, p
2019-04-30T17:06:36.000Z
\w?.+@.+\.(com|edu|blah)
match-any-email
2018-05-30T10:02:21.000Z
Insert GROUP BY statement for parameter (if there is already another "GROUP BY")
^([\w\W]+?)((?:\s\w+\.){0,}\[{0,}(`){0,}Дата ввода\3{0,}\]{0,})([\w\W]+)GROUP BY(.+)$
SELECT `Тип заканчивания`, YEAR(`Дата ввода`) AS [Год] FROM [DeleteMe13$A1:B21] GROUP BY `Тип заканчивания`
js sql Group by parameter (second or more groupby)
2018-11-22T06:59:30.000Z
(?:(?!.*?forgot)^.*)\K(\bclock(?:\s|\S)in\b)
forgot clock in clock in clock in clock-in clock-in clock in clock in I want to clock in to my work I want to clock out clock fsdfsd fds set clock set clock in set clock in forgot clock in I forgot clock in clock in
Two words in sentence without one word
2019-06-19T12:33:10.000Z
^[A-Za-z][0-9][A-Za-z] ?[0-9][A-Za-z][0-9]$
EMERGENCY MEDICINE UNIVERSITY OF ALBERTA HOSPITAL EMERGENCY MEDICINE UNIVERSITY OF ALBERTA HOSPITAL 1A7 WMC H2L 2N9 H2L2N9
canada postal code validation
2020-09-05T17:15:20.000Z
match IP:port in text
(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?):\d*
10.0.1.101:80 open 10.0.1.52:22 open 10.0.1.190:80 open 10.0.1.241:80 open 10.0.1.103:22 open 10.0.1.242:135 open 10.0.1.241:135 open 10.0.1.110:22 open 10.0.1.1:22 open 10.0.1.218:80 open 10.0.1.221:135 open 10.0.1.197:22 open 10.0.1.212:80 open 10.0.1.214:22 open 10.0.1.211:80 open 10.0.1.101:445 open 10.0.1.52:80 op...
re_ip
2021-05-08T12:17:20.000Z
A general regular expression that uses the keywords 'Facebook' and 'id' to collect strings that contain Facebook IDs. Also, added an additional condition to where if there's a long numeric string it will be match a group given that, 'Facebook' is within the string. This is a special use-case and can be removed, I belie...
(?i)((face*book|(\bface.*book|face.*book.com\b/)).+\d)|(face.*book)|(\bface.*book|face.*book.com\b/.*id\S+\d)|(face.*book.com\b/.*id.\d+.*)
facebook face book faceBook Facebook FaceBook.com https://facebook.com/99402349034 facebook.com facebook.com/ face book facebook.com face-book.com 394023894230984 https://facebook.com/zuck https://www.facebook.com/profile.php?id=100001533612613 https://m.facebook.com/ChrisHughes facebook.com/id=xkdjfksjdflkdjfk https:/...
Facebook IDs
2022-03-16T19:27:09.000Z
(\d+)(st|nd|rd)
Liverpool to score 2 goals in 1st 90 minutes
Remove Ordinals
2019-02-21T18:54:07.000Z
JS/TS regex for token validation.
^([MN][\w-]{23,25})\.([\w-]{6})\.([\w-]{27,39})$
MTA5Nzg3OTYxMTc0NjAyOTcxMA.G3NsSn.cqsdmmAmnqeUe_PT7ROQAzWzWZA3nzFfN_xHWI MTE2NjM0MDM5MjI1MDI2NTYzMA.GnHCpm.D0wuNHkzdLJuKZQOj5FgGAshkN12pbeHgCeu7s MTA5Nzg3OTYxMTc0NjAyOTcxMA.GbqEU6.hm6KwZ_P8Yel5jLrAm1MLvkuouww6C0SR7yoos MTE2NjM0MDM5MjI1MDI2NTYzMA.Gi2Xqk.SOkJBFXNi4olns6DCTw9MhHAApeioA6MVShFHc MTA5Nzg3OTYxMTc0NjAyOTcxMA.G...
Discord Bot Token
2023-10-24T12:26:23.000Z
(01\d{14})(10\d{6,})(30\d+)\+
01826473610SM808+ 010500981720230410DRLOT+ 33098731709092010MYLOT+ 0107045430049376101811023050+
Sharps containers
2019-01-31T21:37:02.000Z
\"([^"]+)\"|[^\s]+
"Messwert 1" "Messwert 2" "Messwert 3" Messwert a b c
praktipy
2019-03-16T21:06:37.000Z
[^\r\n\s]*\.(rsgsv|rsgsv\.net)($|\/[^\r\n\s]*|\s).*
bounce-mc.us17_88678681.378839-tri.susanti=balaikartini.com@mail78.suw151.rsgsv
regex to block domain
2018-10-09T02:16:59.000Z
<\s*div.*?>
<div class="tab1">tabs generator</div>
HTML - matches start tag of specific tag including attibutes
2017-04-09T17:47:14.000Z
(<title><\?php echo L10n::message\('label.edit')(.*?)(<\/title>)
<title><?php echo L10n::message('label.edit', L10n::label('location')); ?></title> <title><?php echo L10n::message('label.edit', L10n::label('manufacturer', rrue)); ?></title> <title><?php echo L10n::message('label.edit', L10n::label('items.de')); ?></title> <title><?php echo L10n::message('label.edit', L10n::label('wa...
title
2019-05-20T21:46:33.000Z
Preg_match
row\s+easyzoom\-thumbnails(.*?)row\s+expanded
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><!-- Google Tag Manager --> <script> dataLayer = [{ 'userId': ''}]; </script> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WG3GHN8&userId=" height="0" width="0" style="display:none;visibility:hidden"></iframe></nos...
Rejex1
2022-09-01T13:00:51.000Z
valid prod
product\/[0-9]+\/[0-9]+$
product/333/2 productx product/342342/332 product/xk produt/13k product// product/23/ product/23/xx
prod validation
2023-05-11T14:51:25.000Z
\.\w{3}\.
Test.jpg.tif hilfe.opg.jpg
suffix doppelt
2018-04-24T09:37:26.000Z
Extract info from anchor links
(\S+?)(?=_{2,3})_{1,}(Europe|UK|Netherlands|Scandinavia|Spain|France|Germany|Australia)_{0,3}(\S+?)?(_{2,3}(\S+)?)?_\.zip
Action_Girlz_Racing__Europe_.zip Guitar_Hero_-_Warriors_of_Rock__Europe___En_Fr_De_Es_It_.zip Guitar_Hero_5__Europe___En_Fr_De_Es_It_.zip Guitar_Hero_III_-_Legends_of_Rock__Europe___En_Fr_De_Es_It___v1.00_.zip Guitar_Hero_III_-_Legends_of_Rock__Europe___En_Fr_De_Es_It___v1.01_.zip Yu-Gi-Oh__5D_s_-_Wheelie_Breakers__Eur...
Wii the-eye.eu
2020-05-04T12:37:42.000Z
Just a little regex for the tailwind css color classes, It could be improved.
(?:$|^|)(red-|blue-|indigo-|cool-gray-|pink-|yellow-|teal-|gray-|orange-|green-|purple-)(50|100|200|300|400|500|600|700|800|900)(?:$|^|)
pink-300 red-400 blue-300 teal-800
Tailwind CSS Color Regex
2020-11-20T16:08:25.000Z
This regex will match the interface member definition withing the cs file (INCOMPLETE)
(?:\bT\s(\w+<T>)\(.*\);|(\w+[<?\w+>?]*\s)(\w+)\b((\s{[get;\|private get;|set;]+)|\(.*\));)
void Something(); int SomethingElse(Parameter parameter); List<Something> SomethingVeryElse(One one, Two two); T Get<T>(params object[] args); IEnumerable<Plugin> Plugins { get; }
IsMember
2017-08-21T00:58:40.000Z
Phone number regex
^\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}$
1-718-444-1122 718-444-1122 (718)-444-1122 17184441122 7184441122 718.444.1122 1718.444.1122 1-123-456-7890 1 123-456-7890 1 (123) 456-7890 1 123 456 7890 1.123.456.7890 +91 (123) 456-7890 18005551234 1 800 555 1234 +1 800 555-1234 +86 800 555 1234 1-800-555-1234 1 (800) 555-1234 (800)555-1234 (800) 555-1234 (800)55512...
10 digit phone number
2021-04-21T20:54:39.000Z
Python 正则匹配中文、中文全角逗号句号和问号
[\u4e00-\u9fa5A-Za-z0-9\u3001-\u3003\uff1f\uff0c]+
测试
中文
2017-01-20T07:31:58.000Z
(.*)(\\)(.*)
Z:\sites\TSS-GMS2\TSS\Shared Documents\TSS Depot Operations (Still)\TSS Depot Test Equipment Z:\sites\TSS-GMS2\TSS\Shared Documents\TSS Depot Operations (Still)\History Z:\sites\TSS-GMS2\TSS\Shared Documents\TSS Depot Operations (Still)\2 - Supply Support Operations Z:\sites\TSS-GMS2\TSS\Shared Documents\TSS Depot Oper...
replace last slash in dir list with pipe
2017-05-03T14:56:16.000Z