description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
Tokenize a HostName for optional string values. Good for testing whether you are in np, qa, qp, or production environments.
(([\W\w]*)(apps)(-?)([\w]{0,2})(.[\W\w]*))
notificationcentermainui.apps.homedepot.com
Parse out a URL for optional values
2015-11-06T18:03:35.000Z
<a> + link + id
<a href="http.?:.*(youtube.com|.*be\/|.*embed\/|watch?. v=|(\w{11})).?<\/a>
the following URL will be found in a &lt;A&gt;:<br> <em> <a href="https://www.youtube.com/watch?t=61&amp;v=JozAmXo2bDE" rel="nofollow">https://www.youtube.com/watch?t=61&amp;v=JozAmXo2bDE</a> <br> <a href="https://soundcloud.com/buzzdeny/sets/deutsch-er-hiphop-rap" rel="nofollow">https://soundcloud.com/buzzdeny/sets/deutsch-er-hiphop-rap</a> <a href="https://www.youtube.com/watch?v=VH2QAMMSL40" rel="nofollow">https://www.youtube.com/watch?v=VH2QAMMSL40</a> <br> <a href="http://www.youtube.com/embed/NLqAF9hrVbY" rel="nofollow">http://www.youtube.com/embed/NLqAF9hrVbY</a> <br> <a href="http://youtu.be/NLqAF9hrVbY" rel="nofollow">http://youtu.be/NLqAF9hrVbY</a> </em> <br> <a href="http://www.youtube.com/sandalsResorts#p/c/54B8C800269D7C1B/0/FJUvudQsKCM" rel="nofollow">http://www.youtube.com/sandalsResorts#p/c/54B8C800269D7C1B/0/FJUvudQsKCM</a> </p> <a href="/uploads/files/1438381231924-humanistische-friedenspartei.mp3">Humanistische - Friedenspartei.mp3</a> <p>nice... <a href="/uploads/files/1438418374790-drumloop053_ambnt_160_x_sc5.wav">DRUMLOOP053_AMBNT_160_X_SC5.wav</a></p> <a href="/uploads/files/1438418374790-drumloop053_ambnt_160_x_sc5.wav">DRUMLOOP053_AMBNT_160_X_SC5.wav</a> <p>infos:<br> <a href="https://github.com/ogerly/nodebb-plugin-youtube-lite/blob/master/library.js" rel="nofollow">https://github.com/ogerly/nodebb-plugin-youtube-lite/blob/master/library.js</a> </p> <p><a href="https://github.com/ogerly/nodebb-plugin-youtube-lite" rel="nofollow">https://github.com/ogerly/nodebb-plugin-youtube-lite</a></p> </div>
youtube link
2015-08-01T14:02:03.000Z
[[:ascii:]]*[@][A-z0-9_.-]*
Email regex
2015-06-10T01:44:20.000Z
$match[0] - full url $match[1] - just id
^(?:(?:http(?:s?)://)?(?:www\.)?vk\.com/video)(?:\?z=video)?(-?\d{5,}_\d{5,})
https://vk.com/video-23213239_171659525
VK Video url check and get ID
2016-02-16T08:31:36.000Z
get pack_size from a string
(\d+?[\+x])?\d+ ?(litros?|u(ni)?ds?|kg|g|cl)(.?, \w+ \d+ ?(litros?|u(ni)?ds|kg|g))?
Aceite de oliva virgen extra CARBONELL, garrafa 3 litros Aceite de oliva virgen CARBONELL, botella 1 litro First Bike, bici sin pedales roja,edad rec:2-5 años CHICCO, peso máximo 25 Kg Bombón de almendras MAGNUM, 3+1 uds., caja 423 g Bote PLAY-DOH,pasta de moldear, sutidos sorpresa, edad rec:+2 años, pack 4uds Magdalena 0% azúcar LA BELLA EASO, 8 unid., paquete 232 g Magdalena 0% azúcar LA BELLA EASO, 8 unid., paquete 232 g Cerveza MAHOU 5 Estrellas, pack botellín 12x25 cl Bote PLAY-DOH,pasta de moldear, sutidos sorpresa, edad rec:+2 años, pack 4uds
pack_size
2021-09-13T15:23:58.000Z
+a+====+b+
\+[a-z]\+
+a+===+b+
simple symbols
2016-03-09T09:18:45.000Z
URL to get build data from the api
^builds/job/(?P<job_name>(larch|thunder))/start/(?P<start_date>[0-9]+)/end/(?P<end_date>[0-9]+)/$
builds/job/larch/start/123/end/123/
print_build_data
2015-07-06T20:19:46.000Z
Group 1 has dollar amount with or without commas, Group 4 has optional cents.
\$?\s*(\d{1,3}(,\d{3})+|\d+)(\.(\d\d))?
about 423,348,442.55
Match US Currency Amount
2014-01-03T17:29:56.000Z
usefull if you want to return (N) words instead of (N) chars
^((?:\w+\s?){1,12}).*
w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12. w13 w14 w15
regex to get N words from a line
2015-08-04T22:23:07.000Z
Regex to find cleartext passwords in logs in various formats
([-]+[Uu](sername|ser|SERNAME|SER)?\s+[^\s]+\s[-]+[Pp](ass|assword|ASS|ASSWORD)?\s([\"\'])?)([^\s\"\']+)
type=EXECVE msg=audit(02/15/2023 06:35:15.151:7925) : argc=3 a0=sh a1=-c a2=echo -n <password> | adcli join --login-user=SVC-QCPAWS-DJOIN --stdin-password --domain-ou=OU=01,OU=A833,OU=AMS04,OU=Prod,DC=qcpaws,DC=qantas,DC=com,DC=au --domain=qcpaws.qantas.com.au type=EXECVE msg=audit(03/15/2023 01:53:22.518:13273) : argc=3 a0=sh a1=-c a2=echo <password> | realm --unattended join -U SVC-QCPAWS-DJOIN --computer-ou=OU=04,OU=A868,OU=AMS04,OU=Prod,DC=qcpaws,DC=qantas,DC=com,DC=au qcpaws.qantas.com.au type=PROCTITLE msg=audit(03/15/2023 01:53:22.541:13274) : proctitle=sh -c echo <password> | realm --unattended join -U SVC-QCPAWS-DJOIN --computer-ou=OU=04,OU=A868,OU=AMS04,OU=Prod,DC=qcpaws type=PROCTITLE msg=audit(03/15/2023 01:53:22.541:13274) : proctitle=sh -c echo <password> | realm --unattended join -U SVC-QCPAWS-DJOIN --computer-ou=OU=04,OU=A868,OU=AMS04,OU=Prod,DC=qcpaws ([-]+[Uu](sername)?\s+[^\s]+\s[-]+[Pp](assword)?\s([\"\'])?)([^\s\"\']+) -------------- type=EXECVE msg=audit(03/15/2023 01:53:24.855:10436) : argc=3 a0=sh a1=-c a2=centrify_add_to_linux_servers_group -u SVC-QCPAWS-DJOIN -PASSWORD '<password>' type=EXECVE msg=audit(03/15/2023 01:52:28.060:7413) : argc=3 a0=sh a1=-c a2=adjoin qcpaws.qantas.com.au -z AWS -c ou=43,ou=a868,ou=ams04,ou=Prod -u [email protected] -p '<password>' type=EXECVE msg=audit(03/10/2023 04:35:22.652:7437) : argc=3 a0=sh a1=-c a2=adjoin qcpaws.qantas.com.au -z AWS -c ou=43,ou=a868,ou=ams04,ou=Prod -u @qcpaws.qantas.com.au -p '<password>' type=PROCTITLE msg=audit(03/15/2023 01:53:24.921:10443) : proctitle=sh -c centrify_add_to_linux_servers_group -u SVC-QCPAWS-DJOIN -p '<password>' type=PROCTITLE msg=audit(03/15/2023 01:52:29.415:8284) : proctitle=sh -c adjoin qcpaws.qantas.com.au -z AWS -c ou=43,ou=a868,ou=ams04,ou=Prod -u [email protected] -p '<password> type=PROCTITLE msg=audit(03/10/2023 04:35:22.772:7480) : proctitle=sh -c adjoin qcpaws.qantas.com.au -z AWS -c ou=43,ou=a868,ou=ams04,ou=Prod -u @qcpaws.qantas.com.au -p '<password>' ------- a\d+=[\-]+[Pp](assword)? a\d+=[\"\']*([^\"\'\s]+) type=EXECVE msg=audit(03/15/2023 00:21:55.888:10474) : argc=6 a0=/usr/share/centrifydc/libexec/adedit a1=/bin/centrify_add_to_linux_servers_group a2=-u a3=SVC-QCPAWS-DJOIN a4=-p a5=<password> type=EXECVE msg=audit(03/15/2023 00:21:55.884:10471) : argc=7 a0=/bin/sh a1=/usr/bin/adedit a2=/bin/centrify_add_to_linux_servers_group a3=-u a4=SVC-QCPAWS-DJOIN a5=-p a6=<password> type=EXECVE msg=audit(03/15/2023 00:31:32.764:6427) : argc=11 a0=/bin/sh a1=/usr/sbin/adjoin a2=qcpaws.qantas.com.au a3=-z a4=AWS a5=-c a6=ou=53,ou=a243,ou=ams02,ou=Prod a7=-u [email protected] a9=-p a10=<password> type=EXECVE msg=audit(03/15/2023 01:52:28.070:7418) : argc=10 a0=/usr/share/centrifydc/libexec/adjoin a1=qcpaws.qantas.com.au a2=-z a3=AWS a4=-c a5=ou=43,ou=a868,ou=ams04,ou=Prod a6=-u [email protected] a8=--password a9=<password> type=EXECVE msg=audit(03/15/2023 01:38:28.974:8889) : argc=6 a0=/usr/share/centrifydc/libexec/adedit a1=/usr/bin/centrify_add_to_linux_servers_group a2=-u a3=SVC-QCPAWS-DJOIN a4=-p a5=<password> type=EXECVE msg=audit(03/15/2023 01:53:24.864:10441) : argc=6 a0=/usr/share/centrifydc/libexec/adedit a1=/bin/centrify_add_to_linux_servers_group a2=-u a3=SVC-QCPAWS-DJOIN a4=-p a5=<password> type=EXECVE msg=audit(03/15/2023 01:52:28.065:7415) : argc=11 a0=/bin/sh a1=/usr/sbin/adjoin a2=qcpaws.qantas.com.au a3=-z a4=AWS a5=-c a6=ou=43,ou=a868,ou=ams04,ou=Prod a7=-u [email protected] a9=-p a10=<password> type=EXECVE msg=audit(03/15/2023 01:38:28.970:8886) : argc=7 a0=/bin/sh a1=/usr/bin/adedit a2=/usr/bin/centrify_add_to_linux_servers_group a3=-u a4=SVC-QCPAWS-DJOIN a5=-p a6=<password> type=EXECVE msg=audit(03/15/2023 01:53:24.860:10438) : argc=7 a0=/bin/sh a1=/usr/bin/adedit a2=/bin/centrify_add_to_linux_servers_group a3=-u a4=SVC-QCPAWS-DJOIN a5=-p a6=<password>
Find passwords in logs
2023-03-15T02:38:58.000Z
Regex to constrain a text to have at least 2 strings. Compatible with 2nd-3rd-Nth names/surnames.
([a-zA-Z]+\s)+[a-zA-Z]+
Name/Surname
2015-10-17T08:00:49.000Z
f
\$(\%)?((?!not[$\s])(?!contains[$\s])[A-Z_a-z]\w+)
$lowerExpectedSkewLn$zeroSkewLn
sdf
2015-08-10T15:55:24.000Z
Validates all formats of phone numbers for international calls. Accepts all kinds of internationa call prefixes.
^\(?(?'prefix'\+|(?:0(?:0(?:0|1|9)?|1(?:0|1))?|119)[-. ])?(?'group'[1-9])[-. ]?(?'CC'[0-9]{0,3})\)?[)-. ](?'number'(?:[0-9]+[-. ]?)+)$
1-719-691-8965 1-803-974-0876 1-688-944-7218 1-945-925-9015 1-644-486-1985 1-949-959-6957 1-989-134-4495 1-789-437-5612 1-759-923-2805 1-108-433-5627 (656) 322-0032 (318) 842-1324 (108) 803-8302 (638) 621-0848 (258) 568-2801 (423) 453-2131 (372) 785-2492 (189) 151-8444 (339) 570-2367 (640) 308-3953 (0110) 348 1534 055 2168 7289 (0151) 725 1366 (0121) 684 2474 0800 243574 055 4684 1647 0800 1111 0894 723 5978 0800 822381 056 5354 9145 (016977) 3324 07624 161240 076 6589 9375 0845 46 42 (013910) 74936 0800 1111 (023) 2043 2875 056 7349 4620 (01082) 153918 0500 298890 +3733 111 04 78 61 38 36 01 37 75 44 65 02 27 33 25 93 03 54 12 98 46 02 65 05 29 43 08 78 84 22 07 05 18 68 87 99 01 28 44 68 61 08 97 83 13 84 05 58 53 92 71 04 97 24 20 43 03 12 51 82 47 (08) 2380 0007 (07) 8293 5212 (04) 1216 5933 (09) 7562 7473 (08) 0719 4870 (09) 9777 4813 (03) 5336 4899 (09) 0165 1310 (07) 3778 1180 (03) 7244 9033 (01) 5422 5928 (01) 7319 1377 (02) 2718 7173 (09) 8648 6765 (02) 2561 3465 (02) 7415 0181 (05) 5450 5084 (09) 9957 6381 (03) 3355 7957 (06) 8709 6724 (0267) 88248907 (039382) 214578 (097) 87594749 (001) 75847459 (039972) 748017 (037590) 069162 (049) 44530022 (066) 23958967 (0860) 13670781 (0209) 31052751 (038947) 213657 (06884) 9075505 (019) 70106155 (036268) 869755 (0296) 22826783 (059) 80297108 (0286) 14276801 (0939) 22673186 (0111) 84734269 (0817) 56797177 050-293-7278 006-438-1474 099-518-8110 030-904-4947 094-043-8752 093-043-7922 017-937-3014 028-770-0387 040-521-6038 090-091-2305 913-6377 1-523-604-1043 1-120-480-2177 1-151-194-4404 966-6015 786-7106 433-9035 989-7973 1-640-644-0966 168-5472 1-530-230-0179 1-238-854-0493 541-4932 1-793-996-2597 771-6231 1-388-639-1864 1-668-361-1245 1-185-371-5208 1-293-175-2379 1-749-679-0982
International phone number validation
2015-09-25T07:10:36.000Z
How to match all text between two strings multiline
<!-- OPTIONAL -->(.*?)<!-- OPTIONAL END -->
<p>something</p> <!-- OPTIONAL --> <p class="sdf"> some text</p> <p> some other text</p> <!-- OPTIONAL END --> <p>The end</p> <p>something</p> <!-- OPTIONAL --> <p class="sdf"> some text</p> <p> some other text</p> <!-- OPTIONAL END --> <p>The end</p>
How to match all text between two strings multiline
2021-02-25T14:32:01.000Z
Phone Number validator with country code area code
^(\+?\d{1,3}[.\-\s]?)?(\(\d{3}\)|\d{3})?[.\-\s]?\d{3}[.\-\s]?\d{4}$
+1(425)-888-8080
Phone Number
2016-05-05T03:51:26.000Z
A regex to find the db wich you're quering against to.
[^Use ](.*?);
Use yourDb; Select * from your_table;
Find your Db from a sql query
2015-08-13T14:46:46.000Z
Test
\([\w*]+\/([A-Za-z_0-9]+)
FILE(*CHAYDAT/EKKLOZPF)
Regex
2015-05-22T08:03:21.000Z
((\d{4})-(\d{2})-(\d{2})) ((\d{2}):(\d{2}):(\d{2}))
2020-05-10 20:23:05
日期
2021-02-08T07:01:17.000Z
(Charlie)(?=\W+(?:\w+\W+){1,10}?plot)|((?<=plot)\W+(?:\w+\W+){1,10}?)(Charlie)|(Charlie)(?=\W+(?:\w+\W+){1,10}?over)|((?<=plot)\W+(?:\w+\W+){1,10}?)(Charlie)
Charlie was over the moon Mr Muir was bowled over over was the the moon Charlie Charlie was near the plot Charlie was far away from the plot was far away from the the plot was far away from Charlie
find word near another word (10 words distance)
2018-08-20T09:40:43.000Z
Latest isUrl regex
^(?:[a-z][0-9a-z-.+]*:\/\/)?((?:(?:[a-z\u00a1-\uffff0-9_]+-?)*[a-z\u00a1-\uffff0-9_]+)(?:\.(?:[a-z\u00a1-\uffff0-9_]+-?)*[a-z\u00a1-\uffff0-9_]+)*(?:\.(?:[a-z0-9\u00a1-\uffff]{2,})))(?::\d{2,5})?(?:\/.*)?(?:\?.*)?(?:\#.*)?$
socks://www.example.com 10.1.1.1 10.1.1.2/4 10.1.1.3/0 10.1.1.0/8 10.1.1.5/32 10.1.1.6/35 10.1.1.7/36000 10.1.1.8/abcd 10.1.1.9-10.1.1.10 user:[email protected] [email protected]/customBlockUserInfo user:@proxy.brew1.opendnstest.com/customBlockUserInfo user:[email protected]/customBlockUserInfo ftp://cnn.example.com&[email protected]/top_story.htm foo.com:8080/bar/baz asdfasdf.com/foo/b%20ar https://example.com/archive/*/http://somesite.com foobar.com/boo http://foobla.com/foo
isUrl updated regex
2017-04-18T20:17:08.000Z
([0-9\.]+)[\s]*([a-zA-Z%]*)
15px 45rem 15 px 45 rem 15% 15 % 20 20.5 35.99px 29.55555 %
Regex để lấy số và đơn vị
2017-12-04T03:45:00.000Z
PT(.*?$)
abced @ 1.20689\nLS @ 1.22000\nPT1 @ 1.1900\nPT2 @ 1.1800
TP
2021-01-25T16:55:49.000Z
In the example i search for all lines which have less or more than 5 spaces as seperator. --------------------------------- modify the valid nr of spaces: --------------------------------- there are 3 (of 4) arbitrary groups wich have an specified nr of copies of an regEx in it: in the example the valid nr of entires is 5 : -> that means 4 spaces are valid in-between the entries 1. Group with specifed nrs: <REGEX> {1,3} : - gets alle invalid Entires with 1 to 3 spaces in-between 2. Group with specifed nrs: <REGEX> {5,} : - gets alle invalid Entires with more than 4 spaces in-between 3. Group with specifed nrs: <REGEX> {4}: - gets alle invalid Entires with have the right nr of spaces in between, but they hava invalid spaces at the start and end of line The 4. Group matches every entry with has no spaces in between If you want to change the nr of valid entries to e.g. to 10: --> 9 spaces are valid in-beteween 1. Group with specifed nrs: {1,9} 2. Group with specifed nrs: {10} 3. Group with specifed nrs: {9} --------------------------------- Example for Using: --------------------------------- I´ve used this regEx for checking if names are valid to (own created) name-convention. These convention consists always of 5 entries with non-white-Spaces, and this entries are separated wiht 1 space in between.
(^ *\S+ *$)|(^ *(\S+ ){1,3}\S+ *$)|(^ *(\S+ ){5,}\S+ *$)|(^ +(\S+ ){4}\S+ +$)
fsfdaf ax x dx x xa x x x x x x x x x x x x x x x x
Lines which have not an exact nr of entries separated by 1 Space
2016-08-25T11:26:52.000Z
This converts the values in [this](https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(List_One)) table to C# code. Example: ```csharp pulic enum Iso4217 { /* output here */ } ```
(?'Code'[A-Z]{3})\t(?'Number'[0-9]{3})\t(?'NumbersAfterDecimal'.*)\t(?'Name'.*)\t(?'UsedIn'.*)
AED 784 2 United Arab Emirates dirham United Arab Emirates AFN 971 2 Afghan afghani Afghanistan ALL 008 2 Albanian lek Albania AMD 051 2 Armenian dram Armenia ANG 532 2 Netherlands Antillean guilder Curaçao (CW), Sint Maarten (SX) AOA 973 2 Angolan kwanza Angola ARS 032 2 Argentine peso Argentina AUD 036 2 Australian dollar Australia, Christmas Island (CX), Cocos (Keeling) Islands (CC), Heard Island and McDonald Islands (HM), Kiribati (KI), Nauru (NR), Norfolk Island (NF), Tuvalu (TV) AWG 533 2 Aruban florin Aruba AZN 944 2 Azerbaijani manat Azerbaijan BAM 977 2 Bosnia and Herzegovina convertible mark Bosnia and Herzegovina BBD 052 2 Barbados dollar Barbados BDT 050 2 Bangladeshi taka Bangladesh BGN 975 2 Bulgarian lev Bulgaria BHD 048 3 Bahraini dinar Bahrain BIF 108 0 Burundian franc Burundi BMD 060 2 Bermudian dollar Bermuda BND 096 2 Brunei dollar Brunei BOB 068 2 Boliviano Bolivia BOV 984 2 Bolivian Mvdol (funds code) Bolivia BRL 986 2 Brazilian real Brazil BSD 044 2 Bahamian dollar Bahamas BTN 064 2 Bhutanese ngultrum Bhutan BWP 072 2 Botswana pula Botswana BYN 933 2 Belarusian ruble Belarus BZD 084 2 Belize dollar Belize CAD 124 2 Canadian dollar Canada CDF 976 2 Congolese franc Democratic Republic of the Congo CHE 947 2 WIR euro (complementary currency) Switzerland CHF 756 2 Swiss franc Switzerland, Liechtenstein (LI) CHW 948 2 WIR franc (complementary currency) Switzerland CLF 990 4 Unidad de Fomento (funds code) Chile CLP 152 0 Chilean peso Chile COP 170 2 Colombian peso Colombia COU 970 2[6] Unidad de Valor Real (UVR) (funds code)[6] Colombia CRC 188 2 Costa Rican colon Costa Rica CUC 931 2 Cuban convertible peso Cuba CUP 192 2 Cuban peso Cuba CVE 132 2 Cape Verdean escudo Cabo Verde CZK 203 2 Czech koruna Czechia[7] DJF 262 0 Djiboutian franc Djibouti DKK 208 2 Danish krone Denmark, Faroe Islands (FO), Greenland (GL) DOP 214 2 Dominican peso Dominican Republic DZD 012 2 Algerian dinar Algeria EGP 818 2 Egyptian pound Egypt ERN 232 2 Eritrean nakfa Eritrea ETB 230 2 Ethiopian birr Ethiopia EUR 978 2 Euro Åland Islands (AX), European Union (EU), Andorra (AD), Austria (AT), Belgium (BE), Croatia (HR), Cyprus (CY), Estonia (EE), Finland (FI), France (FR), French Southern and Antarctic Lands (TF), Germany (DE), Greece (GR), Guadeloupe (GP), Ireland (IE), Italy (IT), Kosovo (XK), Latvia (LV), Lithuania (LT), Luxembourg (LU), Malta (MT), French Guiana (GF), Martinique (MQ), Mayotte (YT), Monaco (MC), Montenegro (ME), Netherlands (NL), Portugal (PT), Réunion (RE), Saint Barthélemy (BL), Saint Martin (MF), Saint Pierre and Miquelon (PM), San Marino (SM), Slovakia (SK), Slovenia (SI), Spain (ES), Vatican City (VA) FJD 242 2 Fiji dollar Fiji FKP 238 2 Falkland Islands pound Falkland Islands (pegged to GBP 1:1) GBP 826 2 Pound sterling United Kingdom, Isle of Man (IM, see Manx pound), Jersey (JE, see Jersey pound), Guernsey (GG, see Guernsey pound), Tristan da Cunha (SH-TA) GEL 981 2 Georgian lari Georgia GHS 936 2 Ghanaian cedi Ghana GIP 292 2 Gibraltar pound Gibraltar (pegged to GBP 1:1) GMD 270 2 Gambian dalasi Gambia GNF 324 0 Guinean franc Guinea GTQ 320 2 Guatemalan quetzal Guatemala GYD 328 2 Guyanese dollar Guyana HKD 344 2 Hong Kong dollar Hong Kong HNL 340 2 Honduran lempira Honduras HTG 332 2 Haitian gourde Haiti HUF 348 2 Hungarian forint Hungary IDR 360 2 Indonesian rupiah Indonesia ILS 376 2 Israeli new shekel Israel INR 356 2 Indian rupee India, Bhutan IQD 368 3 Iraqi dinar Iraq IRR 364 2 Iranian rial Iran ISK 352 0 Icelandic króna (plural: krónur) Iceland JMD 388 2 Jamaican dollar Jamaica JOD 400 3 Jordanian dinar Jordan JPY 392 0 Japanese yen Japan KES 404 2 Kenyan shilling Kenya KGS 417 2 Kyrgyzstani som Kyrgyzstan KHR 116 2 Cambodian riel Cambodia KMF 174 0 Comoro franc Comoros KPW 408 2 North Korean won North Korea KRW 410 0[c] South Korean won South Korea KWD 414 3 Kuwaiti dinar Kuwait KYD 136 2 Cayman Islands dollar Cayman Islands KZT 398 2 Kazakhstani tenge Kazakhstan LAK 418 2 Lao kip Laos LBP 422 2 Lebanese pound Lebanon LKR 144 2 Sri Lankan rupee Sri Lanka LRD 430 2 Liberian dollar Liberia LSL 426 2 Lesotho loti Lesotho LYD 434 3 Libyan dinar Libya MAD 504 2 Moroccan dirham Morocco, Western Sahara MDL 498 2 Moldovan leu Moldova MGA 969 2[d] Malagasy ariary Madagascar MKD 807 2 Macedonian denar North Macedonia MMK 104 2 Myanmar kyat Myanmar MNT 496 2 Mongolian tögrög Mongolia MOP 446 2 Macanese pataca Macau MRU 929 2[d][9] Mauritanian ouguiya Mauritania MUR 480 2 Mauritian rupee Mauritius MVR 462 2 Maldivian rufiyaa Maldives MWK 454 2 Malawian kwacha Malawi MXN 484 2 Mexican peso Mexico MXV 979 2 Mexican Unidad de Inversion (UDI) (funds code) Mexico MYR 458 2 Malaysian ringgit Malaysia MZN 943 2 Mozambican metical Mozambique NAD 516 2 Namibian dollar Namibia (pegged to ZAR 1:1) NGN 566 2 Nigerian naira Nigeria NIO 558 2 Nicaraguan córdoba Nicaragua NOK 578 2 Norwegian krone Norway, Svalbard and Jan Mayen (SJ), Bouvet Island (BV) NPR 524 2 Nepalese rupee Nepal NZD 554 2 New Zealand dollar New Zealand, Cook Islands (CK), Niue (NU), Pitcairn Islands (PN; see also Pitcairn Islands dollar), Tokelau (TK) OMR 512 3 Omani rial Oman PAB 590 2 Panamanian balboa Panama PEN 604 2 Peruvian sol Peru PGK 598 2 Papua New Guinean kina Papua New Guinea PHP 608 2 Philippine peso[10] Philippines PKR 586 2 Pakistani rupee Pakistan PLN 985 2 Polish złoty Poland PYG 600 0 Paraguayan guaraní Paraguay QAR 634 2 Qatari riyal Qatar RON 946 2 Romanian leu Romania RSD 941 2 Serbian dinar Serbia CNY 156 2 Renminbi[11] China RUB 643 2 Russian ruble Russia RWF 646 0 Rwandan franc Rwanda SAR 682 2 Saudi riyal Saudi Arabia SBD 090 2 Solomon Islands dollar Solomon Islands SCR 690 2 Seychelles rupee Seychelles SDG 938 2 Sudanese pound Sudan SEK 752 2 Swedish krona (plural: kronor) Sweden SGD 702 2 Singapore dollar Singapore SHP 654 2 Saint Helena pound Saint Helena (SH-SH), Ascension Island (SH-AC) SLE 925 2 Sierra Leonean leone (new leone)[12][13][14] Sierra Leone SLL 694 2 Sierra Leonean leone (old leone)[12][13][14][15] Sierra Leone SOS 706 2 Somali shilling Somalia SRD 968 2 Surinamese dollar Suriname SSP 728 2 South Sudanese pound South Sudan STN 930 2[16] São Tomé and Príncipe dobra São Tomé and Príncipe SVC 222 2 Salvadoran colón El Salvador SYP 760 2 Syrian pound Syria SZL 748 2 Swazi lilangeni Eswatini[10] THB 764 2 Thai baht Thailand TJS 972 2 Tajikistani somoni Tajikistan TMT 934 2 Turkmenistan manat Turkmenistan TND 788 3 Tunisian dinar Tunisia TOP 776 2 Tongan paʻanga Tonga TRY 949 2 Turkish lira Turkey TTD 780 2 Trinidad and Tobago dollar Trinidad and Tobago TWD 901 2 New Taiwan dollar Taiwan TZS 834 2 Tanzanian shilling Tanzania UAH 980 2 Ukrainian hryvnia Ukraine UGX 800 0 Ugandan shilling Uganda USD 840 2 United States dollar United States, American Samoa (AS), British Indian Ocean Territory (IO) (also uses GBP), British Virgin Islands (VG), Caribbean Netherlands (BQ – Bonaire, Sint Eustatius and Saba), Ecuador (EC), El Salvador (SV), Guam (GU), Marshall Islands (MH), Federated States of Micronesia (FM), Northern Mariana Islands (MP), Palau (PW), Panama (PA) (as well as Panamanian Balboa), Puerto Rico (PR), Timor-Leste (TL), Turks and Caicos Islands (TC), U.S. Virgin Islands (VI), United States Minor Outlying Islands (UM) USN 997 2 United States dollar (next day) (funds code) United States UYI 940 0 Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code) Uruguay UYU 858 2 Uruguayan peso Uruguay UYW 927 4 Unidad previsional[17] Uruguay UZS 860 2 Uzbekistan sum Uzbekistan VED 926 2 Venezuelan digital bolívar[18] Venezuela VES 928 2 Venezuelan sovereign bolívar[10] Venezuela VND 704 0 Vietnamese đồng Vietnam VUV 548 0 Vanuatu vatu Vanuatu WST 882 2 Samoan tala Samoa XAF 950 0 CFA franc BEAC Cameroon (CM), Central African Republic (CF), Republic of the Congo (CG), Chad (TD), Equatorial Guinea (GQ), Gabon (GA) XAG 961 . Silver (one troy ounce) XAU 959 . Gold (one troy ounce) XBA 955 . European Composite Unit (EURCO) (bond market unit) XBB 956 . European Monetary Unit (E.M.U.-6) (bond market unit) XBC 957 . European Unit of Account 9 (E.U.A.-9) (bond market unit) XBD 958 . European Unit of Account 17 (E.U.A.-17) (bond market unit) XCD 951 2 East Caribbean dollar Anguilla (AI), Antigua and Barbuda (AG), Dominica (DM), Grenada (GD), Montserrat (MS), Saint Kitts and Nevis (KN), Saint Lucia (LC), Saint Vincent and the Grenadines (VC) XDR 960 . Special drawing rights International Monetary Fund XOF 952 0 CFA franc BCEAO Benin (BJ), Burkina Faso (BF), Côte d'Ivoire (CI), Guinea-Bissau (GW), Mali (ML), Niger (NE), Senegal (SN), Togo (TG) XPD 964 . Palladium (one troy ounce) XPF 953 0 CFP franc (franc Pacifique) French territories of the Pacific Ocean: French Polynesia (PF), New Caledonia (NC), Wallis and Futuna (WF) XPT 962 . Platinum (one troy ounce) XSU 994 . SUCRE Unified System for Regional Compensation (SUCRE)[19] XTS 963 . Code reserved for testing XUA 965 . ADB Unit of Account African Development Bank[20] XXX 999 . No currency YER 886 2 Yemeni rial Yemen ZAR 710 2 South African rand Eswatini, Lesotho, Namibia, South Africa ZMW 967 2 Zambian kwacha Zambia ZWL 932 2 Zimbabwean dollar (fifth)[e] Zimbabwe
Wikipedia ISO 4217 (Currency Codes) table to C# enum
2023-05-31T08:14:31.000Z
(^|(?<=\s))(([A-Za-z\d]+)([_\.\-])?([A-Za-z\d]+))@([a-z]+([\.\-_][a-z]+)+)($|)
Many users @ SoftUni confuse email addresses. We @ Softuni.BG provide high-quality training @ home or @ class. -- [email protected]. Just send email to [email protected] and [email protected] for more information. Please contact us at: [email protected].
e-mail
2018-02-23T20:29:53.000Z
^(?P<asset>[A-Z]+)_(?P<side>C|L|R)_(?P<object>[A-Za-z0-9]+)_(?P<type>grp|ctrl|jnt|jntEnd|geo|loc|clstr|cls|crv|nbs|ikhl|cloth|nCloth|nucleus|ncls|foll|flc|hair|nHair|dist)$
GORDON_L_upperLeg_jnt
Rig Maya
2020-09-21T22:12:25.000Z
This regex targets a customer specific requirement for a regex that matches US Social security numbers either separated by -(dash), space or nothing. So it should match: 702-02-9921 702 02 9921 702029921 As it may be dangerous to have a regex that matches a sequence of 9 number I made it very strict to reduce the amount of false positives So it should **not** match: Telephones, credit cards, same number sequences, 0 sequences, numbers starting with 9, mixed space and dashes Inspired by: https://www.codeproject.com/Articles/651609/Validating-Social-Security-Numbers-through-Regular
(?!(\d){3}(-| |)\1{2}\2\1{4})(?!666|000|9\d{2})(\b\d{3}(-| |)(?!00)\d{2}\4(?!0{4})\d{4}\b)
################ ## Must match: ################ 123-45-4891 098-18-6564 123-45-4848 702-02-0202 001-14-0004 009958881 078-05-1120 009 95 8881 123-45-4891 is my ssn my ssn is 123-45-4891 my ssn is 123-45-4891 ok? my ssn is 123-45-4891. 123454891 is my ssn my ssn is 123454891 my ssn is 123454891 ok? my ssn is 123454891. 123 45 4891 is my ssn my ssn is 123 45 4891 my ssn is 123 45 4891 ok? my ssn is 123 45 4891. my ssn is:123-45-4891. my ssn is:123 45 4891. my ssn is:123454891. ################ ## Must not match: ################ # Same number sequences: 222-22-2222 444 44 4444 555555555 # Telephone 1-234-567-8901 1-234-567-8901 1-234-567-8901 1 (234) 567-8901 12345678901 # Credit card 5500 0000 0000 0004 3400 0000 0000 009 3000 0000 0000 04 5500-1244-2232-0004 3400-1244-0000-009 3000-1244-1234-04 # mixed (space), dash and (no space) 009 95-8881 009-95 8881 009 958881 00995 8881 # Zero sequence 231-84-0000 231-00-7289 000-87-7289 231 84 0000 231 00 7289 000 87 7289 231840000 231007289 000877289 # Starting with 9 908-78-0485 908 78 0485 908780485 # Random Numbers 1234567890112371298739872891738912738937289d712897381297381927d3128937893d7218947d1892742189duc89789v127c897412987893c12893c79 122-426-389 187-5-43212 187-0-43212 2423-45-6789 myssnnumberis123-45-4891ok?
Comprehensive US SSN (Social Security Number)
2017-11-01T14:50:59.000Z
UK postcode pattern as specified in offical document https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/283357/ILRSpecification2013_14Appendix_C_Dec2012_v1.pdf
([A-Z]{1,2}\d{1,2}[A-Z]? \d{1}[ABDEFGHJLMNPQRSTUWXYZ]{2})
EC1A 1BB
UK Postcode (per government specification)
2016-07-11T12:50:42.000Z
(^[a-zA-Z])(\w*)$
abc i10n 10abc abcабвгд abc.3 Kfdjlkjdfgklj w_87ew0
1
2015-10-31T06:08:55.000Z
^.*?(?=-|_)
Sec_GHTY_WE NewSec_JOL_ru Sec-KIH-YRK Sec_PWq-FTF NewSec-LPO-WE
Capturing everything up until the first _ or -
2020-11-16T21:13:29.000Z
Set-Cookie:\\s+(?<cookie>[^=]+=[^;]+)
#Set-Cookie:\\s+(?<cookie>[^=]+=[^;]+)#m regex explanation
2015-01-02T02:49:23.000Z
Find everything between {}
\{(\n|.)*?\}
CSS instructions
2015-02-23T11:29:13.000Z
Includes resource strings, taken from here: https://gist.github.com/dperini/729294
^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,}))\.?)(?::\d{2,5})?(?:[/?#]\S*)?$
http://www.studentswithlearningdifficulties.blogspot.co.uk/?
URL Regex (protocol strict)
2015-08-11T10:49:06.000Z
This regexp is able to find ipv6 subnets in the compressed form (e.g: 2001:db8::/32). It doesn't perform any validation to the ipv6 addresses itself though.
((?:(?:(?:[0-9a-fA-F]){1,4}):){1,4}:/[^\s:]\d{0,2})
2001:db8::/32 fe80::/10 2001:db8:101::/56 2001:db8:3c4d:15::/64
Find ipv6 subnet
2020-10-10T06:45:29.000Z
Retorna um cpf no formato 123.456.789-11. Cpf de entrada deve conter apenas números
(\d{3})(\d{3})(\d{3})(\d{2})
12345678912
Formatar CPF
2017-07-12T18:43:13.000Z
/mnt/pond/processed/industry-data/anadarko/lucius/inspections/20191214/(.+)/sphericals/(.+)/(.{22}).([0-9].jpg)
/mnt/pond/processed/industry-data/anadarko/lucius/inspections/20191214/cubes/sphericals/TS/TS7013.col-panorama_sh.4.jpg
lucius QC repathing
2020-05-01T05:23:47.000Z
This is useful for selecting 2nd and 3rd levels in an ordered list copied from a website (for removal, in my case).
^((?! [0-9*]*[0-9*]\. ).)*$
select any line without a 1- or 2- digit integer followed by a period
2018-05-21T17:47:44.000Z
\("+[A-Z_]+\"
balba.localise("_THE_STRING_TO_LOCALISE", null);
Match localizable strings
2016-04-15T15:54:51.000Z
I don't know
^<iframe.+?src="https?:\/\/www\.youtube\.com\/embed\/([a-zA-Z0-9_-]{11})"[^>]+?><\/iframe>$
<iframe width="560" height="315" src="https://www.youtube.com/embed/wRqjJ7SENDI" frameborder="0" allowfullscreen></iframe>
Regex Library
2016-09-08T15:42:32.000Z
sort_id"([\w\W\-_*+.,]+)"sort_id"
"11428": { "item_id": "11428", "resolved_id": "11428", "given_url": "http://www.perpetualkid.com/", "given_title": "Perpetual Kid - Unique Gifts to Entertain Your Inner Child", "favorite": "0", "status": "0", "time_added": "1504308897", "time_updated": "1523244253", "time_read": "0", "time_favorited": "0", "sort_id": 1185, "resolved_title": "Fun + Unique gifts for the young at heart! Unusual + affordable gift ideas for guys, girls, mom, dad, kids, and pets!", "resolved_url": "https://www.perpetualkid.com/", "excerpt": "At Perpetual Kid, we’ve been dedicated to finding the most fun and unique gifts for over 10 years! Browse our unusual selection of fun and uncommon gifts and gadgets for your own amusement, or to find a lucky gift recipient the perfect present.", "is_article": "0", "is_index": "1", "has_video": "0", "has_image": "0", "word_count": "137", "lang": "en" }, "13488": { "item_id": "13488", "resolved_id": "13488", "given_url": "http://www.overheardinnewyork.com/", "given_title": "Overheard in New York | The Voice of the City", "favorite": "0", "status": "0", "time_added": "1504308901", "time_updated": "1523244252", "time_read": "0", "time_favorited": "0", "sort_id": 1090, "resolved_title": "Overheard In New York", "resolved_url": "http://www.overheardinnewyork.com/", "excerpt": "Woman in leggings: What the fuck is this shit? You gonna hand me three motherfucking sugar packets? Do you have any idea how big this coffee is? Cashier: We don’t put sugar in your coffee. Sugar packets are on the counter. Woman in leggings: Listen, my boyfriend’s a cop.", "is_article": "0", "is_index": "1", "has_video": "0", "has_image": "1", "word_count": "642", "lang": "" },
regex-puppet-v1
2018-07-29T18:49:21.000Z
\{"contents":\{"name":"(.*)","rarity":"(\d*)","base_attack":"(\d*)","base_defense":"(\d*)","base_magic_attack":"(\d*)","base_magic_defense":"(\d*)","base_speed":"(\d*)","base_luck":"(\d*)","hi_level":"?(\d*)"?,"hi_attack":(\d*),"hi_defense":(\d*),"hi_magic_attack":(\d*),"hi_magic_defense":(\d*),"hi_speed":(\d*),"hi_luck":(\d*),"((weapon)|(protector)|(accessoire))_id":"\d*","description":"([^"*]*)(?:\*([^"]*))?","\g{16}_image":"([^"]*)","sale_price":"\d*"\},"header":\{"status":"OK","error_msg":null\}\}
{"contents":{"name":"Devil\u2019s Rage Hammer","rarity":"5","base_attack":"43","base_defense":"0","base_magic_attack":"1","base_magic_defense":"0","base_speed":"0","base_luck":"0","hi_level":65,"hi_attack":117,"hi_defense":0,"hi_magic_attack":4,"hi_magic_defense":0,"hi_speed":0,"hi_luck":0,"weapon_id":"11269","description":"A hammer that symbolizes rage, one of many carried by the Brimstone Commander of the legions of mankind's natural enemy, the Demon King. The weapon transforms the wielder\u2019s anger into power, it\u2019s power is limitless as their rage burns hotter and hotter. Guess that\u2019s why it was such a good match for the old Commander.","weapon_image":"http:\/\/cdn.girlskingdom.nutaku.net\/img\/icon\/item\/large\/i188_01_l.png","sale_price":"4800"},"header":{"status":"OK","error_msg":null}}
Hitsuji - Equipment
2016-03-08T17:46:42.000Z
"(PaintKit_sp_nukestripe_green_Tag)"\s+"(.*?)"
"PaintKit_Default" "Unnamed Paint Kit" "PaintKit_Default_Tag" "-"// "PaintKit_so_yellow" "It has individual parts spray-painted solid colors in a production line yellow color scheme." "PaintKit_so_yellow_Tag" "Bulldozer" "PaintKit_so_red" "It has individual parts spray-painted solid colors in a red and black color scheme." "PaintKit_so_red_Tag" "Red" "PaintKit_so_purple" "It has individual parts spray-painted solid colors in a black and purple color scheme." "PaintKit_so_purple_Tag" "Ultraviolet" "PaintKit_so_night" "It has individual parts spray-painted solid colors in a night ops color scheme." "PaintKit_so_night_Tag" "Night" "PaintKit_so_caramel" "It has individual parts spray-painted solid colors in a caramel and black color scheme." "PaintKit_so_caramel_Tag" "Caramel" "PaintKit_so_grassland" "It has individual parts spray-painted solid colors in a grassland color scheme." "PaintKit_so_grassland_Tag" "Grassland" "PaintKit_so_sand" "It has individual parts spray-painted solid colors in a sand dune color scheme." "PaintKit_so_sand_Tag" "Sand Dune" "PaintKit_so_tornado" "It has individual parts spray-painted solid colors in a tornado color scheme." "PaintKit_so_tornado_Tag" "Tornado" "PaintKit_so_whiteout" "It is spray-painted all white." "PaintKit_so_whiteout_Tag" "Whiteout" "PaintKit_so_jungle" "It has individual parts spray-painted solid colors in a jungle color scheme." "PaintKit_so_jungle_Tag" "Jungle" "PaintKit_so_tangerine" "It has individual parts spray-painted black and tangerine orange." "PaintKit_so_tangerine_Tag" "Demolition" "PaintKit_cu_catskulls_p90" "It has been hydro-dipped with a graphic of overlapping cat skulls." "PaintKit_cu_catskulls_p90_Tag" "Death by Kitty" "PaintKit_CSGO_Doomkitty_Tag" "Doomkitty" "PaintKit_hy_ddpat" "It has been painted using a Digital Disruptive Pattern (DDPAT) hydrographic." "PaintKit_hy_ddpat_Tag" "Forest DDPAT" "PaintKit_hy_ddpat_urb_Tag" "Urban DDPAT" "PaintKit_hy_ddpat_orange_Tag" "Orange DDPAT" "PaintKit_hy_arctic" "It has been painted using an arctic camo hydrographic." "PaintKit_hy_arctic_Tag" "Arctic Camo" "PaintKit_hy_forest" "It has been painted using a forest camouflage hydrographic." "PaintKit_hy_forest_Tag" "Wood Camo" "PaintKit_hy_forest_winter_Tag" "Winter Forest" "PaintKit_hy_forest_boreal_Tag" "Boreal Forest" "PaintKit_hy_desert" "It has been painted using a desert camouflage hydrographic." "PaintKit_hy_desert_Tag" "Desert Storm" "PaintKit_hy_copperhead" "It has been painted using a copperhead snakeskin-patterned hydrographic." "PaintKit_hy_copperhead_Tag" "Copperhead" "PaintKit_hy_skulls" "It has been painted using a skull-patterned hydrographic with red or black accents." "PaintKit_hy_skulls_Tag" "Skulls" "PaintKit_hy_webs" "It has been painted using a spider web-patterned hydrographic over a red base coat and finished with a semi-gloss topcoat." "PaintKit_hy_webs_Tag" "Crimson Web" "PaintKit_hy_ak47lam" "It has been given a laminate stock." "PaintKit_hy_ak47lam_Tag" "Red Laminate" "PaintKit_hy_ak47lam_bw_Tag" "Black Laminate" "PaintKit_hy_gelpen" "It has been painted using a hydrographic of a gel pen doodle." "PaintKit_hy_gelpen_Tag" "Gunsmoke" "PaintKit_hy_v_tiger" "It has been painted using a jungle tiger hydrographic." "PaintKit_hy_v_tiger_Tag" "Jungle Tiger" "PaintKit_hy_granite" "It has been painted in a marbleized pattern." "PaintKit_hy_blizzard_Tag" "Blizzard Marbleized" "PaintKit_sp_spray" "It has been spray-painted freehand with short, thick lines in contrasting colors." "PaintKit_sp_spray_Tag" "Contrast Spray" "PaintKit_sp_spray_jungle_Tag" "Jungle Spray" "PaintKit_sp_tape_dots" "It has been spray-painted using ripped tape strips and perforated metal as stencils." "PaintKit_sp_tape_dots_urban_Tag" "Urban Perforated" "PaintKit_sp_leaves" "It has been spray-painted using leaves as stencils." "PaintKit_sp_leaves_Tag" "Forest Leaves" "PaintKit_sp_short_tape" "It has been spray-painted using short pieces of tape as stencils." "PaintKit_sp_short_tape_Tag" "Lichen Dashed" "PaintKit_sp_short_tape_urban_Tag" "Urban Dashed" "PaintKit_sp_tape" "It has been spray-painted using a tangle of spray-paint as a stencil." "PaintKit_sp_tape_urban_Tag" "Urban Masked" "PaintKit_sp_mesh" "It has been spray-painted using mesh fencing and cardboard cutouts as stencils." "PaintKit_sp_mesh_tan_Tag" "Safari Mesh" "PaintKit_sp_mesh_glacier_Tag" "Glacier Mesh" "PaintKit_sp_snake" "It has been spray-painted using a snakeskin stencil in patches that have been outlined freehand." "PaintKit_sp_snake_Tag" "Snake Camo" "PaintKit_an_silver" "It has been painted with a chrome base coat and candied in transparent silver anodized effect paint." "PaintKit_an_silver_Tag" "Silver" "PaintKit_an_red" "It has been painted with a chrome base coat and candied in transparent red anodized effect paint." "PaintKit_an_red_Tag" "Hot Rod" "PaintKit_an_navy" "It has been painted with a chrome base coat and candied in transparent navy blue anodized effect paint." "PaintKit_an_navy_Tag" "Anodized Navy" "PaintKit_am_urban" "It has been painted using an urban Digital Disruptive Pattern (DDPAT) hydrographic over a metallic base coat." "PaintKit_am_urban_Tag" "Metallic DDPAT" "PaintKit_am_tiger" "It has been gold-plated and hand-etched in a tiger stripe pattern." "PaintKit_am_tiger_Tag" "Gold Tiger" "PaintKit_am_dragon_glock" "It has been painted using a dragon decal over a metallic base coat." "PaintKit_am_dragon_glock_Tag" "Dragon Tattoo" "PaintKit_am_caustics" "It has been painted using a red and white hydrographic over a charcoal metallic base coat." "PaintKit_am_caustics_Tag" "Caustics" "PaintKit_am_lightning_awp" "It has been painted with a lightning strike motif using anodizing effect paints over a metallic base coat." "PaintKit_am_lightning_awp_Tag" "Lightning Strike" "PaintKit_am_ossify" "It has been painted using a transparent lime green abstract hydrographic over a metallic base coat." "PaintKit_am_ossify_Tag" "Ossified" "PaintKit_aa_flames" "It has been painted by airbrushing transparent paints over a chrome base coat." "PaintKit_aa_flames_Tag" "Blaze" "PaintKit_aa_splash_p250" "It has been painted by airbrushing transparent paints through a stencil over a chrome base coat." "PaintKit_aa_splash_p250_Tag" "Splash" "PaintKit_aa_fade" "It has been painted by airbrushing transparent paints that fade together over a chrome base coat." "PaintKit_aa_fade_Tag" "Fade" "PaintKit_aq_copper" "It has been copper plated." "PaintKit_aq_copper_Tag" "Copper" "PaintKit_aq_blued" "It has been cold blued." "PaintKit_aq_blued_Tag" "Blue Steel" "PaintKit_aq_forced" "It has been given a forced patina using lemon and mustard dripped onto the surface." "PaintKit_aq_forced_Tag" "Stained" "PaintKit_aq_oiled" "It has been color case-hardened through the application of wood charcoal at high temperatures." "PaintKit_aq_oiled_Tag" "Case Hardened" "PaintKit_am_zebra" "It has been painted in a zebra-stripe pattern with aluminum and chrome paints with various reflectivities, and has then been covered with a tomato red candy coat." "PaintKit_am_zebra_Tag" "Slaughter" "PaintKit_am_zebra_dark" "It has been painted in an aquatic-stripe pattern with charcoal metallic paints of various reflectivities over a chrome base coat." "PaintKit_am_zebra_dark_Tag" "Dark Water" "PaintKit_aa_vertigo" "It has been painted with a pearl base coat, then spray-painted black through a stencil in a graphic pattern." "PaintKit_aa_vertigo_Tag" "Hypnotic" "PaintKit_aq_rust" "Although the exterior surfaces have rusted, this firearm is still perfectly operational." "PaintKit_aq_rust_Tag" "Rusty" "PaintKit_am_carbon_fiber" "It has been painted using a carbon fiber hydrographic over a graphite base coat." "PaintKit_am_carbon_fiber_Tag" "Carbon Fiber" "PaintKit_am_scorpion_p2000" "It has been painted using anodized-effect paints in a rippled fade pattern with a red scorpion decal on the grip." "PaintKit_am_scorpion_p2000_Tag" "Scorpion" "PaintKit_hy_feathers_aug" "It has been decorated with dry-transfer decals of eagle feathers." "PaintKit_hy_feathers_aug_Tag" "Wings" "Paintkit_sp_palm" "It has been spray-painted using cardboard cutouts, fine mesh, and palm leaves as stencils." "Paintkit_sp_palm_Tag" "Palm" "PaintKit_cu_walnut_nova" "It has a figured walnut stock." "PaintKit_cu_walnut_nova_Tag" "Walnut" "PaintKit_aq_brass" "It has brass parts." "PaintKit_aq_brass_Tag" "Brass" "PaintKit_hy_blam" "It has been painted using a hydrographic printed with comic book onomatopoeia over an orange base coat." "PaintKit_hy_blam_Tag" "KABOOM!" "PaintKit_hy_blam_simple_Tag" "BOOM" "PaintKit_sp_dapple" "It has been spray-painted in a sun-dappled pattern." "PaintKit_sp_dapple_Tag" "Scorched" "PaintKit_sp_splash_p250" "It has been spray-painted and decorated using a splash-shaped stencil." "PaintKit_sp_splash_p250_Tag" "Splash" "PaintKit_hy_hunter_modern" "It has been painted using a photographic hunting camo hydrographic." "PaintKit_hy_hunter_modern_Tag" "Modern Hunter" "PaintKit_hy_hunter_blaze_pink_Tag" "Splash Jam" "PaintKit_hy_hunter_blaze_orange_Tag" "Blaze Orange" "PaintKit_sp_nukestripe" "It has been spray-painted with radiological warning hazard patterns." "PaintKit_sp_nukestripe_brown_Tag" "Irradiated Alert" "PaintKit_sp_nukestripe_maroon_Tag" "Fallout Warning" "PaintKit_sp_nukestripe_orange_Tag" "Radiation Hazard" "PaintKit_sp_nukestripe_green_Tag" "Nuclear Threat" "PaintKit_sp_zebracam" "It has been spray-painted in a zebra stripe pattern." "PaintKit_sp_zebracam_Tag" "Predator" "PaintKit_sp_zebracam_bw_Tag" "Faded Zebra" "PaintKit_CSGO_Camo" "It has been painted using a hydrographic in the Global Offensive camo pattern." "PaintKit_CSGO_Camo_Tag" "GO Camo" "PaintKit_CSGO_Icosahedron" "It has been painted using a geometric-patterned hydrographic." "PaintKit_CSGO_Icosahedron_Tag" "Memento"
regex on paintkits
2013-08-18T15:36:23.000Z
SG_ (\w+) : (\d+)\|(\d+)@[01][+-] \(([0-9E\-\+\.]*),([0-9E\-\+\.]*)\) \[[0-9E\-\+\.]*\|[0-9E\-\+\.]*\] "([^"]*)" Vector__XXX
VERSION "" NS_ : NS_DESC_ CM_ BA_DEF_ BA_ VAL_ CAT_DEF_ CAT_ FILTER BA_DEF_DEF_ EV_DATA_ ENVVAR_DATA_ SGTYPE_ SGTYPE_VAL_ BA_DEF_SGTYPE_ BA_SGTYPE_ SIG_TYPE_REF_ VAL_TABLE_ SIG_GROUP_ SIG_VALTYPE_ SIGTYPE_VALTYPE_ BO_TX_BU_ BA_DEF_REL_ BA_REL_ BA_DEF_DEF_REL_ BU_SG_REL_ BU_EV_REL_ BU_BO_REL_ BS_: BU_: BO_ 777 VBOX_9: 8 Vector__XXX SG_ Longitude_48bit : 7|48@0- (1E-07,0) [0|0] "minutes" Vector__XXX BO_ 776 VBOX_8: 8 Vector__XXX SG_ Latitude_48bit : 7|48@0- (1E-07,0) [0|0] "minutes" Vector__XXX SG_ Kalman_filter_status : 56|1@0+ (1,0) [0|1] "" Vector__XXX BO_ 774 VBOX_6: 8 Vector__XXX SG_ Vel_Quality : 7|16@0- (0.01,0) [0|0] "km/h" Vector__XXX BO_ 773 VBOX_5: 8 Vector__XXX SG_ Trig_Vel_Mph : 55|16@0+ (0.0115078,0) [0|754.163673] "Mph" Vector__XXX SG_ Trig_Vel_Kmh : 55|16@0+ (0.01852,0) [0|1213.7082] "Km/h" Vector__XXX SG_ Trig_time : 39|16@0+ (0.01,0) [0|655.35] "Secs" Vector__XXX SG_ Distance : 7|32@0+ (7.8125E-05,0) [0|335544] "Metres" Vector__XXX BO_ 772 VBOX_4: 8 Vector__XXX SG_ Lateral_acceleration : 55|16@0- (0.01,0) [-327.68|327.67] "G" Vector__XXX SG_ Longitudinal_acceleration : 39|16@0- (0.01,0) [-327.68|327.67] "G" Vector__XXX SG_ Trig_Dist : 7|32@0+ (7.8125E-05,0) [0|335544] "Metres" Vector__XXX BO_ 771 VBOX_3: 8 Vector__XXX SG_ DGPS : 61|1@0+ (1,0) [0|0] "On" Vector__XXX SG_ Brake_trigger : 60|1@0+ (1,0) [0|0] "On" Vector__XXX SG_ Vertical_Velocity : 31|16@0- (0.01,0) [0|655.36] "m/s" Vector__XXX SG_ Altitude_WGS84 : 7|24@0- (0.01,0) [0|42949700] "metres" Vector__XXX BO_ 770 VBOX_2: 8 Vector__XXX SG_ Velocity_Mph : 39|16@0+ (0.0115078,0) [0|754.163673] "Mph" Vector__XXX SG_ Heading : 55|16@0+ (0.01,0) [0|359.99] "Degrees" Vector__XXX SG_ Velocity_Kmh : 39|16@0+ (0.01852,0) [0|1213.7082] "Km/h" Vector__XXX SG_ Longitude : 7|32@0- (1E-05,0) [-21474.83648|21474.83647] "Minutes" Vector__XXX BO_ 769 VBOX_1: 8 Vector__XXX SG_ Latitude : 39|32@0- (1E-05,0) [-21474.83648|21474.83647] "Minutes" Vector__XXX SG_ Time_Since_Midnight : 15|24@0+ (0.01,0) [0|0] "Seconds" Vector__XXX SG_ Sats : 7|8@0+ (1,0) [0|12] "Sats" Vector__XXX
signal
2015-12-05T10:42:51.000Z
POST OFFICE(?!( (STREET|ST|ROAD|RD|WAY|WY|LANE|LN|BOULEVARD|BLVD|TERRACE|TER)))
1234 POST OFFICE BLVD
NOT STREET
2016-08-12T21:43:53.000Z
Finds the names of subreddits in a text. Group 1 is the subreddit name.
\br/(..*?\b)
Hi! I have found this new subreddit: r/NewSubName. What do you think about it? Is it better than r/OLDSUBNAME? r/whosh
Subreddit finder r/regex
2021-07-14T17:17:13.000Z
Extrat chapter name and number from RSS feed title
.*\s([vc]\d.*)$
Kumo Desu ga, Nani ka? c311
Novel Updates RSS title chapter extractor
2017-12-18T02:38:51.000Z
([0-9])[\sx]+([0-9,.]+)
foobar 5x10kg foobar 5 x 10kg
ewqewq
2014-10-08T13:36:43.000Z
Capture parts of SCORM 2004 TIMEINTERVAL format # Format `P[yY][mM][dD][T[hH][nM][s[.s]S]] ` where: - y: The number of years (integer, >= 0, not restricted) - m: The number of months (integer, >=0, not restricted) - d: The number of days (integer, >=0, not restricted) - h: The number of hours (integer, >=0, not restricted) - n: The number of minutes (integer, >=0, not restricted) - s: The number of seconds or fraction of seconds (real or integer, >=0, not restricted). If fractions of a second are used, SCORM further restricts the string to a maximum of 2 digits (e.g., 34.45 – valid, 34.45454545 – not valid). The character literals designators P, Y, M, D, T, H, M and S shall appear if the corresponding non-zero value is present. Zero-padding of the values shall be supported. Zero-padding does not change the integer value of the number being represented by a set of characters. For example, PT05H is equivalent to PT5H and PT000005H. # Example `P1Y3M2DT3H` indicates a period of time of 1 year, 3 months, 2 days and 3 hours `PT3H5M` indicates a period of time of 3 hours and 5 minutes
^P (?=\w*\d) (?:(?<years>\d+)Y|Y)? (?:(?<month>\d+)M|M)? (?:(?<days>\d+)D|D)? (?: T (?:(?<hours>\d+)H|H)? (?:(?<minutes>\d+)M|M)? (?: (?<seconds> \d+ (?: \. \d{1,2} )? )S | S )? )?$
P1Y3M2DT3H3.12S
SCORM 2004 TIMEINTERVAL PCRE
2018-06-13T08:06:14.000Z
Eastlink Retrieve Customer
<Message .*?: .*?: (?<errormess>.*?)<\/Message>.*?|<PaymentProfileSummary><Id>(?<proID>.*?)<\/Id>|<RecurringSchedule>.*?<RecurringScheduleId>(?<reschedID>.*)<\/RecurringScheduleId>.*?<AccountType>(?<acctType>.*?)<\/AccountType>.*?<MaskedAccountNumber>(?<maskCC>.*?)<\/MaskedAccountNumber>.*?<PaymentProfile>.*?<Id>(?<profileID>.*?)<\/Id>.*?<Name>(?<recurName>.*?)<\/Name>.*?<IsDefault>(?<isdefault>.*?)<\/IsDefault>.*?<Status>(?<status>.*?)<\/Status>.*?<Instrument i:type="(?<pmttype>.*?)">.*?<MaskedAccountNumber>(?<maskCC2>.*?)<\/MaskedAccountNumber>.*?<ExpirationMonth>(?<expmon>.*?)<\/ExpirationMonth>.*?<ExpirationYear>(?<expyear>.*?)<\/ExpirationYear>.*?<CardType>(?<cctype>.*?)<\/CardType>.*?<FirstName>(?<fname>.*?)<\/FirstName>.*?<LastName>(?<lname>.*?)<\/LastName>.*?<Line1>(?<add1>.*?)<\/Line1>.*?<PostalCode>(?<postcode>.*?)<\/PostalCode>.*?<Country>(?<country>.*?)<\/Country>.*?<BillingAccountId>(?<billingAcct>.*?)<\/BillingAccountId>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><CSG.Framework.ServiceModel.ActivityContext xmlns="http://webservices.csgsystems.com/Framework/ActivityDetailContext/v1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ActivityId>b8386950-ca2c-11eb-a31e-00505693f59f</ActivityId><ParentId>00000000-0000-0000-0000-000000000000</ParentId><RootId>b8386950-ca2c-11eb-a31e-00505693f59f</RootId><TraceFlag>false</TraceFlag><TreeLevel>1</TreeLevel><SequenceNumber>21</SequenceNumber><ElapsedTime>348104</ElapsedTime><CpuConsumed>15625</CpuConsumed><SamplingPolicy>Default</SamplingPolicy><AmbientData/></CSG.Framework.ServiceModel.ActivityContext><CSG.Framework.ServiceModel.Correlation i:nil="true" xmlns="http://webservices.csgsystems.com/Framework/Correlation/v1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><RetrieveCustomerResponse xmlns="http://webservices.csgsystems.com/PaymentGateway/21.2.0"><CorporationId>47500001</CorporationId><Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><CustomerId>2007000000003007413</CustomerId><ExternalKey>1101517569559</ExternalKey><PaymentProfiles><PaymentProfileSummary><Id>2007000000005802168</Id><PaymentProfileToken i:nil="true"/><Name>American Express1199</Name><CustomerId>2007000000003007413</CustomerId><CustomerExternalKey>1101517569559</CustomerExternalKey><IsDefault>false</IsDefault><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>4 REGRESSION TESTING ST</Line1><Line2/><Line3 i:nil="true"/><Line4 i:nil="true"/><City>HALIFAX</City><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code>NS</a:Code><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B2M0A2</PostalCode><Country>CAN</Country></BillingAddress></BillTo><Status>Active</Status><Instrument i:type="CreditCardInstrumentSummary"><MaskedAccountNumber>****1199</MaskedAccountNumber><ExpirationMonth>06</ExpirationMonth><ExpirationYear>2027</ExpirationYear><CardType>AmericanExpress</CardType><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>4 REGRESSION TESTING ST</Line1><Line2/><Line3 i:nil="true"/><Line4 i:nil="true"/><City>HALIFAX</City><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code>NS</a:Code><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B2M0A2</PostalCode><Country>CAN</Country></BillingAddress></BillTo><CardCategory>Credit</CardCategory><WalletType i:nil="true"/></Instrument><RowCreatedExternalUser>MJOSEP01</RowCreatedExternalUser><RowUpdatedExternalUser>MJOSEP01</RowUpdatedExternalUser><ReasonCode i:nil="true"/><AgedOffDate i:nil="true"/></PaymentProfileSummary><PaymentProfileSummary><Id>2007000000005802395</Id><PaymentProfileToken i:nil="true"/><Name>profile 2nd</Name><CustomerId>2007000000003007413</CustomerId><CustomerExternalKey>1101517569559</CustomerExternalKey><IsDefault>true</IsDefault><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>4 REGRESSION TESTING ST</Line1><Line2/><Line3 i:nil="true"/><Line4 i:nil="true"/><City>HALIFAX</City><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code>NS</a:Code><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B2M0A2</PostalCode><Country>CAN</Country></BillingAddress></BillTo><Status>Active</Status><Instrument i:type="CreditCardInstrumentSummary"><MaskedAccountNumber>****4692</MaskedAccountNumber><ExpirationMonth>09</ExpirationMonth><ExpirationYear>2026</ExpirationYear><CardType>MasterCard</CardType><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>4 REGRESSION TESTING ST</Line1><Line2/><Line3 i:nil="true"/><Line4 i:nil="true"/><City>HALIFAX</City><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code>NS</a:Code><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B2M0A2</PostalCode><Country>CAN</Country></BillingAddress></BillTo><CardCategory>Credit</CardCategory><WalletType i:nil="true"/></Instrument><RowCreatedExternalUser>MJOSEP01</RowCreatedExternalUser><RowUpdatedExternalUser>MJOSEP01</RowUpdatedExternalUser><ReasonCode i:nil="true"/><AgedOffDate i:nil="true"/></PaymentProfileSummary><PaymentProfileSummary><Id>2007000000015188304</Id><PaymentProfileToken i:nil="true"/><Name>Visa Card 3</Name><CustomerId>2007000000003007413</CustomerId><CustomerExternalKey>1101517569559</CustomerExternalKey><IsDefault>false</IsDefault><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>102 HALIFAX ST</Line1><Line2 i:nil="true"/><Line3 i:nil="true"/><Line4 i:nil="true"/><City i:nil="true"/><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code i:nil="true"/><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B3S1N8</PostalCode><Country>CAN</Country></BillingAddress></BillTo><Status>Active</Status><Instrument i:type="CreditCardInstrumentSummary"><MaskedAccountNumber>****1000</MaskedAccountNumber><ExpirationMonth>12</ExpirationMonth><ExpirationYear>2022</ExpirationYear><CardType>Visa</CardType><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>102 HALIFAX ST</Line1><Line2 i:nil="true"/><Line3 i:nil="true"/><Line4 i:nil="true"/><City i:nil="true"/><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code i:nil="true"/><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B3S1N8</PostalCode><Country>CAN</Country></BillingAddress></BillTo><CardCategory>Credit</CardCategory><WalletType i:nil="true"/></Instrument><RowCreatedExternalUser>X509FIVE9</RowCreatedExternalUser><RowUpdatedExternalUser>X509FIVE9</RowUpdatedExternalUser><ReasonCode i:nil="true"/><AgedOffDate i:nil="true"/></PaymentProfileSummary></PaymentProfiles><ExtendedProperties/><MaxPaymentProfileCount>3</MaxPaymentProfileCount></Customer><DiagnosticsSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ActivityId>b8386950-ca2c-11eb-a31e-00505693f59f</ActivityId><ParentActivityId>00000000-0000-0000-0000-000000000000</ParentActivityId><RootActivityId>b8386950-ca2c-11eb-a31e-00505693f59f</RootActivityId><IsCurrentActivityTheRootActivity>true</IsCurrentActivityTheRootActivity></DiagnosticsSummary><BusinessUnitId>47500004</BusinessUnitId><RecurringSchedules xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><BusinessUnitExternalKey>8024-0000</BusinessUnitExternalKey><ScheduledPayments xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><ResponseExtendedProperties i:type="CCSRetrieveCustomerResponseExtension" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><CCSAccounts><CCSAccount><CCSAccountNumber>8024400360055708</CCSAccountNumber><PaymentProfileId>2007000000015188304</PaymentProfileId><PaymentProfileToken i:nil="true"/><ScheduledPayments i:nil="true"/><RecurringSchedule><RecurringScheduleId>999999</RecurringScheduleId><AccountType>CC</AccountType><Status/><MaskedAccountNumber>****1000</MaskedAccountNumber><PaymentProfile><Id>2007000000015188304</Id><PaymentProfileToken i:nil="true"/><Name>Visa Card 3</Name><CustomerId>2007000000003007413</CustomerId><CustomerExternalKey>1101517569559</CustomerExternalKey><IsDefault>false</IsDefault><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>102 HALIFAX ST</Line1><Line2 i:nil="true"/><Line3 i:nil="true"/><Line4 i:nil="true"/><City i:nil="true"/><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code i:nil="true"/><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B3S1N8</PostalCode><Country>CAN</Country></BillingAddress></BillTo><Status>Active</Status><Instrument i:type="CreditCardInstrumentSummary"><MaskedAccountNumber>****1000</MaskedAccountNumber><ExpirationMonth>12</ExpirationMonth><ExpirationYear>2022</ExpirationYear><CardType>Visa</CardType><BillTo><Title i:nil="true"/><FirstName>CIS TEST</FirstName><MiddleName i:nil="true"/><LastName>TRANSFERS4</LastName><Suffix i:nil="true"/><Company i:nil="true"/><PhoneNumber i:nil="true"/><Email i:nil="true"/><BillingAddress><ResponsibleParty i:nil="true"/><Line1>102 HALIFAX ST</Line1><Line2 i:nil="true"/><Line3 i:nil="true"/><Line4 i:nil="true"/><City i:nil="true"/><StateProvince xmlns:a="http://webservices.csgsystems.com/Core/21.2.0"><a:Code i:nil="true"/><a:Description i:nil="true"/><a:Source i:nil="true"/></StateProvince><PostalCode>B3S1N8</PostalCode><Country>CAN</Country></BillingAddress></BillTo><CardCategory>Credit</CardCategory><WalletType i:nil="true"/></Instrument><RowCreatedExternalUser>X509FIVE9</RowCreatedExternalUser><RowUpdatedExternalUser>X509FIVE9</RowUpdatedExternalUser><ReasonCode i:nil="true"/><AgedOffDate i:nil="true"/></PaymentProfile><BillingAccountId>8024400360055708</BillingAccountId><Channel>IVR</Channel></RecurringSchedule></CCSAccount><CCSAccount><CCSAccountNumber>8024400360055757</CCSAccountNumber><PaymentProfileId/><PaymentProfileToken i:nil="true"/><ScheduledPayments i:nil="true"/><RecurringSchedule i:nil="true"/></CCSAccount><CCSAccount><CCSAccountNumber>8024400360055914</CCSAccountNumber><PaymentProfileId/><PaymentProfileToken i:nil="true"/><ScheduledPayments i:nil="true"/><RecurringSchedule i:nil="true"/></CCSAccount></CCSAccounts></ResponseExtendedProperties></RetrieveCustomerResponse></s:Body></s:Envelope>
Eastlink Retrieve Customer data from SSL API
2021-06-11T20:11:21.000Z
(((gain|loss|^d).*)isposal.*associates?)|
CFA Disposal of an associates Gain on disposal of an associate Gain/loss on disposal of an associate loss on disposal of an associate CFI Proceeds from disposal of an associate abc
disposal of an associates
2020-05-03T08:51:43.000Z
^AP CCP\b(?:.|\n)*?URL(?:\(s\))?:\s*([^\|(]*)
## case_id 821652 AP CCP Brand: NFL | URL(s): comejerseys.top, ourjerseys.top (both sites already disabled in Valhalla) | CID(s): | BrandOwner: no | ## case_id 862568 AP CCP Brand: Kaspersky | URL(s):kasperskyguide.com/ | CID(s): | BrandOwner: no | internal complaint from CSR
Extract URL(s) from 'AP CCP'
2018-12-28T01:08:25.000Z
Valid format YYYY-MM-DD
^\d{4}-\d{2}-\d{2}$
Check mysql Date
2017-02-07T11:56:17.000Z
^(?P<hostname>[\w-_]+)\s+(?P<localInterface>[A-Za-z]+\d+(?:\/\d+)*)\s+(?P<holdTime>\d+)\s+(?P<capabilities>[A-Z]+)\s+(?P<remoteInterface>[A-Za-z]+\d+(?:\/\d+)*)
sh cdp nei Capability Codes: R - Router, T - Trans-Bridge, B - Source-Route-Bridge S - Switch, H - Host, I - IGMP, r - Repeater, V - VoIP-Phone, D - Remotely-Managed-Device, s - Supports-STP-Dispute Device-ID Local Intrfce Hldtme Capability Platform Port ID CHOD-MGMT-STACK.mhmp mgmt0 129 S I WS-C2960X-48T Gig1/0/25 SPINE-401(FDO22041YMP) Eth1/49 153 R S s N9K-C9336PQ Eth1/36 SPINE-402(FDO22081W5Y) Eth1/50 176 R S s N9K-C9336PQ Eth1/36 IPN-2-CH(FDO221610MG) Eth1/51 125 R S s N9K-C93180YC- Eth1/51 IPN-2-CH(FDO221610MG) Eth1/52 125 R S s N9K-C93180YC- Eth1/52 IPN-1-KCP(FDO22152M53) Eth1/54 143 R S s N9K-C93180YC- Eth1/54 Total entries displayed: 6 IPN-1-CH# sh lldp nei Capability codes: (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other Device ID Local Intf Hold-time Capability Port ID SPINE-401 Eth1/49 120 BR Eth1/36 SPINE-402 Eth1/50 120 BR Eth1/36 IPN-2-CH Eth1/51 120 BR Ethernet1/51 IPN-2-CH Eth1/52 120 BR Ethernet1/52 IPN-1-KCP Eth1/54 120 BR Ethernet1/54 Total entries displayed: 5
Cisco | Show LLDP Neighbors
2018-11-01T08:03:23.000Z
Regex to make sure directories have a "real" name and not code use for scripting/
^(([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])\.)*([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])|(\.|\.\.)$
Create directories
2016-09-16T20:49:35.000Z
I needed a regex to find the opening location of an html tag with a specific class. It is ugly, and it relies on many false assumtions, yet be honest, this will work in most cases. Also checks if the tag is in a line that is commented out. Again, we wont know if it is commented out if it is done on another line, yet in most cases this will work.
^(?:(?<!\/\/|\/\*|<!--).)* #check if commented out <[a-z][a-z0-9]*?\b #find start of a tag (?:.(?![^?]>))+ #Must not find > between start and class unless ?> class=(["']) #Find class and opening quotes (?:(?!\1).)* \bmatch\b (?:(?!\1).)* #see if our tag is in between the quotes \1 #closing quotes .*(?<!\?)> #find first > without ? in front of it
<h1 class="match">Match list</h1> <p class="match">Simple class element.</p> <p></p> <h6 class='more match classes'> more classes different comma</h6> <fdf <?php echo 'data="extra data test to disturb the page."'; ?> class='incluEdit match classes' > dffd <div class='hoppa match more classes' <?=$zooi ?> > nested elements </div></div> // <h1 class='match more classes'> no Match list</h1> /* <h1 class='match more classes'> no Match list</h1> <!-- <h1 class='match more classes'> no Match list</h1> <p class='nomatch more classes'>shouldn't match</p>
Find html tag opening for tag with specific class.
2014-08-16T12:05:51.000Z
^<[\w]*\s*(\w*="\w*|\w*")>
<html class="pepe">
march html tag
2015-09-16T17:03:44.000Z
Screen print during an apt-update and install will generate a lot of data we don't need. This regex is used in your text editor to remove the HIT Url package information.
^Hit((?!(\r?\n))\s)http[s]?\:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+((?!(\r?\n))\s|\/)((\w+(\-|((?!(\r?\n))\s)|\/|\.|\(\r?\n)?))*
Hit http://us.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/main Sources Hit http://us.archive.ubuntu.com trusty Release.gpg Hit http://extras.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/restricted Sources Hit http://us.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://extras.ubuntu.com trusty Release Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources Hit http://security.ubuntu.com trusty-security/multiverse Sources Hit http://us.archive.ubuntu.com trusty-updates/universe Sources Hit http://us.archive.ubuntu.com trusty-updates/universe Sources Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://extras.ubuntu.com trusty/main Sources Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://extras.ubuntu.com trusty/main amd64 Packages Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
Remove HIT Url package Info from Screen Print log
2016-02-08T23:51:09.000Z
^\(\s*([0-9]+)\)\[([a-zA-Z0-9\s*:]*)\|\s*([0-9]{1,5}\:[0-9]{3})\s*(?:\[([0-9]{1,3})\:[0-9]{1,3}\])?\]\{([0-9]{1,4})\}([a-zA-Z0-9]+)\@([a-zA-Z0-9]+)\:(.+)\((?:.+)\)([\$|#])\s{1}(.+)(\n(.+))+
( 6)[Thu Sep 01 04:47:12| 2:000]{1}jhyland@jhmac:~(✓)$ ls Applications kn Public bash_profile.orig pdfdata.json search_src-printr.txt vim-colorschemes BaseServer.py LDEV-342302 VirtualBox VMs file.py pipe1 search_src.json vim-config Desktop Library _includexmlrpc.php filename.txt profile-configs test.php vimrc.disabled Documents Movies _includexmlrpc.php.original gvimrc.disabled profile-configs-orig test.txt Downloads Music _includexmlrpc.php.original2 index.php protected_backup.tar.gz tester Google Drive Pictures as.txt items.php.orig search-stuff.js tmp InventoryServer.py ProblemServer.py.new-working bash_profile new.bash_profile search_src-20.json tmp.txt ( 6)[Thu Sep 01 04:47:13| 0:000]{2}jhyland@jhmac:~(✓)$ cd /tmp ( 6)[Thu Sep 01 04:47:18| 0:000]{3}jhyland@jhmac:/tmp(✓)$ ls | wc -l 15 ( 6)[Thu Sep 01 04:47:22| 0:000]{4}jhyland@jhmac:/tmp(✓)$ sudo su - ( 6)[Thu Sep 01 04:47:25| 0:000]{1}root@jhmac:~(✓)# whoami root ( 6)[Thu Sep 01 04:47:28| 0:000]{2}root@jhmac:~(✓)# history | tail -n 2 393 whoami 394 history | tail -n 2 ( 6)[Thu Sep 01 04:47:39| 0:000]{3}root@jhmac:~(✓)# ( 6)[Thu Sep 01 04:47:40| 0:000]{3}root@jhmac:~(✓)# fail -sh: fail: command not found ( 6)[Thu Sep 01 04:47:44| 0:000]{4}root@jhmac:~(127)# ( 6)[Thu Sep 01 04:47:44| 0:000]{4}root@jhmac:~(127)# ( 6)[Thu Sep 01 04:47:44| 0:000]{4}root@jhmac:~(127)# true ( 6)[Thu Sep 01 04:47:46| 0:000]{5}root@jhmac:~(✓)# ( 6)[Thu Sep 01 04:50:35| 0:000]{1}root@jhmac:~(✓)# exit logout ( 6)[Thu Sep 01 04:50:07| 0:000]{8}jhyland@jhmac:~(✓)$ ls -1 | head Applications BaseServer.py Desktop Documents Downloads Google Drive InventoryServer.py LDEV-342302 Library Movies
Prompt/command/output matcher
2016-09-01T23:53:56.000Z
([\w+]*[,\w+]*)
build asdasdwef,wefwefwef,235343tgergerg
To work with comma separated lists
2015-11-06T16:37:41.000Z
fsdfsd
<a.*<\/a>
<dl> <dd>[1] <a href="/wiki/Geb%C3%A4ude" title="Gebäude">Gebäude</a>, <a href="/wiki/R%C3%A4umlichkeit" title="Räumlichkeit">Räumlichkeit</a>, <a href="/wiki/Unterkunft" title="Unterkunft">Unterkunft</a> </dd> <dd>[2] die <a href="/wiki/Gemeinschaft" title="Gemeinschaft">Gemeinschaft</a> der <a href="/wiki/Mensch" title="Mensch">Menschen</a>, die unter einem Dach zusammen leben, wohnen oder arbeiten</dd> <dd>[3] der <a href="/wiki/Unterhaltung" title="Unterhaltung">Unterhaltung</a> dienendes Gebäude</dd> <dd>[4] <i><a href="/wiki/Astrologie" title="Astrologie">Astrologie</a>:</i> <a href="/wiki/Tierkreiszeichen" title="Tierkreiszeichen">Tierkreiszeichen</a> </dd> <dd>[5] <a href="/w/index.php?title=Herrscherhaus&amp;action=edit&amp;redlink=1" class="new" title="Herrscherhaus (Seite nicht vorhanden)">Herrscherhaus</a> </dd> <dd>[6] <a href="/wiki/Firma" title="Firma">Firma</a>, <a href="/wiki/Unternehmen" title="Unternehmen">Unternehmen</a> </dd> <dd>[7] <a href="/wiki/scherzhaft" title="scherzhaft"><i>scherzhaft</i></a> <a href="/wiki/Freund" title="Freund">Freund</a> </dd> <dd>[8] <i><a href="/wiki/umgangssprachlich" title="umgangssprachlich">umgangssprachlich</a>:</i> Gehäuse der <a href="/wiki/Schnecke" title="Schnecke">Schnecke</a> </dd> <dd>[9] Gasthaus oder <a href="/wiki/Gastst%C3%A4tte" title="Gaststätte">Gaststätte</a> </dd> </dl>
fsd
2015-04-09T15:46:39.000Z
^\(?\+?[\(\)\- 0-9]{8,20}$
(+56)=1 23 467 890
phone number (simple validate)
2014-09-19T04:42:08.000Z
ipc cpc fi
(?P<ipc_cpc_fi>\b(?P<section>[A-HY])(?(section)(?P<class>\d{2})?)(?(class)(?P<subclass>[A-Z])?)(?(subclass) *(?P<group>\d{1,})?)(?(group)(?:/(?P<subgroup>\d{1,}))?)(?(subgroup) *(?P<subsubgroup>[A-Z]?))\b)
FI F15D 1/08 A 3H091 for releasing the airflow widely (combined with the Coanda effect) especially controlling the flow direction from nozzles 気流を広角に放出させるためのもの〔コアンダ効果を併用するもの〕特にノズルからの流れ方向制御 FI F24F 13/08 C 3L081 Fluid devices (control members using Coanda effect) 流体素子,例.コアンダ効果を用いる制御部材 CPC B01F5/0293 {the jet injector being of coanda type, i.e. having a surface to attract the jet for adjusting its direction} {ジェットインジェクターがコアンダ型であるもの,すなわちその方向に噴射流を引き付ける面をもつもの} CPC B07B7/0865 {using the coanda effect of the moving gas stream} {気体流れのコアンダ効果を用いるもの} CPC B08B2205/005 Using the coanda effect of the gas flow/stream ガス流/ガスの流れのコアンダ効果を使用するもの CPC B63H2011/002 {using Coanda effect, i.e. the tendency of fluid jets to be attracted to nearby surfaces} CPC B65H29/248 {with coanda effect (separating from a stack B65H3/14)} {コアンダ効果をもつもの(積層物からの分離B65H3/14)} CPC F05D2270/173 by the Coanda effect コアンダ効果によるもの CPC F15C1/008 {Other applications, e.g. for air conditioning, medical applications, other than in respirators, derricks for underwater separation of materials by coanda effect, weapons} {他の適用,例.空調,医療への適用,呼吸マスク以外のもの,コアンダ効果による物質の水面下分離用のやぐら,武器} CPC F15C1/08 Boundary-layer devices, e.g. wall-attachment amplifiers {coanda effect (fluid oscillators of pulse generators F15B21/12)} 境界層装置,例.壁面付着形素子,{コアンダ効果(パルス発生機の流体発振機F15B21/12)} CPC F24F2221/28 using the Coanda effect コアンダ効果を用いるもの CPC F26B13/104 {supported by fluid jets only; Fluid blowing arrangements for flotation dryers, e.g. coanda nozzles} {流動体噴射のみにより支持されるもの;浮動乾燥機のための流動体吹き付け装置,例.コアンダノズル} CPC Y10S239/07 Coanda コアンダ CPC Y10T137/206 Flow affected by fluid contact, energy field or coanda effect [e.g., pure fluid device or system]
Patent Classfication
2019-08-07T04:11:20.000Z
Regex Tutorials [CodeAmooz.net](//CodeAmooz.net)
NOT
Do you understand regex? OK or NOT
Regex Tutorials CodeAmooz.net
2023-02-24T10:39:04.000Z
(?:\s*(?:\"([^\"]*)\"|([^;]+))\s*,?)+?
"IP";"IP_Phys_NET-LG-Facility";"Facility network at LG";"192.168.167.0/24";"IP_Phys_s7362";"IP_Zone_Network-Transit-Loopback";; "Rule";"Mgmt_AdminVMs";"Added SV_RDP-UDP -- Mgmt access to any. Can be restricted to OS based rules for virtual destinations as soon as physical and virtual networks are segregated.";"SG_Mgmt_AdminVMs";"any";"SV_PING,SV_SSH,SV_PSRemoting,SVG_RDP";"DISTRIBUTED_FIREWALL";"Management_AdminVMs";"allow";"true";"false";"false";"inout";"false"
CSV Regex
2019-10-14T08:09:06.000Z
[a-zA-Z\u00C0-\u024F\u1E00-\u1EFF]
Ràhūl Vērmá Âsmítä Vêrmã Süshîlå Vërmā Prèmchænd
Accented / Diacritics
2020-10-16T14:40:42.000Z
[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
[email protected] [email protected] franks&[email protected] frank%[email protected] frank@gmail$.com frank@gmail_gmail.com [email protected] [email protected] [email protected] / https://stackoverflow.com/questions/5174171/fix-regular-expression-for-emails-to-not-allow-consecutive-periods/5174201#5174201 *To avoid matching two consecutive dots you can add a negative lookahead at the beginning of your regular expression: /^(?!.*\.{2})[a-z0-9etc... ------------ It will fail to match if there are two consecutive periods anywhere in the string and it doesn't require any other modifications to your original regular expression. However it seems a bad idea as your regular expression isn't correct in the first place. If you insist on using regular expressions to validate email addresses, try this: */ wilson..gmail.com wilson.gmail.com ^(?!.*\.{2})/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
valid email - rough - 171122
2017-11-22T12:35:14.000Z
For: [15-Nov-2019 06:00:01 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (1). Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /var/www/html/blog.nssl.noaa.gov/wp-includes/functions.php on line 4903
\[15-Nov\-2019 [\d:]+ UTC\] PHP Notice: wpdb::prepare was called <strong>incorrectly<\/strong>\. The query does not contain the correct number of placeholders \(0\) for the number of arguments passed \(1\)\. Please see <a href="https:\/\/wordpress\.org\/support\/article\/debugging-in-wordpress\/">Debugging in WordPress<\/a> for more information\. \(This message was added in version 4\.8\.3\.\) in \/var\/www\/html\/blog\.nssl\.noaa\.gov\/wp-includes\/functions\.php on line 4903
[15-Nov-2019 06:00:01 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (1). Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /var/www/html/blog.nssl.noaa.gov/wp-includes/functions.php on line 4903
WP debug 1
2019-11-15T17:19:08.000Z
Regular Expressions Cookbook 2.1 Match Literal Text Example
The puctuation character in the ASCII table are: !"#\$%&'\(\)\*\+,-\.\/:;<=>\?@\[\\]\^_`\{\|}~
The puctuation character in the ASCII table are: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
Match Literal Text Example
2021-07-11T02:45:19.000Z
Matches iOS device names. Groups and example matches: 0: Full device name ("iPhone 6s Plus") 1: Device name+class ("iPad Air") 2: Device name ("iPad") 3: Device class with preceding whitespace (" Mini") 4: Whitespace preceding device class (" ") 5: Device class ("Pro") 6: Whitespace before version/generation (" ") 7: Full version/generation ("3GS") 8: Major version/generation ("6") 9: Minor version/generation ("s") 10: Whitespace before size modifier (" ") 11: Size modifier ("Plus")
^((i[A-Z][a-z]+)(( )([A-Z]?[a-z]+))?)(\s+)?((\d{1,2})([GSsce]{0,3}))?(\s+?)?(Plus)?$
Matches iOS device names. Groups and example matches: 0: Full device name ("iPhone 6s Plus") 1: Device name+class ("iPad Air") 2: Device name ("iPad") 3: Device class with preceding whitespace (" Mini") 4: Whitespace preceding device class (" ") 5: Device class ("Pro") 6: Whitespace separating device name+class from version/generation 7: Full version/generation ("3GS") 8: Major version/generation ("6") 9: Minor version/generation ("s") 10: Whitespace before size modifier (" ") 11: Size modifier ("Plus") iPad iPad 1 iPad 2 iPad 3 iPad 4 iPad Air iPad Air 1 iPad Air 2 iPad mini 1 iPad mini 2 iPad mini 3 iPad mini 4 iPad Pro iPad Pro 1 iPhone iPhone 1 iPhone 3G iPhone 3GS iPhone 4 iPhone 4s iPhone 5 iPhone 5c iPhone 5s iPhone 6 Plus iPhone 6 iPhone 6s iPhone 6s Plus iPod Touch iPod Touch 1 iPod Touch 1G iPod Touch 2 iPod Touch 2G iPod Touch 3 iPod Touch 3G iPod Touch 4 iPod Touch 4G iPod Touch 5 iPod Touch 5G iPod Touch 6 iPod Touch 6G
iOS Device matcher and parser
2016-02-18T23:57:41.000Z
TIMING ADVANCE.+(\d+)
Printout: LOADING PROGRAM VERSION 24.103-0 PAGING IMSI ............................. 216990100000015 MANUAL PAGING ........................ SUCCESSFUL IMSI ................................. 216990100000015 TMSI ................................. 0063E557H/0006546775D IMEI ................................. 355359049230050 WHITE LIST IMEISV ............................... 57 MSISDN ............................... 36034031015 CMSISDN .............................. N SUBS STATUS .......................... IDLE MOBILE COUNTRY CODE .................. 0216D MOBILE NETWORK CODE .................. 0003D LOCATION AREA CODE OF IMSI ........... 0D49H/03401D CELL ID .............................. 84D1H/34001D PAGING INTERFACE ..................... GSM PAGING TIME .......................... 10 TIMING ADVANCE ....................... 0 COMMAND EXECUTED
MML
2016-09-23T10:00:52.000Z
[^<TAB>]+[^<\TAG>]
<TAG>one<TAG>two</TAG>one</TAG>
7
2015-10-30T16:42:15.000Z
Verifica se o texto digitado corresponde a um formato de data valida por expl. 12/31/2015 ou 2015/12/31
^([1-9]|0[1-9]|1[012])([-\/.])([1-9]|0[1-9]|[12][0-9]|3[01])\2(\d{4})$|^(\d{4})([-\/.])([1-9]|0[1-9]|[12][0-9]|3[01])\6([1-9]|0[1-9]|[12][0-9]|3[01])$
14/11/2015
Validador de Data (MMddYYYY e YYYYMMdd)
2015-04-23T20:52:57.000Z
^(?<classname>[\w\.]+)?(?:#(?<member>\w+))$
Moo#withRecipientsWithDefaultName #withRecipientsWithDefaultName ClassName#member ClassName a.b..ClassName#member a.b..ClassName
Therapi Value regex
2018-10-04T19:08:58.000Z
Image file detection (jpg or jpeg)
\.jpg|jpeg
ar.txt s.zip ddr eff.jpg karo.gif spb.pdf lego.jpeg some.jpg erro.exe
GB_hw2
2019-04-16T11:28:15.000Z
\s(?!])\K[\S;]*
[Vivid-Asenshi] Violet Evergarden - 02 [53E58502].mkv
1
2018-01-18T05:32:35.000Z
important
(Check_Number:\d{1,}.*?title="\d{6,}".*?Payment\sDate.*?\d{2}\/\d{2}\/\d{4})
<!-- METADATA_SOURCE - JRAD --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>iSupplier Portal: View Payments</title><meta name="generator" content="Oracle UIX"><link rel="stylesheet" charset="UTF-8" type="text/css" href="/OA_HTML/cabo/styles/cache/swanEXTN-custom-2_3_6_9-en-ie-6-windows.css"><script>var _UixWindowOpenError='A popup window blocker has been detected in your browser. Popup blockers interfere with the operation of this application. Please disable your popup blocker or allow popups from this site.';</script><script src="/OA_HTML/cabo/jsLibs/Common2_3_6_9.js"></script><script>_defaultTZ()</script><script language="javascript" src="/OA_HTML/cabo/oajsLibs/oafcoreR12RUP6.js"></script><script language="javascript">function clearclearButton(){lovClearValue(document.DefaultFormName.SearchPaymentNum);lovClearValue(document.DefaultFormName.SearchInvoiceNum);lovClearValue(document.DefaultFormName.SearchPoNum);lovClearValue(document.DefaultFormName.SearchStatus);lovClearValue(document.DefaultFormName.SearchPaymentMethod);lovClearValue(document.DefaultFormName.SearchPaymentAmountFrom);lovClearValue(document.DefaultFormName.SearchPaymentAmountTo);lovClearValue(document.DefaultFormName.SearchPaymentDateFrom);lovClearValue(document.DefaultFormName.SearchPaymentDateTo);lovClearValue(document.DefaultFormName.Payment_Method_Code);}</script></head><body class="xk" onload="_checkLoad(event)" onunload="_checkUnload(event)" onbeforeunload="_savePageStateIE()"><iframe id="_pprIFrame" name="_pprIFrame" frameborder="0" longdesc="#" title="" src="/OA_HTML/cabo/images/swan/t.htm" style="position:absolute;top:-100;visibility:hidden" width="0" height="0"></iframe><div id="_pprBlockingDiv" onclick="return _pprConsumeClick(event);" style="position:absolute;left:0;top:0;width:0;height:0;cursor:wait;" onkeyup="return false;" onkeydown="return false;" onkeypress="return false;"></div><div id="_uixDownload" style="behavior:url(#default#download)" class="x3f"></div><script>var _cachedLibs;</script><script>var _pprFirstClickPass=true;</script><span id="_pprPageContent"><form id="DefaultFormName" name="DefaultFormName" style="margin:0px" method="POST" action="/OA_HTML/OA.jsp?page=%2Foracle%2Fapps%2Fpos%2Faccount%2Fwebui%2FPosPaymentMainPG&_ri=177&OASF=POS_PAYMENTS&OAMC=75556_35_0&searchType=search&fwkQBSearchTypeSource=/oracle/apps/pos/account/webui/PosPaymentMainPG__BVPaymentSearchRN__177&fwkST/oracle/apps/pos/account/webui/PosPaymentMainPG__PaymentSearchRN__177=search&_ti=803889219&retainAM=Y&addBreadCrumb=N&oapc=11&oas=AnXy_UwlM676OeE95mWD6w.."><input id="_AM_TX_ID_FIELD" type="hidden" value="4inhuuQsl" name="_AM_TX_ID_FIELD"><input id="_FORM" type="hidden" value="DefaultFormName9coSWfH4" name="_FORM"><span id="lovHFCId"><input id="lovAutoClearHFSearchStatus" type="hidden" value="NBQ7ZfREi" name="lovAutoClearHFSearchStatus"><script language="javascript">function LOCSearchStatus(visitedList){ visitedList['SearchStatus'] = 'v';}</script><input id="lovCriteriaHiddenFieldSearchStatus" type="hidden" value="SearchStatus3xU52oEm" name="lovCriteriaHiddenFieldSearchStatus"><input id="lovPassiveCriteriaHFSearchStatus" type="hidden" value="DefaultFormNameiSYw99mki_HTr13b" name="lovPassiveCriteriaHFSearchStatus"><input id="BASE_FORM_NAME" type="hidden" value="DefaultFormNameiSYw99mk" name="BASE_FORM_NAME"><input id="lovOnClickJSHiddenFieldSearchStatus" type="hidden" value="N" name="lovOnClickJSHiddenFieldSearchStatus"><input id="lovOnClickJSExecutedHiddenFieldSearchStatus" type="hidden" value="N" name="lovOnClickJSExecutedHiddenFieldSearchStatus"><input id="lovJSHiddenFieldSearchStatus" type="hidden" value="trueEY_h5Lw3sNUjHx0I" name="lovJSHiddenFieldSearchStatus"></span><span id="PayPageLayoutRN"><a href="#TheContent"><img src="/OA_HTML/cabo/images/swan/t.gif" alt="Skip navigation elements to page contents" border="0"></a><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" class="x6u" style="background-image:url(/OA_HTML/cabo/images/swan/headerBg.jpg);"><tr><td><script>var _tURL="\x2FOA_HTML\x2Fcabo\x2Fimages\x2Fswan\x2Ft.gif";var _axm=1;t('10','10')</script></td></tr><tr><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" style="padding:0px 10px;"><tr><td nowrap valign="top" width="1%"><img src="/OA_MEDIA/FNDSSCORP.gif" alt="Oracle Logo" width="155" height="20" border="0"></td><td nowrap><span title="iSupplier Portal" style="position:absolute"><span class="x4i">iSupplier Portal</span></span><script>t('0','14')</script></td><td></td><td></td></tr><tr><td></td><td colspan="2" align="right" valign="bottom" style="position:relative;z-index:10;padding-bottom:8px"><table class="x6w" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td valign="bottom"><a class="x15" href="OA.jsp?_rc=FNDPORTALRELEASEAM&_ri=0&retainAM=N&_userOrSSWAPortalUrl=http%3A//isupplier.dpispecialtyfoods.com/OA_HTML/OA.jsp%3FOAFunc=OAHOMEPAGE&_ti=803889219&oapc=11&OAMC=75556_9_0&menu=Y&oas=Aw_aga4Z70PQ-Zxpc9U7zw..">Home</a></td><td valign="bottom"><a class="x15" href="/OA_HTML/OALogout.jsp?menu=Y">Logout</a></td></tr></table></td></tr></table></td></tr><tr><td align="left" valign="bottom" colspan="4"><table class="x1j" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td width="8" height="21"><img src="/OA_HTML/cabo/images/swan/topDimTabL.gif" width="8" height="21" border="0" alt=""></td><td nowrap style="background-image:url(/OA_HTML/cabo/images/swan/topDimTabBg.gif);" class="x1k" background="/OA_HTML/cabo/images/swan/topDimTabBg.gif"><a id="POS_HOME" name="POS_HOME" title="Home" href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/home/webui/PosHomeMainPG&_ri=177&menu=Y&OAHP=ISP_HOMEPAGE_MENU&OASF=POS_HOME&SRMApp=ISP&OAPB=POS_ISP_BRAND&_ti=803889219&oapc=11&OAMC=75556_2_0&menu=Y&oaMenuLevel=1&oas=SyGUQsHBGd8gmI1qSUqsBw..">Home</a></td><td width="18" height="21"><img src="/OA_HTML/cabo/images/swan/topTabDDjoint.gif" width="18" height="21" border="0" alt=""></td><td nowrap style="background-image:url(/OA_HTML/cabo/images/swan/topDimTabBg.gif);" class="x1k" background="/OA_HTML/cabo/images/swan/topDimTabBg.gif"><a id="POS_ORDERS" name="POS_ORDERS" title="Orders" href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/orders/webui/PosVpoMainPG&_ri=177&retainAM=Y&addBreadCrumb=Y&OASF=POS_PURCHASE_ORDERS&_ti=803889219&oapc=11&OAMC=75556_16_0&menu=Y&oaMenuLevel=1&oas=Hm5yoNuGsAHwzaVN22G3KA..">Orders</a></td><td width="18" height="21"><img src="/OA_HTML/cabo/images/swan/topTabDAjoint.gif" width="18" height="21" border="0" alt=""></td><td nowrap style="background-image:url(/OA_HTML/cabo/images/swan/topTabBg.gif);" class="x1l" background="/OA_HTML/cabo/images/swan/topTabBg.gif"><a id="POS_ACCOUNT" name="POS_ACCOUNT" title="Finance" href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/account/webui/PosInvoiceMainPG&_ri=177&addBreadCrumb=Y&retainAM=Y&OASF=POS_INVOICES&_ti=803889219&oapc=11&OAMC=75556_34_0&menu=Y&oaMenuLevel=1&oas=U08P5tGwjGv7xFslHOTX_w..">Finance</a></td><td width="8" height="21"><img src="/OA_HTML/cabo/images/swan/topTabR.gif" width="8" height="21" border="0" alt=""></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""><tr><td width="100%"><table class="x18" cellpadding="0" cellspacing="0" border="0" summary="" width="100%"><tr><td width="1" height="22"><img src="/OA_HTML/cabo/images/swan/navBarUnderTopTabsBg.gif" width="1" height="22" border="0" alt=""></td><td class="OraGlobalHeaderBody" background="/OA_HTML/cabo/images/swan/navBarUnderTopTabsBg.gif"><table cellpadding="0" cellspacing="0" border="0" summary=""><tr><td class="x19"><a id="POS_INVOICES" name="POS_INVOICES" title="View Invoices" href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/account/webui/PosInvoiceMainPG&_ri=177&addBreadCrumb=Y&retainAM=Y&OASF=POS_INVOICES&_ti=803889219&oapc=11&OAMC=75556_34_0&menu=Y&oaMenuLevel=2&oas=FsqSJlof86WTTbrMEMSltA..">View Invoices</a></td><td class="x1b" width="15" height="22"><img src="/OA_HTML/cabo/images/swan/separator.gif" width="15" height="22" border="0" alt=""></td><td class="x1a"><a id="POS_PAYMENTS" name="POS_PAYMENTS" title="View Payments" href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/account/webui/PosPaymentMainPG&_ri=177&addBreadCrumb=Y&retainAM=Y&OASF=POS_PAYMENTS&_ti=803889219&oapc=11&OAMC=75556_35_0&menu=Y&oaMenuLevel=2&oas=_UnvC1frg-z4rh5kCVdUWg..">View Payments</a></td></tr></table></td><td width="1" height="22"><img src="/OA_HTML/cabo/images/swan/navBarUnderTopTabsBg.gif" width="1" height="22" border="0" alt=""></td></tr></table></td></tr></table><div class="x6t" style="height:auto"><a id="TheContent" name="TheContent" class="xh"></a><table id="FwkErrorBeanId" width="100%" summary="" border="0" cellspacing="0" cellpadding="0"><tr><td></td></tr></table><div></div><div></div><div class="x7x"><div><div class="x6a"><table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""><tr><td width="100%"><h1 class="x1f">View Payments</h1></td></tr></table></div><div class="x79"><table width="100%" summary="" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td></td><td align="right" nowrap><table id="PgBtnBar" class="x6w" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td><script>t(8,0)</script></td><td><button id="ExportBtn" title="Export" class="x7n" style="background-image:url(/OA_HTML/cabo/images/swan/btn-bg1.gif)" onclick="return _chain('submitForm(\'DefaultFormName\',0,{\'_FORM_SUBMIT_BUTTON\':\'ExportBtnQk3pN4Se\',\'serverValidate\':\'0WcZYJL00\',event:\'EXPORT_BUTTON_SELECTED\',source:\'ExportBtn\'});return false;','submitForm(\'DefaultFormName\',1,{\'_FORM_SUBMIT_BUTTON\':\'ExportBtnQk3pN4Se\'});return false',this,event,true)" type="submit">Export</button></td></tr></table></td></tr><tr><td><script>t('1','2')</script></td></tr></table><noscript>JavaScript enabled browser required.</noscript><div></div><noscript>JavaScript enabled browser required.</noscript><div></div><span id="PaymentSearchRN"><table id="SimpleSearchHdr" cellpadding="0" cellspacing="0" border="0" width="100%" summary=""><tr><td height="10"></td></tr><tr><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" class="x7b" style="background-image:url(/OA_HTML/cabo/images/swan/headingBarBg.gif);"><tr><td width="100%"><h2 class="x7c">Simple Search</h2></td></tr></table></td></tr><tr><td height="8" class="x79"></td></tr><tr><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""><tr><td><div class="x79"><div><table width="100%" summary="" border="0" cellspacing="0" cellpadding="0"><tr><td align="left"><table summary="" border="0" cellspacing="0" cellpadding="0"><tr><td><span id="N180" class="x0">Note that the search is case insensitive</span></td></tr></table></td><td align="right"><button class="x7n" style="background-image:url(/OA_HTML/cabo/images/swan/btn-bg1.gif)" onclick="submitForm('DefaultFormName',0,{'_FORM_SUBMIT_BUTTON':'advancedSearchButtonhknQgq3N'});return false" type="submit">Advanced Search</button><script>t(void 0,'5')</script></td></tr></table><div></div><table id="SimpleSearchRN" cellpadding="0" cellspacing="0" border="0" width="75%" summary=""><tr><td width="20"><script>t(20)</script></td><td width="50%" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="75%" summary=""><tr id="SearchPaymentNum__xc_"><td align="right" nowrap width="25%"><span class="xc"><label for="SearchPaymentNum">Payment Number</label></span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><input id="SearchPaymentNum" title="Payment Number" class="x8" onkeypress="return _chain('if(_getKC(event)==13){submitForm(\'DefaultFormName\',1,{\'_FORM_SUBMIT_BUTTON\':\'customizeSubmitButtonLPOloP5X\'});return false;};return true;','return _submitOnEnter(event, \'DefaultFormName\');',this,event,true)" onchange="" name="SearchPaymentNum" size="0" type="text"><script>t('5')</script></td></tr><tr id="SearchInvoiceNum__xc_"><td align="right" nowrap width="25%"><span class="xc"><label for="SearchInvoiceNum">Invoice Number</label></span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><input id="SearchInvoiceNum" title="Invoice Number" class="x8" onkeypress="if(_getKC(event)==13){submitForm('DefaultFormName',1,{'_FORM_SUBMIT_BUTTON':'customizeSubmitButtonLPOloP5X'});return false;};return true;" onchange="" name="SearchInvoiceNum" size="0" type="text"><script>t('5')</script></td></tr><tr id="SearchPoNum__xc_"><td align="right" nowrap width="25%"><span class="xc"><label for="SearchPoNum">PO Number</label></span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><input id="SearchPoNum" title="PO Number" class="x8" onkeypress="if(_getKC(event)==13){submitForm('DefaultFormName',1,{'_FORM_SUBMIT_BUTTON':'customizeSubmitButtonLPOloP5X'});return false;};return true;" onchange="" name="SearchPoNum" size="0" type="text"><script>t('5')</script></td></tr></table></td><td width="12"><script>t('12')</script></td><td width="50%" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="75%" summary=""><tr id="SearchStatus__xc_"><td align="right" nowrap width="25%"><span class="xc"><label for="SearchStatus">Status</label></span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><script>var _jspDir='/OA_HTML/cabo/jsps/a.jsp';</script><script>var _configName='OAConfig';var _enc='UTF-8';var _contextURI='/OA_HTML/';</script><script>function _lovClose(f,p,pt){var s=submitForm;if(pt)s=_submitPartialChange;return s(f,0,p);}</script><span id="SearchStatus__xc_0"><input id="SearchStatus" title="Payment Status" class="x8" onkeypress="if(_getKC(event)==13){submitForm('DefaultFormName',1,{'_FORM_SUBMIT_BUTTON':'customizeSubmitButtonLPOloP5X'});return false;};return true;" onchange="return _LovInputVTF('SearchStatus',0,_getInputField(event),1,1);" name="SearchStatus" size="0" type="text"><script>t('8','1')</script><a onclick="return _LovInputVTF('SearchStatus',0,document.forms['DefaultFormName']['SearchStatus'],1,1,{'F':'DefaultFormName','N':'SearchStatus','L':'SearchStatus','D':'/OA_HTML/OA.jsp?region=/oracle/apps/pos/lov/webui/CheckStatusLovRN&amp;regionCode=SearchStatus&amp;regionAppId=177&amp;lovBaseItemName=SearchStatus&amp;fndOAJSPinEmbeddedMode=y&amp;_ti=803889219&amp;label=Status&amp;formName=DefaultFormName&amp;addBreadCrumb=S&amp;baseAppMod=oracle.apps.pos.account.server.PosPaymentAM&amp;amUsageMode=1&amp;lovMainCriteria=DisplayedField&amp;Criteria=SearchStatus.DisplayedField&amp;PassiveCriteria=&amp;retainAM=Y&amp;Selector=N&amp;lovMultiSelectDelimiter=%3B&amp;baseToLovKey=/oracle/apps/pos/account/webui/PosPaymentMainPG.SearchStatus_/oracle/apps/pos/lov/webui/CheckStatusLovRN&amp;baseCompMode=11.5.10&amp;oapc=11&amp;oas=hmEyhNr-U1nGp75yl5bpFw..','S':OnLovSelect,'M':1,'P':1});" href="#"><img src="/OA_HTML/cabo/images/cache/clovi.gif" width="24" height="24" border="0" alt="Search for Status" align="absmiddle"></a></span><script>t('5')</script></td></tr><tr id="PaymentAmountML__xc_"><td align="right" nowrap width="25%"><span class="xc">Payment Amount From</span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><table id="PayAmtRL" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td id="LeftCell2" align="left"><table id="SearchPaymentAmountFrom__xc_" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td align="right" nowrap></td><td></td><td valign="top"><script>var _locale='en-US-ORACLE9I';var _tLocale='en-US-ORACLE9I';var _groupingSep=',';var _decimalSep='.';</script><script src="/OA_HTML/cabo/jsLibs/resources/LocaleElements_en_US_ORACLE9I2_3_6_9.js"></script><input id="SearchPaymentAmountFrom" title="Payment Amount From" class="xa" onchange="" name="SearchPaymentAmountFrom" size="0" type="text"><label for="SearchPaymentAmountFrom" class="x3f">Payment Amount From</label><script>t('5')</script></td></tr></table></td><td id="MidCell2" width="2%"></td><td id="RightCell2"><table id="SearchPaymentAmountTo__xc_" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td align="right" nowrap width="25%"><span class="xc"><label for="SearchPaymentAmountTo">To</label></span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><input id="SearchPaymentAmountTo" title="Payment Amount To" class="xa" onchange="" name="SearchPaymentAmountTo" size="0" type="text"><script>t('5')</script></td></tr></table></td></tr></table></td></tr><tr id="PaymentDateML__xc_"><td align="right" nowrap width="25%"><span class="xc">Payment Date From</span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><table id="PayDateRL" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td id="LeftCell1" align="left"><table id="SearchPaymentDateFrom__xc_" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td align="right" nowrap></td><td></td><td valign="top"><script>var _dfLenient=1;var _df2DYS=1950;</script><script>if(window['_dfs'] == (void 0)){var _dfs=new Object();}_dfs["SearchPaymentDateFrom"]=['MM/dd/yyyy','MM/dd/yyyy']</script><input id="SearchPaymentDateFrom" title="Payment Date From" class="x8" onblur="_dfb(this,1)" onchange="" name="SearchPaymentDateFrom" size="10" type="text" value="05/05/2020" maxlength="10"><label for="SearchPaymentDateFrom" class="x3f">Payment Date From</label><script>t('8','1')</script><script>var _uixLocaleTZ=0;var _uixLocaleTZId="";</script><a onclick="_ldp('DefaultFormName','SearchPaymentDateFrom'); return false" href="#"><img src="/OA_HTML/cabo/images/cache/cdp.gif" width="19" height="24" border="0" alt="Select to access date picker" align="absmiddle"></a><script>t('5')</script></td></tr></table><table cellpadding="0" cellspacing="0" border="0" summary=""><tr><td colspan="2"></td><td><span class="x2v">(example: 05/27/2021)</span></td></tr></table></td><td id="MidCell1" width="2%"></td><td id="RightCell1"><table id="SearchPaymentDateTo__xc_" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td align="right" nowrap width="25%"><span class="xc"><label for="SearchPaymentDateTo">To</label></span></td><td width="12"><script>t('12')</script></td><td valign="top" width="75%"><script>_dfs["SearchPaymentDateTo"]=['MM/dd/yyyy','MM/dd/yyyy']</script><input id="SearchPaymentDateTo" title="Payment Date To" class="x8" onblur="_dfb(this,1)" onchange="" name="SearchPaymentDateTo" size="10" type="text" value="05/20/2020" maxlength="10"><script>t('8','1')</script><a onclick="_ldp('DefaultFormName','SearchPaymentDateTo'); return false" href="#"><img src="/OA_HTML/cabo/images/cache/cdp.gif" width="19" height="24" border="0" alt="Select to access date picker" align="absmiddle"></a><script>t('5')</script></td></tr></table></td></tr></table></td></tr></table></td></tr><tr><td width="20"><script>t(20)</script></td><td width="100%" valign="top" colspan="100"><table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""><tr><td width="12%"><script>t(1,1)</script></td><td width="12"><script>t('12','1')</script></td><td width="100%"><tr><td align="right" nowrap></td><td></td><td valign="top"><button class="x7n" style="background-image:url(/OA_HTML/cabo/images/swan/btn-bg1.gif)" onclick="submitForm('DefaultFormName',1,{'_FORM_SUBMIT_BUTTON':'customizeSubmitButtonLPOloP5X'});return false" type="submit">Go</button><script>t('6')</script><button class="x7n" style="background-image:url(/OA_HTML/cabo/images/swan/btn-bg1.gif)" onclick="return _chain('clearclearButton(); return false;','submitForm(\'DefaultFormName\',0,{\'_FORM_SUBMIT_BUTTON\':\'clearButtonWsj_IkRy\'});return false',this,event,true)" type="submit">Clear</button></td></tr></td><td width="12"><script>t('12','1')</script></td></tr></table></td></tr></table><div></div><div></div><span id="ResultRN" title="Payment Results"><table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""></table><table class="x1o" cellpadding="1" cellspacing="0" border="0" width="100%" summary="Payment Results"><tr><th scope="col" class="x27 x5e" onclick="_tableSortSubmit('DefaultFormName',1,'sort','N179','0-C4Trt1k','','ResultRN');return false"><a id="OASH__710953" onclick="return false;" href="#" onclick="return false;" class="x2a">Payment<script>function _tableSortSubmit(formName,validate,sortEvent,table,val,stat,ptgt) {var submitFunc = (ptgt == (void 0)) ? submitForm : _submitPartialChange;submitFunc(formName,validate,{event:sortEvent,source:table,value:val,state:stat,partialTargets:ptgt });}</script></a></th><th scope="col" nowrap class="x27 x5e" onclick="_tableSortSubmit('DefaultFormName',1,'sort','N179','1bIdJCsV5','descending','ResultRN');return false"><a id="OASH__710954" onclick="return false;" href="#" onclick="return false;" class="x2a">Payment Date</a><a href="#" onClick="return false;"><img src="/OA_HTML/cabo/images/cache/cdsort.gif" width="16" height="16" border="0" alt="Sorted in descending order" align="middle"></a></th><th scope="col" class="x1y x4t"><span id="OASH__710955" class="x2b">Currency</span></th><th scope="col" class="x28 x5e" onclick="_tableSortSubmit('DefaultFormName',1,'sort','N179','3DeLalfux','','ResultRN');return false"><a id="OASH__710956" onclick="return false;" href="#" onclick="return false;" class="x2a">Amount</a></th><th scope="col" class="x1y x4t"><span id="OASH__710957" class="x2b">Method</span></th><th scope="col" class="x27 x5e" onclick="_tableSortSubmit('DefaultFormName',1,'sort','N179','5q1gbbXdb','','ResultRN');return false"><a id="OASH__710958" onclick="return false;" href="#" onclick="return false;" class="x2a">Status</a></th><th scope="col" class="x1y x4t"><span id="OASH__710959" class="x2b">Status Date</span></th><th scope="col" class="x1y x4t"><span id="OASH__710960" class="x2b">Bank Account</span></th><th scope="col" class="x1y x4t"><span id="OASH__710961" class="x2b">Invoice</span></th><th scope="col" class="x1y x4t"><span id="OASH__710962" class="x2b">PO Number</span></th></tr><tr><td class="x1s x57"><a id="N179:Check_Number:0" title="6089641" href="OA.jsp?OAFunc=POS_PAYMENT_DETAIL&PaymentId=%7B!!me6MdOgDMJmcg4ExVKO1tw%7D&SrcApp=POS&SrcPg=PaySumm&retainAM=Y&addBreadCrumb=Y&retainAM=Y&_ti=803889219&oapc=11&oas=fTiXkHpT9uoivDBeLrYlWQ.." class="xh">6089641</a></td><td class="x1s x57" nowrap><span id="N179:Check_Date:0" title="Payment Date">05/14/2020</span></td><td class="x1s x57"><span id="N179:Currency_Code:0" title="Currency">USD</span></td><td class="x1u x57"><span id="N179:Amount:0" title="Payment Amount" class="xaq">25,943.77</span></td><td class="x1s x57"><span id="N179:Payment_Method:0" title="Payment Method">Electronic</span></td><td class="x1s x57"><span id="N179:Status_Displayed:0" title="Payment Status">Negotiable</span></td><td class="x1s x57" nowrap><span id="N179:Status_Date:0" title="Status Date">05/14/2020</span></td><td class="x1s x57"><span id="N179:BankAccount:0" title="Bank Account">BMO Wires</span></td><td class="x1s x57"><a id="N179:Inv_M:0" title="Multiple" href="OA.jsp?OAFunc=POS_INVOICE_VIEW&PaymentId=%7B!!me6MdOgDMJmcg4ExVKO1tw%7D&PaymentNum=6089641&SrcApp=POS&SrcPg=PaySumm&retainAM=Y&addBreadCrumb=Y&_ti=803889219&oapc=11&oas=U2dTSbTFP9Tv1-ZO5Aay3Q.." class="xh">Multiple</a></td><td class="x1s x57"><a id="N179:Po_S:0" title="684760" href="OA.jsp?OAFunc=POS_VIEW_ORDER&PoHeaderId=%7B!!B7CwbH-Oj6zNcWuf3-v8sA%7D&PoReleaseId=&PoNum=684760&retainAM=Y&addBreadCrumb=Y&_ti=803889219&oapc=11&oas=CntXv2IS2NkF3Dh52l9BxQ.." class="xh">684760</a></td></tr><tr><td class="x1s x57"><a id="N179:Check_Number:1" title="6089054" href="OA.jsp?OAFunc=POS_PAYMENT_DETAIL&PaymentId=%7B!!2n2iUVu0Ds1atJ4Zq.aJ7w%7D&SrcApp=POS&SrcPg=PaySumm&retainAM=Y&addBreadCrumb=Y&retainAM=Y&_ti=803889219&oapc=11&oas=WMdc6FOj-QvUkNmO80Yoxw.." class="xh">6089054</a></td><td class="x1s x57" nowrap><span id="N179:Check_Date:1" title="Payment Date">05/07/2020</span></td><td class="x1s x57"><span id="N179:Currency_Code:1" title="Currency">USD</span></td><td class="x1u x57"><span id="N179:Amount:1" title="Payment Amount" class="xaq">30,133.54</span></td><td class="x1s x57"><span id="N179:Payment_Method:1" title="Payment Method">Electronic</span></td><td class="x1s x57"><span id="N179:Status_Displayed:1" title="Payment Status">Negotiable</span></td><td class="x1s x57" nowrap><span id="N179:Status_Date:1" title="Status Date">05/07/2020</span></td><td class="x1s x57"><span id="N179:BankAccount:1" title="Bank Account">BMO Wires</span></td><td class="x1s x57"><a id="N179:Inv_M:1" title="Multiple" href="OA.jsp?OAFunc=POS_INVOICE_VIEW&PaymentId=%7B!!2n2iUVu0Ds1atJ4Zq.aJ7w%7D&PaymentNum=6089054&SrcApp=POS&SrcPg=PaySumm&retainAM=Y&addBreadCrumb=Y&_ti=803889219&oapc=11&oas=6Uw8ucjTLKZj5EP2rym0Xg.." class="xh">Multiple</a></td><td class="x1s x57"><a id="N179:Po_S:1" title="681553" href="OA.jsp?OAFunc=POS_VIEW_ORDER&PoHeaderId=%7B!!xydI85xpeJUsl5EuQjB9CA%7D&PoReleaseId=&PoNum=681553&retainAM=Y&addBreadCrumb=Y&_ti=803889219&oapc=11&oas=TAJoTAUGGPEZREuztQVBXQ.." class="xh">681553</a></td></tr><tr><td class="x1s x57"><a id="N179:Check_Number:2" title="6088768" href="OA.jsp?OAFunc=POS_PAYMENT_DETAIL&PaymentId=%7B!!XlWNRfZeq6h-OcULmA9XlQ%7D&SrcApp=POS&SrcPg=PaySumm&retainAM=Y&addBreadCrumb=Y&retainAM=Y&_ti=803889219&oapc=11&oas=Ogmk3znKvQU1x8ExiSNcZw.." class="xh">6088768</a></td><td class="x1s x57" nowrap><span id="N179:Check_Date:2" title="Payment Date">05/05/2020</span></td><td class="x1s x57"><span id="N179:Currency_Code:2" title="Currency">USD</span></td><td class="x1u x57"><span id="N179:Amount:2" title="Payment Amount" class="xaq">58,835.03</span></td><td class="x1s x57"><span id="N179:Payment_Method:2" title="Payment Method">Electronic</span></td><td class="x1s x57"><span id="N179:Status_Displayed:2" title="Payment Status">Negotiable</span></td><td class="x1s x57" nowrap><span id="N179:Status_Date:2" title="Status Date">05/05/2020</span></td><td class="x1s x57"><span id="N179:BankAccount:2" title="Bank Account">BMO Wires</span></td><td class="x1s x57"><a id="N179:Inv_M:2" title="Multiple" href="OA.jsp?OAFunc=POS_INVOICE_VIEW&PaymentId=%7B!!XlWNRfZeq6h-OcULmA9XlQ%7D&PaymentNum=6088768&SrcApp=POS&SrcPg=PaySumm&retainAM=Y&addBreadCrumb=Y&_ti=803889219&oapc=11&oas=52n7DLwf-uHKtE5NlwWKUw.." class="xh">Multiple</a></td><td class="x1s x57"><a id="N179:Po_M:2" title="Multiple" href="OA.jsp?OAFunc=POS_PO_VIEW&PaymentId=%7B!!XlWNRfZeq6h-OcULmA9XlQ%7D&PaymentNum=6088768&SrcApp=POS&SrcPg=PaySumm&retainAM=Y&_ti=803889219&oapc=11&oas=m7sJrPyhPqStn1ZGl2qs9A.." class="xh">Multiple</a></td></tr></table><table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""></table></span><span id="ResultRN-hv"></span></div></div></td></tr></table></td></tr></table></span></div></div><div><div><script>t(1,9)</script></div><div><script>t(1,2)</script></div><table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""><tr><td nowrap></td><td width="100%" align="right"><table id="PgBtnBar_uixr" class="x6w" cellpadding="0" cellspacing="0" border="0" summary=""><tr><td><script>t(8,0)</script></td><td><button id="ExportBtn_uixr" title="Export" class="x7n" style="background-image:url(/OA_HTML/cabo/images/swan/btn-bg1.gif)" onclick="return _chain('submitForm(\'DefaultFormName\',0,{\'_FORM_SUBMIT_BUTTON\':\'ExportBtnQk3pN4Se\',\'serverValidate\':\'0WcZYJL00\',event:\'EXPORT_BUTTON_SELECTED\',source:\'ExportBtn\'});return false;','submitForm(\'DefaultFormName\',1,{\'_FORM_SUBMIT_BUTTON\':\'ExportBtnQk3pN4Se\'});return false',this,event,true)" type="submit">Export</button></td></tr></table></td><td></td></tr><tr><td colspan="3"><script>t(1,10)</script></td></tr></table></div></div><div></div><div></div><div></div></div><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" class="x70" style="background-image:url(/OA_HTML/cabo/images/swan/footerBg.gif);"><tr><td nowrap align="center"><table cellpadding="0" cellspacing="0" border="0" summary="" align="center"><tr><td align="center" id="POS_HOME"><a href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/home/webui/PosHomeMainPG&_ri=177&menu=Y&OAHP=ISP_HOMEPAGE_MENU&OASF=POS_HOME&SRMApp=ISP&OAPB=POS_ISP_BRAND&_ti=803889219&oapc=11&OAMC=75556_2_0&menu=Y&oaMenuLevel=1&oas=SyGUQsHBGd8gmI1qSUqsBw.." class="x15">Home</a></td><td align="center" id="POS_ORDERS"><a href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/orders/webui/PosVpoMainPG&_ri=177&retainAM=Y&addBreadCrumb=Y&OASF=POS_PURCHASE_ORDERS&_ti=803889219&oapc=11&OAMC=75556_16_0&menu=Y&oaMenuLevel=1&oas=Hm5yoNuGsAHwzaVN22G3KA.." class="x15">Orders</a></td><td align="center" id="POS_ACCOUNT"><a href="/OA_HTML/OA.jsp?page=/oracle/apps/pos/account/webui/PosInvoiceMainPG&_ri=177&addBreadCrumb=Y&retainAM=Y&OASF=POS_INVOICES&_ti=803889219&oapc=11&OAMC=75556_34_0&menu=Y&oaMenuLevel=1&oas=U08P5tGwjGv7xFslHOTX_w.." class="x15">Finance</a></td><td align="center"><a href="OA.jsp?_rc=FNDPORTALRELEASEAM&_ri=0&retainAM=N&_userOrSSWAPortalUrl=http%3A//isupplier.dpispecialtyfoods.com/OA_HTML/OA.jsp%3FOAFunc=OAHOMEPAGE&_ti=803889219&oapc=11&OAMC=75556_9_0&menu=Y&oas=Aw_aga4Z70PQ-Zxpc9U7zw.." class="x15">Home</a></td><td align="center"><a href="/OA_HTML/OALogout.jsp?menu=Y" class="x15">Logout</a></td></tr></table></td></tr><tr><td><table cellpadding="2" cellspacing="2" border="0" width="100%" summary=""><tr><td align="left" nowrap class="x14"></td><td><script>t('10','10')</script></td><td align="left" nowrap class="x13"><a title="Privacy Statement" href="http://dpispecialtyfoods.com/privacy" target="_blank">Privacy Statement</a></td><td align="right" nowrap width="100%" class="x12"><span id="N221">&copy;2006-2012 DPI Specialty Foods Inc. All rights reserved</span></td></tr></table></td></tr></table></span><input id="advancedSearchButton$$unvalidated" type="hidden" value="trueEY_h5Lw3" name="advancedSearchButton$$unvalidated"><input id="advancedSearchButton$$processFormDataCalled" type="hidden" value="trueTvygMPaZ" name="advancedSearchButton$$processFormDataCalled"><input id="customizeSubmitButton$$processFormDataCalled" type="hidden" value="trueCPRTkcHx" name="customizeSubmitButton$$processFormDataCalled"><input id="clearButton$$unvalidated" type="hidden" value="trueFV-A7Nfu" name="clearButton$$unvalidated"><input id="clearButton$$processFormDataCalled" type="hidden" value="falsewwoAXyY_" name="clearButton$$processFormDataCalled"><input id="N179$$unvalidated" type="hidden" value="falsezg5zAMHT" name="N179$$unvalidated"><input id="N179$$serverUnvalidated" type="hidden" value="falseIZoQNA0E" name="N179$$serverUnvalidated"><input id="ExportBtn$$unvalidated" type="hidden" value="falseqD9rZd_R" name="ExportBtn$$unvalidated"><input id="ExportBtn$$serverUnvalidated" type="hidden" value="falsebu6sCh__" name="ExportBtn$$serverUnvalidated"><input id="ExportBtn$$processFormDataCalled" type="hidden" value="trueiKV75ZEk" name="ExportBtn$$processFormDataCalled"><input id="FORM_MAC_LIST" type="hidden" value="_FORM^clearButton$$processFormDataCalled^_AM_TX_ID_FIELD^N179$$serverUnvalidated^ExportBtn$$serverUnvalidated^lovJSHiddenFieldSearchStatus^clearButton$$unvalidated^advancedSearchButton$$unvalidated^lovPassiveCriteriaHFSearchStatus^BASE_FORM_NAME^customizeSubmitButton$$processFormDataCalled^ExportBtn$$unvalidated^lovAutoClearHFSearchStatus^_FORM_SUBMIT_BUTTON^ExportBtn$$processFormDataCalled^N179$$unvalidated^_FORMEVENT^evtSrcRowIdx^advancedSearchButton$$processFormDataCalled^evtSrcRowId^lovCriteriaHiddenFieldSearchStatus^serverValidate***value;T@@@FORM_MAC_LIST***@@@source^partialTargets^state^event^SearchPaymentAmountTo^FORM_MAC_LIST^lovOnClickJSHiddenFieldSearchStatus^SearchPoNum^lovOnClickJSExecutedHiddenFieldSearchStatus^SearchStatus^SearchPaymentNum^SearchPaymentDateTo^SearchPaymentAmountFrom^SearchPaymentDateFrom^SearchInvoiceNumXF0M-GbanKB4OXnsXwloWw.." name="FORM_MAC_LIST"><span id="_DefaultFormName_Postscript"><input type="hidden" name="_FORMEVENT"><input type="hidden" name="serverValidate"><input type="hidden" name="evtSrcRowIdx"><input type="hidden" name="evtSrcRowId"><input type="hidden" name="_FORM_SUBMIT_BUTTON"><input type="hidden" name="event"><input type="hidden" name="source"><input type="hidden" name="partialTargets"><input type="hidden" name="partial"><input type="hidden" name="searchText"><input type="hidden" name="value"><input type="hidden" name="state"><script>var _resetDefaultFormNameNames=["_FORMEVENT","serverValidate","evtSrcRowIdx","evtSrcRowId","_FORM_SUBMIT_BUTTON","event","source","partialTargets","partial","searchText","value","state"];</script><script>var _DefaultFormName_Validations=['new DecimalFormat().validate(%value%)','new SimpleDateFormat([\'MM/dd/yyyy\',\'MM/dd/yyyy\']).validate(%value%)'];function _DefaultFormNameValidater(form){var fl = _multiValidate(form,[0,"SearchPaymentAmountFrom",0,1,0,"SearchPaymentAmountTo",0,1,1,"SearchPaymentDateFrom",1,1,1,"SearchPaymentDateTo",1,1]);if(fl.length>0){_validationAlert('Form validation failures:'+fl);return false;}else{return true;}}var _DefaultFormName_Labels={'SearchPaymentAmountTo':'To','SearchPaymentDateTo':'To'};var _DefaultFormName_Patterns={'SearchPaymentDateFrom':'MM/dd/yyyy','SearchPaymentDateTo':'MM/dd/yyyy'};var _DefaultFormName_Formats=['Value "%value%" in "%label%" is not a number.','Value "%value%" in "%label%" is not a date formatted as "%pattern%".:::::Value "%value%" in "%label%" is not a valid time due to Day Light Saving Time.'];function _submitOnEnter(e,frm){return (_getKC(e)!=13);}</script></span><script>_submitFormCheck();</script></form><iframe name=formsLauncher src="http://isupplier.dpispecialtyfoods.com/OA_HTML/blank.html" title="" height=5px width=5px scrolling=no frameborder=no></iframe><iframe name=formsLauncher src="http://isupplier.dpispecialtyfoods.com/OA_HTML/blank.html" title="" height=5px width=5px scrolling=no frameborder=no></iframe></span><input id="_pprSaveLib" type="hidden" disabled><input id="_pprSaveScript" type="hidden" disabled><input id="_pprSavePage" type="hidden" disabled><script>var _uixDoneMessage="Done."</script><script>document.body.style.marginLeft="0px";document.body.style.marginRight="0px";document.body.style.marginTop="0px";</script></body><!-- Created by Oracle UIX , laf:swanEXTN (swanEXTN) --></html>
IMPORTANT REGEX
2021-05-30T11:39:37.000Z
An expression that **obfuscates** with * following this rule: _<First char from email local part><Five fixed masked symbols>**@**<first domain letter><Five fixed masked symbols>**.**<tld domain>_ Example: Input: [email protected] Output: e*****@w*****.uk
(\w)(.+?)(@)(\w)(.+?)(.\w+$)
Email obfuscation
2021-07-07T16:33:22.000Z
Регулярное выражение для проверки корректности e-mail (пример: «[email protected]»):
^([a-z0-9_-]+\.)*[a-z0-9_-]+@[a-z0-9_-]+(\.[a-z0-9_-]+)*\.[a-z]{2,6}$
E-mail regexp
2019-03-16T09:40:48.000Z
Matches every polynomial you want ;)
^(((-?\d*(,\d+)?\*?)|\d+\/\d+)?(x(\^-?\d+)?)?)((\+|-)(((-?\d*(,\d+)?\*?)|\d+\/\d+)?(x(\^-?\d+)?)?))*$
x^11-3x^9+12x^7+57/23x^6-6x^5+x^4-11*x^3+x^2-x-33
Polynomial matcher
2015-06-02T19:54:08.000Z
Username
{99 99999999}
Username
2016-09-17T11:40:59.000Z
{if (.*?)}(.*?)(?={\/if}|{else}(.*?){\/if})
asdfasdf {if 2==2} 44 {else} 123 {/if} asdfasdf
perl {if condition} {else} {/if}
2016-02-14T16:59:45.000Z
.*((de)|(dk)|(no)|(jp))_2015.+
2 viatormobileprd_2015-12-05.tar.gz 3 viatorpartnerprd_2015-12-05.tar.gz viatormpartnerprd_2015-12-05.tar.gz viatorcomse_2015-12-05.tar.gz viatormse_2015-12-05.tar.gz 4 viatorcomfr_2015-12-05.tar.gz viatormfr_2015-12-05.tar.gz viatorcomit_2015-12-05.tar.gz viatormit_2015-12-05.tar.gz viatorcomnl_2015-12-05.tar.gz viatormnl_2015-12-05.tar.gz 5 viatorcomes_2015-12-05.tar.gz viatormes_2015-12-05.tar.gz viatorcombr_2015-12-05.tar.gz viatormbr_2015-12-05.tar.gz 6 viatorcomde_2015-12-05.tar.gz viatormde_2015-12-05.tar.gz viatorcomdk_2015-12-05.tar.gz viatorcomno_2015-12-05.tar.gz viatorcomjp_2015-12-05.tar.gz viatormjp_2015-12-05.tar.gz
Tripmix selectors for 2015 reprocess
2015-12-07T03:27:04.000Z
This just checks for case insensitive first name, last name, or both.
^([a-z]+)(\s)?([a-z]*)
Josh Garnick
Standard first and/or last name
2016-04-19T20:24:27.000Z
Get the 7 values coming from the device (telnet port 23) after sending the get info (b'I\r') command.
<ChA([0-9])\*ChB([0-9])>\*<(.*?)>\*<(.*?)>\*<(.*?)>\*<(.*?)>\*<(.*?)>\n
<ChA1*ChB4>*<stopped>*<internal>*<70047272>*<00:00:00>*<00:00:00>
Extron SMP351 info string
2016-04-15T22:24:16.000Z
(^\w+ &.*)
Paul & Mary Atkins - John Arnold & Dave Badman - ----DO NOT MATCH---- John Baines & Dave Adams -
f
2014-10-25T12:01:15.000Z
^final\s.*;$
final fsdfsfs d ;
final dec and assignment
2018-06-10T17:45:42.000Z
id\=\"(?<id>[a-zA-Z][^_]+(\.*))
10-10-2019 14:04:25.863 +0200 WARN DispatchSjaak - Queued job id="c1111__c63422sss23344__search__search12339_157e345.73734_AF27BCF9-C4E0-4D04-B4E3-3r", seadex=application_wab_p id="w34_aW0uY3Jpc2lz_aW0uY3Jpc2lz__search__search36_15703344710104.14022286_FB3D64CC-984D-4FAB-B724-5D14BA490FE3AppID == "ANDROID", "MB Android App", search_id="1570701613.3403_5F230059-1DF0-4750-B165-087Der444425949E17" - QUEUED reason="The maximum nu = "HELL", "MB", search_id="xxx1570701613.3403_5F230059-1DF0-4750-B165-087Der444425933244349E17" - QUEUED reason="The maximum nu
Get ID
2019-10-10T12:57:05.000Z
.* - (.*) - .*.(mp4)
8teenBoy (Helix Studios) - Testing the Tutor - Trevor Harris & Julian Bell [720p].mp4
clean regex
2017-10-20T03:03:34.000Z
KW[^a-zA-Z1-9]*([1-9]+\d*).*\d+\.\d+\.(\d+).*
KW-7%C2%AD_12.02.-16.02.2018.pdf KW-8_12.02.-16.02.2018.pdf KW-03_12.02.-16.2.2018.pdf KW-43_12.2.-06.02.2018.pdf KW-43_12.2.2017-06.02.2018.pdf KW-43_12.2.2017-06.02.2018-extra.pdf
lunchgfz IPP extract week number year
2018-02-11T17:28:28.000Z
^[0-9]+
00000109966 c109041
patient number match on qr code
2021-02-23T14:33:04.000Z
Can be used as a basic validator to ensure that XML has only a single root element
^\s*(?:<\?xml[^>]+>)?\s*<([^>]+?)>[\s\S]+?<\/\1>\s*?$
<?xml version="1.0" encoding="UTF-8"?> <Recordings> <Recording OVSTag="R00259003F89415063015030509" Name="test"> <Channel EndTC="15:03:59:10" BeginTC="15:03:05:22" Index="3"/> <Clip UName="801" OVSTag="C00259003F89415063015394226" Name="test_sub_1"> <Channel OutPoint="15:03:20:19" InPoint="15:03:05:22" Default="true" Index="3"/> <SmartEvent ID="b703578e-8dd1-6b72-c8c7-237132f66652"/> <SmartEvent ID="9287112f-45a6-1f43-0c28-76111b1b710f"/> <SmartEvent ID="a71c9fff-d1ae-7f89-5f1a-7a0a281f9904"/> </Clip> </Recording> </Recordings> <SmartEvents> <SmartEvent PageID="f3e9e264-3f1a-0f15-814a-cc7c535c1251" ID="b703578e-8dd1-6b72-c8c7-237132f66652" Name="FOUL"/> <SmartEvent PageID="bc3e8a3b-ea74-dad2-bd55-49a7d9725b83" ID="9287112f-45a6-1f43-0c28-76111b1b710f" Name="MESSI"/> <SmartEvent PageID="d15ed885-b68b-69db-8d76-3dc21e47d1d1" ID="a71c9fff-d1ae-7f89-5f1a-7a0a281f9904" Name="RAMOS"/> </SmartEvents> <SmartEventPages> <SmartEventPage ID="d15ed885-b68b-69db-8d76-3dc21e47d1d1" Name="Real Team"/> <SmartEventPage ID="f3e9e264-3f1a-0f15-814a-cc7c535c1251" Name="Action"/> <SmartEventPage ID="bc3e8a3b-ea74-dad2-bd55-49a7d9725b83" Name="Barcelona Team"/> </SmartEventPages>
Match XML that has a single root element
2015-08-05T11:26:18.000Z
Uzbekistan passport regex
^(?!){0}([A-Z]{2} [0-9]{7})$
AB 1234567 AAA 1234567 AB 12345678 A1 1234567 AB A123456
Uzbekistan passport regex
2022-11-21T08:35:46.000Z
This is to detect priorty levels for Agile Method/ Scrum workflows. (!1) = Priority: Low (!2) = Priority: Medium (!3) = Priority: High (!4) = Priority: Critical
\(![1-4]\)
(!1) (!2) (!3) (!4)
Priority Levels (Agile Method/ Scrum Workflows)
2016-08-10T21:41:53.000Z
^(([a-z0-9][a-z0-9\-]*[a-z0-9])|[a-z0-9]+\.)*([a-z]+|xn\-\-[a-z0-9]+)\.?$
terra.com.br
FQDN Fully Qualified Domain Name
2015-06-25T16:31:13.000Z
\b(Information)\b([\S\s]*?)\b(Email)\b
Contact Information lori Email: [email protected] Phone: (xxx) xxx-xxxx
get all between 2 lines
2016-03-15T20:55:58.000Z
Grab Frame Height
(?!CT)\d{2}
CT27-ED R CT27-CD N CT40-ED R CT24-CD R Feeder Bolter Boom
FrameHeight
2019-10-16T14:58:37.000Z
Test
``` function_block\s([\s\S]*?)```
``` function_block #Cyclic #Inputs #Outputs #Acyclic #inputs #outputs #Optional #inputs #outputs ```
Test Function Block
2022-04-21T00:23:49.000Z
^(http(s?):\/\/)?(([a-zA-Z\-_0-9]+)\.)*oupe\.es($|\/.*)
http://oupe.es/
Lista Blanca y negra para redirecciones de CAS
2018-02-01T11:22:28.000Z
(([\S\s](?:(?!`{3})))*)([\r\n]|$)
var foo = 42; ```
asmblah/parsing: Matching markdown code fences
2016-02-07T05:48:54.000Z
Reg exp for directory/files of pdf etc
(\/proni\/.*((\.pdf)))
/proni/ihelp.pdf
Awstats
2016-07-26T14:09:06.000Z