description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
The string '{}' is valid while '{{}' is invalid as well as '}{'. Now, is this one valid: '{{{{v{a{l{{i{d or }i}}}n}v}}al}i}d?' ?
\A((?:[^{}]++|\{(?-1)\})*)+\Z
Match valid pairwise braces in text
2015-08-24T14:15:22.000Z
Parse a Finnish date with de "dd. mmmm yyyy" or "dd.mm.yyyy" format.
(?P<LongDate>(?P<Day>\d+)\.?[\s  ]*(?P<Month>tammikuuta|tammikuu|tammikuineni|helmikuineni|helmikuuta|helmikuu|maaliskuuta|maaliskuineni|maaliskuu|huhtihuineni|huhtikuuta|huhtikuu|toukokuineni|toukokuuta|toukokuu|kesäkuineni|kesäkuuta|kesäkuu|heinäkuineni|heinäkuuta|heinäkuu|elokuineni|elokuuta|elokuu|syyskuineni|syyskuuta|syyskuu|lokakuineni|lokakuuta|lokakuu|marraskuineni|marraskuuta|marraskuu|joulukuineni|joulukuuta|joulukuu|\d+)\.?[\s  ]*(?P<Year>\d{4}))
Cresson, 11.7.2006 antamassaan tuomio 18.12.2008, Kok.
Finnsih date with the "dd mmmm yyyy" format
2015-05-18T19:44:34.000Z
Match ESET PROTECT Cloud domains for exclusion from DNS logs
^(?:(?:(?:mdmcomm|checkin)\.(?:eu|us|jp)|(?:e(?:ba|df|pns)|msp|identity|repository|(?:(?:eu|us|jp)02\.)?protect|(?:(?:eu|us|jp)\.)?mdm)|(?:.*\.a\.ecaserver))|(redirector))\.eset\.(?(1)systems$|com$)?
eba.eset.com edf.eset.com epns.eset.com msp.eset.com identity.eset.com repository.eset.com *.a.ecaserver.eset.com protect.eset.com eu02.protect.eset.com us02.protect.eset.com jp02.protect.eset.com redirector.eset.systems eu.mdm.eset.com us.mdm.eset.com jp.mdm.eset.com mdm.eset.com checkin.eu.eset.com checkin.us.eset.com checkin.jp.eset.com mdmcomm.eu.eset.com mdmcomm.us.eset.com mdmcomm.jp.eset.com
ESET PROTECT Cloud domains (DNS)
2023-06-14T13:21:05.000Z
tristate
(?:\bfunction\s+(\w+)\([^()]*\)\s*\{|(?!^\G))(?:(?!\bfunction\s+\w+\([^()]*\)\s+{|}\h*\r?\n).)*?\$body\s*->\s*(\w+)|function\s*(.+?)\(
function deviceUpdate($body) { } function postad($body) { $adtitle = $body -> adtitle; $addescription = $body -> addescription; }
Regex
2016-02-17T11:18:18.000Z
(?:^.*\s([^:,\s]+):\s+([^:\n]+)|\G(?!\A))\s*at\s+(\S+)\((\w+\.\w+):(\d+)\)$
my error java.lang.NullPointerException: Sample Java Logback Exception at Sample.errorLevel3(Sample.java:35) at Sample.errorLevel2(Sample.java:31) at Sample.errorLevel1(Sample.java:27) at Sample.main(Sample.java:15)
Extract Java Exception Message Field
2015-11-10T06:43:16.000Z
atleast one letter atleast one symbol atleast one number atleast 7 charachter length
^(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{7,}$
123@abc
password REGEX
2016-06-11T10:28:37.000Z
URL regex
https?:\/\/lnkd\.in\/[\w]{6,8}#[^>]+
https://lnkd.in/eGdcPMUF#cl!1LumKruvpcw609V!d=11156_pd!kautLpk5gd!c=79793!YMjC54EQwFalv!l=367!acz0TyRlP4MnyZTvzmdcv9MKhFjY1YqiWitr1kLGkEMr!o=1322!V9WPiRhXeNx1xkrjDgeEIjboANnHxdLtp1DV90x3!v=1020463!mTwi7jAgR5Of5R!m=2210!nHGsRgDzd0yakbWR64r5ec8Bad3HfCuAvjDof73wH
URL Regex
2022-09-06T15:24:23.000Z
Regex for Mexican phones (without +)
^((00|0)?52[1-9]{1}[0-9]{8,10})$
Mexican Phones
2023-10-04T09:27:30.000Z
(\\)billing((\\).*).*
require_once($_SERVER['DOCUMENT_ROOT'] .'\billing\php\FileMaker.php');
fix windows
2016-08-30T20:49:47.000Z
.*Specific-Trap: 1002.*Detected Criteria: Job Failed.*Storage Policy Name: ([A-Z]+\_[A-Z]+\_[A-Z]+)
Aux Copy Detection
2015-09-11T14:52:11.000Z
([a-zA-Z])+(\d+)([]a-zA-Z]+)
A12b s17G P34562Z q2576f H456z a1A
dawdw
2016-04-23T08:58:41.000Z
(.*)\((.*)\)(.*)
Vithursan (Je suis occupé) 06 59 15 61 49
Récupérer information
2015-12-01T15:24:54.000Z
\[[a-z]{1,3}?-(\d{1,15}?)\]
[-234234]
Ticketnummer
2016-09-23T10:02:14.000Z
[ ]*(.*)\n[ ]*- ([0-9]{1,5}) bytes:\n(?:[ ]*([0-9A-F]{8}) (?:([0-9A-F]{2}) ){8} (?:([0-9A-F]{2}) ){8} .{16}\n)*[ ]*([0-9A-F]{8}) (?:([0-9A-F]{2}| ) ){8} (?:([0-9A-F]{2}| ) ){8} .{0,16}\n
Sending data on COM port COM2: - 5 bytes: - 5 bytes: 00000000 10 5B FE 59 16 .[.Y.
standard 16 columns hexdump
2015-06-19T21:19:59.000Z
Microsoft-Windows-Security-Auditing
Microsoft-Windows-Security-Auditing
windows match
2016-09-12T19:24:39.000Z
Matches current mobile phone numbers in Portugal
^(\+?351)?9\d\d{7}$
Portugal mobile phone numbers
2015-06-11T11:28:06.000Z
\d+\s(.+)\s\d+\s\w+
12 RUE DE LA MORT 75016 PARIS
Adress regex
2016-06-28T18:02:56.000Z
(\d+)
*0.1450377
regex
2015-05-26T18:02:34.000Z
^(!http|https):\/\/www.youtube\.com\/.*?v=(\w{11})
Extract video code from YouTube URL
2015-02-09T16:16:59.000Z
<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 + id + <a>
2015-08-01T14:05:40.000Z
^[a-z0-9][a-z0-9-]*(\[(\d)+-(\d)+\])?(\.[a-z0-9]+)*$
l-ops[1-9].cn9
vmnames
2017-10-25T12:22:31.000Z
IP/MASK or IP/CIDR (accept 5.5.5.0/255.255.255.0 and 5.5.5.0/24)
^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\/((((([0-9])|(?:[1-2][0-9])|(?:3[0-2]))|(([1-9]?\\d|1\\d\\d|25[0-5]|2[0-4]\\d)\.){3}([1-9]?\\d|1\\d\\d|25[0-5]|2[0-4]\\d)(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])))|(((255\.){3}(255|254|252|248|240|224|192|128|0+))|((255\.){2}(255|254|252|248|240|224|192|128|0+)\.0)|((255\.)(255|254|252|248|240|224|192|128|0+)(\.0+){2})|((255|254|252|248|240|224|192|128|0+)(\.0+){3})))$
0.0.0.0/32 10.10.10.10/32 10.10.10.10/255.255.255.255 99.99.99.99 100.100.100.100 199.199.199.199 200.200.200.200 255.255.255.255 255.255.255.255/24 256.256.256.256 1.1.1.1.1
IP/MASK or IP/CIDR (accept 5.5.5.0/255.255.255.0 and 5.5.5.0/24)
2019-08-13T12:37:42.000Z
Matches any Greek Phone with 10 digits starting with '2' or '69'
^(2\d|69)\d{8}$
Greek Phones
2018-01-09T13:53:07.000Z
a simple username pattern
^[a-zA-Z0-9]+[._]?[a-zA-Z0-9]+$
saeed.tabrizi
Simple Username Pattern
2015-10-28T16:54:23.000Z
-2.0*2^3*(2+3.024)+3.14159-(45^23)/(19-4)
([\d]*[.][\d]*)*|[\d]|([\+\-\*\(\)\^\/\ \d])
2.0*2^3*(2+3.024)
Parse all simple math expressions (decimals, whole, negative)
2015-11-09T00:47:46.000Z
age\s[a-z]+:\s*\d+\s*(-\s*\d+\s*(years?|months?|yrs)/\d+\s*)+years and up
age: adult/child gender: male/female age range: 3 - 5 years/5 - 8 years/8 - 12 years/12 years and up product type: costume character: animals &amp; insects material: polyester theme: animal age start: 3 years age end: adult features: -face is seen through the mouth of the zebra. -zipper closure in the front and a tail in the back. -set includes: jumpsuit and head mask. -animal collection. age: -adult/child. gender: -male/female. age range: -3 - 5 years/5 - 8 years/8 - 12 years/12 years and up
Demo2
2016-07-28T11:35:33.000Z
<table.*?>(.*?)<\/table>
<table class="table table-bordered table-striped"><a target="_blank" href="http://amilla.smugmug.com/Amilla-Fushi-Your-Island-Home/ALLBESTPHOTOS/i-22s2QVL/0/S/AMILLA%20FUSHI-AERIALS-PHOTO-4009-S.jpg">http://amilla.smugmug.com/Amilla-Fushi-Your-Island-Home/ALLBESTPHOTOS/i-22s2QVL/0/S/AMILLA%20FUSHI-AERIALS-PHOTO-4009-S.jpg</a></td></tr><tr><td>Width</td><td>400</td></tr><tr><td>Height</td><td>267</td></tr><tr><td>Alt</td><td>AMILLA FUSHI-AERIALS-PHOTO-4009</td></tr></tbody></table>
Select a HTML table and all its innerHTML
2015-04-15T19:49:53.000Z
1. Ability to capture emails sent and received from Exchange (using Journaling that has been activated on specific users) that have one or more of the following Project Number prefixes: “15-“ “16-“ “17-”... “30-“ “GGO”
(?i)\b(?<PROJECT>(15-|16-|17-|30-|GGO)\S*)
Does this detect GGO in this string?
project code for multiple codes
2016-04-06T04:59:28.000Z
For Visa, Mastercard, Discover, and AMEX
^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13})$
Credit Card Validator
2016-01-03T20:57:55.000Z
\Bis\B
This island is not an aisle
\B
2018-05-02T11:21:06.000Z
break the code to first opening parenthesis and then closing use the groups individually not entirely . This is 40% correct online pattern but mixing it with first open then close groups in two different matches result in 100% success
([{\(\[<]*)[^{\(\)}\[\]]*([\)}\]>]*)
{{{}[]<><[<]>}[<{}>]}
balanced parenthesis match
2018-01-23T06:59:17.000Z
Will match any French phone number, without or with separators (. - space), with or without international notation (+33 or 0033). 1st subgroup captures 0, +nn or 00nn 2nd subgroup captures the rest of the phone number Examples: 0512345678 05 12 34 56 78 05.12.34.56.78 05-12-34-56-78 +33512345678 +335 12 34 56 78 +335.12.34.56.78 +335-12-34-56-78 0033512345678 00335 12 34 56 78 00335.12.34.56.78 00335-12-34-56-78
^(\+[0-9]{2}[.\-\s]?|00[.\-\s]?[0-9]{2}|0)([0-9]{1,3}[.\-\s]?(?:[0-9]{2}[.\-\s]?){4})$
0512345678 05 12 34 56 78 05.12.34.56.78 05-12-34-56-78 +33621325465 +336 21 32 54 65 +336.21.32.54.65 +336-21-32-54-65 0033621325465 00336 21 32 54 65 00336.21.32.54.65 00336-21-32-54-65
French phone numbers / Numéros de téléphone français
2018-05-29T07:44:17.000Z
Matches any standard, 10-digit US phone number formats
(?:\(\d{3}\)*\s\d{3}-\d{4})|(?:\d{3}(?:-|\s*)\d{3}-\d{4})|(?:\d{10})
801-555-6432 (801) 556-9023 702 556-9023 7025569023 (801)556-9023
US phone, any standard format
2023-01-25T23:39:36.000Z
^(?:\D+)?(?:(?:[4-7](?:(?:\.|\,)[1-9])?)|(?:[5-8](?:(?:\.|\,)0)?))(?:(?:\s?gb)|\s?giga|\sgigabyte)?(?:.*)
4.5 polegadas (~ 64,3% relação tela-corpo) 5,5 polegadas super amoled full hd, 1080p 401 ppi corning® gorilla® glass 3 5,5 polegadas super amoled full hd, 1080p 401 ppi corning® gorilla® glass 3 5"-6" polegadas super amoled full hd, 1080p 401 ppi corning® gorilla® glass 3 ^(?:(6(?:\.|\,)0)|(5(?:\.|\,)[1-9]))(.*) \s?(?:(?:\d+)(?:\.|\,)?(?:\d+)?)(?:"|''|\x60|'|´|”) (?:(5(?:\.|\,)0)|(4(?:\.|\,)[1-9]))(.*) (4(?:\.|\,)[1-9])(.*) => 4-5 (5(?:\.|\,)[0]))(.*) => 4-5
[229187] - Celular - Memoria Interna
2018-05-28T19:16:23.000Z
YES!!
^[a-z]*p.t.?[a-z]*$
pit spot spate slap two respite pt Pot peat part
YES
2016-02-17T01:27:35.000Z
sdf
\d+(?=\.(?:[^\d]|$))
4.5.3. 41.53.32.
phanindra.vaga.ranama
2015-05-25T13:29:33.000Z
mail
mail fds f df mail
mail
2014-04-29T13:17:24.000Z
\$\$(.*?)\$\$
and $$ths$$ htsd is
Extract anything between double $$ chars
2016-09-06T09:20:37.000Z
Selects: /foldera/folderb/
^(.*[\/])
/foldera/folderb/filename.txt?lkjh=sdrgh
small version of path select
2016-09-23T07:29:34.000Z
(?<=/){(?<var>[a-z0-9_]+):?(?<reg>(?:(?:\[{0,1}[\w\d\-\\\./]+\]{0,1}(?:\+|\*|{(?:[0-9]+|[0-9]+,[0-9]*)})?)+|(?:\({0,1}[\w\d\-\\\./\[\]]+\){0,1}(?:\+|\*|{(?:[0-9]+|[0-9]+,[0-9]*)})?)+)+|)}(?=\s*(?:/|$))
/sys/users/{user_name:[\w\d-]+}/{uid:[0-9]{12,9}}/docs/5.2/routing#route-model-binding /posts/{year:[0-9]+}/{title:[a-zA-Z\-]+}/ /api/sys/users/{username:[\w./]*} /api/sys/users/{asd:[a-z]{3}}/{teste:[a-z][\w]{0,}} /api/sys/users/{uid:} /api/sys/users/{user_ref} /api/sys/users/ /api/sys/users/admin
Rest URL Param 2
2021-03-09T20:57:48.000Z
Regex to determine whether or not a New Zealand number is real
^02[0-2,6-9](\s|-|)\d{3,4}(\s|-|)\d{3,4}$
New Zealand Mobile number validity check
2018-05-25T02:23:02.000Z
.{10,20}?([\w.]+).{10,20}word_to_match.{0,15}
<span data-attr="something" attr1="" ><i>other_word</i></span> <span data-attr="required" attr1="" ><i>word_to_match</i></span> <span data-attr="something1" attr1="" ><i>some_other_word</i></span>
word_to_match
2015-08-28T12:00:52.000Z
(?<!\.)\.(?!\.)
asdasd..asdsds.asda.sd
only match single . and not double
2015-09-29T12:41:15.000Z
Useful to find only the game title without the tags if you have thousands of files to sort For example : Walt Disney World Quest - Magical Racing Tour (E) (M3) [C][!] -> Match only the title
^([A-Za-z0-9]*[- ])*
Walt Disney World Quest - Magical Racing Tour (E) (M3) [C][!]
Find games titles in roms files
2016-07-12T12:34:21.000Z
Regex pattern for Apache log
^(\S+) (\S+) (\S+) \[[\w:\/]+\s[+-]\d{4}\] (\S+) (\S+) (\S+)\" (\d{3}) [(\d+)|-]
64.242.88.10 - - [07/Mar/2004:16:05:49 -0800] "GET /twiki/bin/edit/Main/Double_bounce_sender?topicparent=Main.ConfigurationVariables HTTP/1.1" 401 -
Apache log regex
2015-12-10T20:29:56.000Z
^\+\([0-9]+\)[0-9]+$
+(3423)234232342
test
2016-02-23T16:34:53.000Z
([^"\n]*)\n?\n(?=[^"|]*")
sms csv (sqlite exported) replace newlines with \n in body
2015-01-09T00:37:09.000Z
(?:-|\/)(foo|bar)(?:\"([^\"]*)\")?(?:$|[[:space:]])
"bla bla -foo" /bar"Text -foo" -foo -foo""
Windows command line
2016-06-08T09:59:50.000Z
Finds h1-h3, its id if have one and the title.
(<h([1-3]{1})[^>]*?(?! id)(?:id=\"([^\"]*)\"[^>]*)?>)(.*)<\/h\2>|<!--nextpage-->
<h1>Test</h1> <h1 id="test">Test</h1> <h2 test="testattr" id="id">Test</h2> <h3 id="id" test="test">Test</h3> <h3 test="test" id="test" test="test">TEST</h3> <h4></h4> test sdlfkdslf <table> h1 <!--nextpage-->
WordPress Multipage Table of Contents header reconition
2015-11-26T15:36:20.000Z
^(0[1-9]|1\d|2[0-8]|29(?=-\d\d-(?!1[01345789]00|2[1235679]00)\d\d(?:[02468][048]|[13579][26]))|30(?!-02)|31(?=-0[13578]|-1[02]))-(0[1-9]|1[0-2])-([12]\d{3}) ([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$
ww
111
2014-05-05T06:42:18.000Z
HTML注释
\<\!--[\s\r\n-]*[\w\r\n-\W]*?[\s\r\n-]*--\>
t('bbbb',a,b,c) t("aaaa") t("aaaa') t('aaaa') t('xxxx') // rrrr t('bbbb',a,1) // t('bbbb',{x:1,y:"(,)",z:[]},1) t('中\n国') //t(" fdgdfgfd df dfgdfgdf") <!-- dfdfdf --> <!---sdsdsd ---> <!--a--> <!-- 中文 --> <!-- ewewewe //--> <!-- ewewewe //--> <!-- function displayMsg() { alert("Hello World!") } //--> fdff /* fdfdfdfsddssddsdsddsdsdsds sdsdsd dsdfsdfsd fsdfsdfsdfsdf */ /******dsdsdsdds*/ /*dsdsdsdds*/ /*********/ ddd //dddd/*sdds*/ //This is a comment 1 let a= 1 // This is a comment 2 // This is a comment 3 function test(){ ... //This is a comment 3 }
HTML注释
2022-03-25T01:24:06.000Z
^((\\)(\\[A-Za-z0-9-_]+){2,}(\\?))|([a-zA-Z]:\\(\w+\\)*\w*)|(((\\\\)((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])))((\\)?)(\\?[A-Za-z0-9-_]+)*(\\?))$
\\computer-name\drive\optional_folder1\optional_folder2\ \\computer-name\drive\optional_folder1\ \\computer-name\drive\ \\computer-name\\drive\ C:\test\ C:\test\plop C:\test\plop\ C:test\plop \\192.168.1.5\plop \\192.168.1.6 \\192.168.1.10\ \\1.21231jhkjhkj\ \\192.168.125.5\dossier\plop
Shared folder | shared folder ip | local folder
2018-03-05T10:08:17.000Z
^[a-z0-9-]{3,32}$
TeamAlert domenenavn
2018-03-01T08:46:00.000Z
Regex to proyect ODH for ROLE -> Developers
^.*odh.*develop|feature.*
AXAes-engineering-office/ODH_new/build_ODH/axaes-odh-catalog/develop ODH/odh_jobs/axaes-odh-client/feature/test-regex
Role regex ODH Developers
2020-07-01T09:48:59.000Z
-(?P<percent>\d+,\d+)% vanaf (?P<amount>\d+) (?P<unit>\w+), vanaf (?P<start_date>\d{2}/\d{2}/\d{4}) tot en met (?P<end_date>\d{2}/\d{2}/\d{4})
-20,00% vanaf 2 st, vanaf 26/07/2017 tot en met 08/08/2017
Example regex
2018-01-30T20:07:10.000Z
This pcre style regex tests for valid URLs capturing the whole address. It will capture http and https only. Compatible with multiple sub-domains and raw IPV4 addresses, as well as paths, queries, and parameters. See below for examples: Will match these valid URLS: https://www.example.com/foo/?bar=baz&inga=42&quux http://foo.com/blah_(wikipedia)#cite-1 http://foo.com/blah_(wikipedia)_blah#cite-1 http://foo.com/unicode_(✪)_in_parens http://foo.com/(something)?after=parens http://code.google.com/events/#&product=browser http://142.42.1.1/ http://142.42.1.1:8080/ Will NOT match though valid URLS http://✪df.ws/123 http://userid:[email protected]:8080 http://userid:[email protected]:8080/ http://[email protected] http://[email protected]/ http://[email protected]:8080 http://[email protected]:8080/ http://userid:[email protected] http://userid:[email protected]/ Does NOT and should not match these bad URLS: http:// http://. http://.. http://../ http://? http://?? http://??/ http://# http://## http://##/ http://foo.bar?q=Spaces should be encoded // //a ///a /// http:///a foo.com rdar://1234 h://test http:// shouldfail.com :// should fail http://foo.bar/foo(bar)baz quux ftps://foo.bar/ http://-error-.invalid/ http://a.b--c.de/ http://-a.b.co http://a.b-.co http://3628126748 http://.www.foo.bar/ http://www.foo.bar./ http://.www.foo.bar./ Its not perfect, it will match http://999.999.999.999 and similar invalid IPV4 addresses and is not optimized but met my needs.
(https?\:\/\/(?:[[:alnum:]]+\.)?[[:alnum:]]+\.(?:com|net|org)\/\S*)|(https?\:\/\/(?:\d{1,3}\.){3}\d{1,3}\/?(?:\:\d{0,6})?\/?)
Screen 0: minimum 320 x 200, current 3520 x 1080, maximum 8192 x 8192 VGA-0 connected 1600x900+1920+180 (normal left inverted right x axis y axis) 443mm x 249mm 1600x900 60.00*+ 75.00 1280x1024 75.02 70.00 60.02 1440x900 59.89 1280x800 59.81 1152x864 75.00 1280x720 59.97 1024x768 75.08 70.07 60.00 832x624 74.55 800x600 72.19 75.00 60.32 56.25 640x480 75.00 72.81 60.00 720x400 70.08 LVDS connected (normal left inverted right x axis y axis) 1366x768 59.97 + 1280x720 59.86 1152x768 59.78 1024x768 59.92 800x600 59.86 848x480 59.66 720x480 59.71 640x480 59.38 HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 1150mm x 650mm 1360x768 60.02 + 1920x1080 60.00* 59.94 30.00 24.00 29.97 23.98 1920x1080i 60.00 59.94 1280x1024 60.02 1280x720 60.00 59.94 1024x768 60.00 800x600 60.32 720x480 60.00 59.94 640x480 60.00 59.94 59.94 720x400 70.08 https://www.example.com/foo/?bar=baz&inga=42&quux http://✪df.ws/123 http://userid:[email protected]:8080 http://userid:[email protected]:8080/ http://[email protected] http://[email protected]/ http://[email protected]:8080 http://[email protected]:8080/ http://userid:[email protected] http://userid:[email protected]/ http://142.42.1.1/ http://142.42.1.1:8080/ http://➡.ws/䨹 http://⌘.ws http://⌘.ws/ http://foo.com/blah_(wikipedia)#cite-1 http://foo.com/blah_(wikipedia)_blah#cite-1 http://foo.com/unicode_(✪)_in_parens http://foo.com/(something)?after=parens http://☺.damowmow.com/ http://code.google.com/events/#&product=browser http://j.mp ftp://foo.com/baz http://foo.bar/?q=Test%20URL-encoded%20stuff http://مثال.إختبار http://例子.测试 http://उदाहरण.परीक्षा http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com http://1337.net http://a.b-c.de http://223.255.255.254 SHOULD NOT MATCH: http:// http://. http://.. http://../ http://? http://?? http://??/ http://# http://## http://##/ http://foo.bar?q=Spaces should be encoded // //a ///a /// http:///a foo.com rdar://1234 h://test http:// shouldfail.com :// should fail http://foo.bar/foo(bar)baz quux ftps://foo.bar/ http://-error-.invalid/ http://a.b--c.de/ http://-a.b.co http://a.b-.co http://0.0.0.0 http://10.1.1.0 http://10.1.1.255 http://224.1.1.1 http://1.1.1.1.1 http://123.123.123 http://3628126748 http://.www.foo.bar/ http://www.foo.bar./ http://.www.foo.bar./ http://10.1.1.1
Capturing URL tester
2016-06-07T08:21:35.000Z
regular expression for positive decimal numbers,decimal regular expression validation,regular expression non negative decimal,regex for number with 2 decimal places,regex decimal number c#,regular expression for decimal number with 2 precision,regex to check decimal values,regular expression decimal 2 digits
^(\d*\.)?\d+$
5.1 234.23425 0.234 .6454 45 0.
Regular Expression For Decimal Validation | Taha
2016-08-30T19:43:07.000Z
([^_]+)_([^_]+)(_([^_]+))?_WITH_([^_]+)(_([^_]+))?_([^_]+)
parser
2014-12-01T22:44:36.000Z
events of logging in in Mikrotik router syslog
user\ (?'user'.+)\ logged\ in\ from\ (?'from_ip'.+)\ via\ (?'tty'.+)$
Apr 6 11:18:05 10.140.1.17 system,info,account user a_gosha logged in from 192.168.18.171 via telnet Apr 6 11:18:04 10.140.1.17 system,info,account user a_gosha logged in from 192.168.18.171 via winbox
mikrotik logged in log
2020-04-06T09:54:19.000Z
(?P<oxford_comma>,)(?=\s+(and|or))
The canning, processing, preserving, freezing, drying, marketing, storing, packing for shipment or distribution of: Agricultural produce; Meat and fish product; and Perishable foods The canning, processing, preserving, freezing, drying, marketing, storing, packing for shipment, or distribution of: While Sean was waiting for Kyle to pick up Chinese for dinner, he scraped the paint off the bathroom door frame, alphabetized his books by main character’s first name, and successfully startled the neighbor’s boxer twice. The Oxford comma makes these sentences carry entirely different meanings: Amanda found herself in the Winnebago with her ex-boyfriend, an herbalist and a pet detective. Amanda found herself in the Winnebago with her ex-boyfriend, an herbalist, and a pet detective.
Oxford comma
2018-05-30T21:31:11.000Z
^"(.*)\n([\w ]+), (TX) (\d*)\n\(([\d\.]+), ([\d-\.]+)\)"
Address "10111 N LAMAR BLVD AUSTIN, TX 78753 (30.370945933000485, -97.6925542359997)" "2620 LAKE AUSTIN BLVD AUSTIN, TX 78703 (30.28190796500047, -97.77587573499966)" "14016 N FM 620 RD AUSTIN, TX 78717 (30.490713033000475, -97.76505815999968)" "3636 N FM 620 RD AUSTIN, TX 78734 (30.377873241000486, -97.9523496219997)" "15829 N IH 35 SVRD NB AUSTIN, TX 78660 (30.44853172000046, -97.61972641599965)" "917 N LAMAR BLVD AUSTIN, TX 78703 (30.274846781000463, -97.75233231299967)" "2408 SAN GABRIEL ST AUSTIN, TX 78705 (30.288663793000467, -97.7478026929997)" "9909 MANCHACA RD AUSTIN, TX 78748 (30.17345059100046, -97.82385098799966)" "9919 SERVICE AVE AUSTIN, TX 78743 (30.205028616000448, -97.6625588019997)" "907 MONTOPOLIS DR AUSTIN, TX 78741 (30.235233637000476, -97.69688566499968)" "10601 N LAMAR BLVD AUSTIN, TX 78753 (30.37476574700048, -97.6903937089997)" "8648 RESEARCH BLVD SB AUSTIN, TX 78757 (30.354852741000457, -97.71712931799965)" "801 E WILLIAM CANNON DR Unit 205 AUSTIN, TX 78745 (30.190914575000477, -97.77193838799968)" "4408 LONG CHAMP DR AUSTIN, TX 78746 (30.340981111000474, -97.7983147919997)" "10500 AVERY CLUB DR AUSTIN, TX 78717 (30.50308154500044, -97.77042083299966)" "809 CONGRESS AVE AUSTIN, TX 78701 (30.270319467000434, -97.74193181699968)" "625 W BEN WHITE BLVD EB AUSTIN, TX 78745 (30.206884239000487, -97.7956469989997)" "3914 N LAMAR BLVD AUSTIN, TX 78756 (30.307477098000447, -97.74169675199965)" "15201 FALCON HEAD BLVD BEE CAVE, TX 78738 (30.32068282700044, -97.96890311999965)" "11905 FM 2244 RD Unit 100 BEE CAVE, TX 78738 (30.308363203000454, -97.92393357799966)" "3801 JUNIPER TRCE BEE CAVE, TX 78738 (30.308247975000484, -97.93511531999968)" "12800 GALLERIA CIR Unit 101 BEE CAVE, TX 78738 (30.307996778000472, -97.94065088199966)" "12400 W SH 71 Unit 510 BEE CAVE, TX 78733 (30.330682136000462, -97.86979886299969)" "716 W 6TH ST AUSTIN, TX 78701 (30.27019732500048, -97.75036306299967)" "11190 CIRCLE DR AUSTIN, TX 78736 (30.223774195000487, -97.95311165799967)" "6901 N IH 35 SVRD NB AUSTIN, TX 78752 (30.33225068300044, -97.70383703299967)" "14718 N IH 35 SVRD SB AUSTIN, TX 78728 (30.448192810000478, -97.68300707699967)" "11316 FARMHAVEN RD AUSTIN, TX 78754 (30.35095960500047, -97.6178206949997)" "11617 RESEARCH BLVD NB AUSTIN, TX 78759 (30.41570632000048, -97.74580002699969)" "603 N LAMAR BLVD AUSTIN, TX 78703 (30.27227719400048, -97.75361249799965)" "6607 N IH 35 SVRD NB AUSTIN, TX 78752 (30.33225068300044, -97.70383703299967)" "9401 S US 183 HWY AUSTIN, TX 78719 (30.135982440000475, -97.6758291269997)" "12800 PEARCE LN AUSTIN, TX 78617 (30.16904541800045, -97.62227887399968)" "2213 E HOWARD LN AUSTIN, TX 78653 (30.39888401200045, -97.63342889599966)" "5451 N IH 35 SVRD NB AUSTIN, TX 78723 (30.309330779000447, -97.68712614199967)" "10001 W PARMER LN AUSTIN, TX 78717 (30.488409541000465, -97.77165953599967)" "8401 HATHAWAY DR AUSTIN, TX 78757 (30.363914710000472, -97.7264993069997)" "1834 E OLTORF ST AUSTIN, TX 78741 (30.231632757000455, -97.73588118599969)" "4320 S IH 35 SVRD SB AUSTIN, TX 78745 (30.206884239000487, -97.7956469989997)" "10210 EMBER GLEN DR AUSTIN, TX 78726 (30.43639554000049, -97.82501940199967)" "1900 E HOWARD LN Bldg A AUSTIN, TX 78660 (30.401724532000458, -97.63444581799968)" "13107 DESSAU RD AUSTIN, TX 78754 (30.399683841000467, -97.64084558999969)" "4134 FELTER LN AUSTIN, TX 78744 (30.19656190800049, -97.7057697569997)" "1901 W WILLIAM CANNON DR AUSTIN, TX 78745 (30.20235442900048, -97.80487060199965)" "6000 CELE RD PFLUGERVILLE, TX 78660 (30.45500604300048, -97.54986833199968)" "4477 S LAMAR BLVD NB AUSTIN, TX 78745 (30.232125102000452, -97.79956519999968)" "1005 E BRAKER LN AUSTIN, TX 78753 (30.375175959000444, -97.6721738279997)" "503 W MARTIN LUTHER KING JR BLVD AUSTIN, TX 78701 (30.28201397400045, -97.74306796699966)" "1911 E BEN WHITE BLVD EB AUSTIN, TX 78744 (30.21574279100048, -97.74579887499965)" "6507 JESTER BLVD Bldg 2 AUSTIN, TX 78750 (30.370217691000448, -97.80060255099966)" "3819 S IH 35 AUSTIN, TX 78741 (30.231463936000466, -97.72082600399966)" "12336 N MOPAC EXPY SB AUSTIN, TX 78759 (30.395822479000458, -97.73350415999965)" "1913 E RIVERSIDE DR AUSTIN, TX 78741 (30.24218305000045, -97.72870477399965)" "2700 W ANDERSON LN Bunit 204 AUSTIN, TX 78757 (30.358095686000468, -97.73503886699967)" "1700 W PARMER LN Unit 200 AUSTIN, TX 78727 (30.412585941000486, -97.6890282549997)" "10515 N MOPAC EXPY NB Bunit 200 AUSTIN, TX 78758 (30.383591268000487, -97.70797782299968)" "12117 PECAN ST AUSTIN, TX 78727 (30.433552861000464, -97.76340228399965)" "9811 S IH 35 SVRD NB AUSTIN, TX 78744 (30.188400586000455, -97.7461486959997)" "3223 E 7TH ST AUSTIN, TX 78702 (30.25797622400046, -97.70478340399967)" "2453 SH 71 AUSTIN, TX 78617 (30.167792225000483, -97.61311766299968)" "6500 S US 183 HWY AUSTIN, TX 78744 (30.188400586000455, -97.7461486959997)" "9920 W US 290 HWY AUSTIN, TX 78736 (30.233617067000466, -97.9167224789997)" "12518 RESEARCH BLVD SB AUSTIN, TX 78759 (30.42903476400045, -97.75991317499967)" "2001 E SH 71 SVRD WB AUSTIN, TX 78617 (30.167792225000483, -97.61311766299968)" "1215 CORONA DR Bldg B AUSTIN, TX 78723 (30.312687717000472, -97.70453911999965)" "13120 N US 183 HWY SB AUSTIN, TX 78750 (30.43159054400047, -97.80135633599969)" "7809 E BEN WHITE BLVD AUSTIN, TX 78744 (30.219155849000458, -97.68840717499967)" "13701 N US 183 HWY AUSTIN, TX 78729 (30.450904093000474, -97.76774771799967)" "4970 W US 290 HWY WB AUSTIN, TX 78735 (30.254092724000486, -97.86540606199969)" "1701 BRIARCLIFF BLVD AUSTIN, TX 78723 (30.31386534900048, -97.69212213099968)" "5526 S CONGRESS AVE AUSTIN, TX 78745 (30.205391843000484, -97.77466007799967)" "10550 W PARMER LN AUSTIN, TX 78717 (30.497934303000477, -97.7754528479997)" "834 KRAMER LN AUSTIN, TX 78758 (30.380506415000468, -97.68958826299968)" "1071 SPRINGDALE RD AUSTIN, TX 78721 (30.272294478000447, -97.69120491499967)" "2801 SAN JACINTO BLVD AUSTIN, TX 78705 (30.290209003000484, -97.73445926999966)" "4535 E SH 71 WB AUSTIN, TX 78617 (30.167792225000483, -97.61311766299968)" "5201 ROSS RD AUSTIN, TX 78617 (30.177805065000484, -97.61592864799968)" "5201 ROSS RD AUSTIN, TX 78617 (30.177805065000484, -97.61592864799968)" "5301 ROSS RD Bldg B AUSTIN, TX 78617 (30.178156510000463, -97.61531448199969)" "9411 DESSAU RD AUSTIN, TX 78754 (30.35202431300047, -97.67515478099966)" "12915 DESSAU RD AUSTIN, TX 78754 (30.397703069000443, -97.6421361459997)" "2506 E BEN WHITE BLVD WB AUSTIN, TX 78741 (30.215757771000483, -97.73564611999967)" "1425 E RUNDBERG LN AUSTIN, TX 78753 (30.350855900000454, -97.67624484099969)" "1617 N IH 35 SVRD NB AUSTIN, TX 78702 (30.26476405800048, -97.71687639399966)" "9100 BURNET RD AUSTIN, TX 78758 (30.37472080800046, -97.72619971299969)" "2600 E 7TH ST AUSTIN, TX 78702 (30.26074746100045, -97.71252673799967)" "3801 N CAPITAL OF TEXAS HWY NB Unit C-200 AUSTIN, TX 78746 (30.336444311000434, -97.80531538299965)" "5938 WESTMINSTER DR AUSTIN, TX 78723 (30.313231594000456, -97.6911300169997)" "7017 MANCHACA RD AUSTIN, TX 78745 (30.200573000000475, -97.80725006399967)" "7200 ELROY RD AUSTIN, TX 78617 (30.15716026800044, -97.64160049199967)" "7200 ELROY RD AUSTIN, TX 78617 (30.15716026800044, -97.64160049199967)" "817 AIRPORT BLVD AUSTIN, TX 78702 (30.256175207000467, -97.69289876899967)" "9320 N LAMAR BLVD AUSTIN, TX 78758 (30.362300519000485, -97.69749834899966)" "1713 OLD EAST RIVERSIDE DR AUSTIN, TX 78741 (30.243944888000442, -97.73032142599965)" "8201 CROSS PARK DR AUSTIN, TX 78754 (30.33047549100047, -97.66743449399968)" "1515 FM 1825 PFLUGERVILLE, TX 78660 (30.447350122000444, -97.63678576399968)" "1515 FM 1825 PFLUGERVILLE, TX 78660 (30.447350122000444, -97.63678576399968)" "6400 S 1ST ST AUSTIN, TX 78745 (30.200166245000446, -97.78591671899966)" "1200 KRAMER LN AUSTIN, TX 78758 (30.382668096000486, -97.6943667759997)" "1508 MONTOPOLIS DR AUSTIN, TX 78741 (30.22842710900045, -97.70129659899965)" "5811 BERKMAN DR Unit 114 AUSTIN, TX 78723 (30.312055114000486, -97.69369384399965)" "500 W WILLIAM CANNON DR AUSTIN, TX 78745 (30.19647548700044, -97.78620824599966)" "6319 EL MIRANDO ST AUSTIN, TX 78741 (30.239368025000488, -97.69241941999968)" "4301 W WILLIAM CANNON DR AUSTIN, TX 78749 (30.22222552800048, -97.83897468699968)" "10901 N LAMAR BLVD Unit 104 AUSTIN, TX 78753 (30.378465724000478, -97.68829425099966)" "9341 W SH 71 AUSTIN, TX 78736 (30.240292987000487, -97.92016616699965)" "6214 CAMERON RD AUSTIN, TX 78723 (30.320162569000445, -97.69650080199966)" "8300 N FM 620 RD Bldg C AUSTIN, TX 78726 (30.420418732000485, -97.84559846999969)" "2402 SAN GABRIEL ST AUSTIN, TX 78705 (30.28843333700047, -97.74782228099969)" "408 E 43RD ST AUSTIN, TX 78751 (30.304866028000447, -97.72652811399968)" "10901 N LAMAR BLVD Bunit 311 AUSTIN, TX 78753 (30.378465724000478, -97.68829425099966)" "14735 BRATTON LN AUSTIN, TX 78728 (30.446443437000482, -97.6860553679997)" "7101 W SH 71 Bldg C AUSTIN, TX 78736 (30.240292987000487, -97.92016616699965)" "4477 S LAMAR BLVD NB Unit 400 AUSTIN, TX 78745 (30.232125102000452, -97.79956519999968)" "300 W 6TH ST AUSTIN, TX 78701 (30.268887180000434, -97.74571245399966)" "3309 ESPERANZA XING Bunit 100 AUSTIN, TX 78758 (30.400402865000444, -97.72641403799969)" "12509 N LAMAR BLVD AUSTIN, TX 78753 (30.409116420000487, -97.67799861299966)" "930 E RUNDBERG LN AUSTIN, TX 78753 (30.35655393300044, -97.68505518699965)" "3801 N LAMAR BLVD AUSTIN, TX 78751 (30.305250096000464, -97.74302846499967)" "4477 S LAMAR BLVD NB AUSTIN, TX 78745 (30.232125102000452, -97.79956519999968)" "4477 S LAMAR BLVD NB AUSTIN, TX 78745 (30.232125102000452, -97.79956519999968)" "6607 S IH 35 SVRD NB AUSTIN, TX 78744 (30.188400586000455, -97.7461486959997)" "4409 GAINES RANCH LOOP AUSTIN, TX 78735 (30.241830451000453, -97.81590024399969)" "4409 GAINES RANCH LOOP AUSTIN, TX 78735 (30.241830451000453, -97.81590024399969)" "4409 GAINES RANCH LOOP AUSTIN, TX 78735 (30.241830451000453, -97.81590024399969)" "4404 BRANDT RD AUSTIN, TX 78744 (30.15916805800049, -97.77324622799966)" "16805 HIGH NOON AUSTIN, TX 78617 (30.138445422000473, -97.57727305099968)" "22308 W SH 71 SPICEWOOD, TX 78669 (30.407906398000478, -98.1057936099997)" "6711 E BEN WHITE BLVD Unit D AUSTIN, TX 78744 (30.213335578000454, -97.70517356699969)" "10711 RESEARCH BLVD SVRD NB AUSTIN, TX 78759 (30.39877546000048, -97.74561920599967)" "14620 N IH 35 SVRD SB AUSTIN, TX 78728 (30.448192810000478, -97.68300707699967)" "9029 RESEARCH BLVD NB AUSTIN, TX 78758 (30.372696249000455, -97.7245577119997)" "3509 N FM 620 RD AUSTIN, TX 78734 (30.377873241000486, -97.9523496219997)" "6133 E BEN WHITE BLVD EB AUSTIN, TX 78744 (30.212042813000437, -97.7131939089997)" "1000 E 41ST ST Unit 940 AUSTIN, TX 78751 (30.298033854000437, -97.71885139799969)" "816 CONGRESS AVE Unit 150 AUSTIN, TX 78701 (30.270450827000445, -97.74195025399968)" "1921 CEDAR BEND DR Bldg C AUSTIN, TX 78758 (30.408463077000476, -97.69797687499965)" "1814 E MARTIN LUTHER KING JR BLVD AUSTIN, TX 78722 (30.27966861800047, -97.72199295899969)" "13212 N LAMAR BLVD AUSTIN, TX 78753 (30.417525773000477, -97.67572746599967)" "13212 N LAMAR BLVD AUSTIN, TX 78753 (30.417525773000477, -97.67572746599967)" "13212 N LAMAR BLVD AUSTIN, TX 78753 (30.417525773000477, -97.67572746599967)" "2601 E CESAR CHAVEZ ST AUSTIN, TX 78702 (30.25382455200048, -97.71530949799967)" "2600 E CESAR CHAVEZ ST AUSTIN, TX 78702 (30.25385681600045, -97.7152219249997)" "10526 W PARMER LN Bunit 501 AUSTIN, TX 78717 (30.496824655000466, -97.77489283799969)" "8319 RESEARCH BLVD NB AUSTIN, TX 78758 (30.35658965300047, -97.71533023899968)" "1212 W PARMER LN Unit F AUSTIN, TX 78753 (30.388931269000466, -97.65127599299967)" "4906 BURLESON RD AUSTIN, TX 78744 (30.212115408000443, -97.73024883199969)" "11331 N LAMAR BLVD Unit A AUSTIN, TX 78753 (30.38255632500045, -97.68599429599965)" "2410 E RIVERSIDE DR AUSTIN, TX 78741 (30.236336372000437, -97.72488495999966)" "2410 E RIVERSIDE DR AUSTIN, TX 78741 (30.236336372000437, -97.72488495999966)" "2238 S LAMAR BLVD AUSTIN, TX 78704 (30.247428236000474, -97.7742936519997)" "5812 N IH 35 SVRD SB AUSTIN, TX 78751 (30.310360545000435, -97.72429766299967)" "10526 W PARMER LN Bldg 5 AUSTIN, TX 78717 (30.496824655000466, -97.77489283799969)" "6006 CAMERON RD AUSTIN, TX 78723 (30.317621787000462, -97.6992904759997)" "1701 W PARMER LN AUSTIN, TX 78758 (30.412197707000473, -97.6886766129997)" "13764 N US 183 HWY AUSTIN, TX 78750 (30.43159054400047, -97.80135633599969)" "2411 E MARTIN LUTHER KING JR BLVD AUSTIN, TX 78702 (30.280683089000433, -97.71554571599967)" "9120 N IH 35 SVRD SB AUSTIN, TX 78753 (30.358868178000478, -97.69349195399968)" "9231 W PARMER LN Unit 101 AUSTIN, TX 78717 (30.478847907000443, -97.76601911599965)" "2422 S FM 620 RD Unit 124 LAKEWAY, TX 78738 (30.31575269700045, -97.9608962479997)" "11815 N FM 620 RD AUSTIN, TX 78750 (30.43159054400047, -97.80135633599969)" "9600 S IH 35 SVRD SB Bunit 500 AUSTIN, TX 78748 (30.168083340000464, -97.82498882099969)" "10601 N LAMAR BLVD AUSTIN, TX 78753 (30.37476574700048, -97.6903937089997)" "11011 RESEARCH BLVD NB AUSTIN, TX 78759 (30.403637320000485, -97.74510865799965)" "13000 N IH 35 SVRD SB Bldg 12 AUSTIN, TX 78753 (30.371742438000467, -97.6805695279997)" "2608 W 7TH ST AUSTIN, TX 78703 (30.282486411000434, -97.77572824299966)" "11600 CENTURY OAKS TER Bunit 100 AUSTIN, TX 78758 (30.403255915000443, -97.72493681199967)" "13813 BURNET RD AUSTIN, TX 78727 (30.439438717000485, -97.69809210299968)" "710 W BEN WHITE BLVD WB AUSTIN, TX 78704 (30.227735236000456, -97.7710081999997)" "2800 W WILLIAM CANNON DR AUSTIN, TX 78745 (30.208305964000488, -97.81815986799967)" "2900 W ANDERSON LN AUSTIN, TX 78757 (30.359365501000468, -97.73751742599967)" "9033 RESEARCH BLVD NB Unit 100 AUSTIN, TX 78758 (30.372905964000438, -97.72497714299965)" "2909 GUADALUPE ST AUSTIN, TX 78705 (30.295753783000464, -97.74256557199965)" "4429 DUVAL ST AUSTIN, TX 78751 (30.306823754000447, -97.72465450399966)" "6001 W PARMER LN Unit 440 AUSTIN, TX 78727 (30.442073985000434, -97.74159535099966)" "6575 DECKER LN Bunit 101 AUSTIN, TX 78724 (30.290283902000454, -97.62855535299968)" "12904 GREGG MANOR RD MANOR, TX 78653 (30.358220063000488, -97.56186198299969)" "12900 GREGG MANOR RD MANOR, TX 78653 (30.35753682900048, -97.56150753099968)" "13000 FM 812 RD AUSTIN, TX 78617 (30.12990816600046, -97.64360645799968)" "1425 E RUNDBERG LN Unit 100 AUSTIN, TX 78753 (30.350855900000454, -97.67624484099969)" "4909 AIRPORT BLVD AUSTIN, TX 78751 (30.310128498000438, -97.71547888399965)" "4101 GUADALUPE ST AUSTIN, TX 78751 (30.30651494300048, -97.73575443499965)" "14014 THERMAL DR AUSTIN, TX 78728 (30.43202493500047, -97.67513634499966)" "2501 W PARMER LN Unit 500 AUSTIN, TX 78758 (30.41900096000046, -97.7023891719997)" "10601 N LAMAR BLVD AUSTIN, TX 78753 (30.37476574700048, -97.6903937089997)" "3801 N CAPITAL OF TEXAS HWY NB Unit A-180 AUSTIN, TX 78746 (30.336444311000434, -97.80531538299965)" "12709 N MOPAC EXPY NB AUSTIN, TX 78727 (30.423911719000444, -97.70243044499966)" "1717 W 10TH ST AUSTIN, TX 78703 (30.280115014000444, -97.76222234699969)" "6301 N LAMAR BLVD AUSTIN, TX 78752 (30.331395012000485, -97.72288459899966)" "7517 CAMERON RD AUSTIN, TX 78752 (30.329439589000458, -97.68996966899965)" "3518 S PACE BEND RD SPICEWOOD, TX 78669 (30.386157205000472, -98.0850894079997)" "7718 BURNET RD AUSTIN, TX 78757 (30.35389677100045, -97.73222614799965)" "4301 W WILLIAM CANNON DR Bunit 100 AUSTIN, TX 78749 (30.22222552800048, -97.83897468699968)" "2113 W WELLS BRANCH PKWY AUSTIN, TX 78728 (30.43635636200048, -97.6837369759997)" "11404 FM 2222 RD Unit 4 AUSTIN, TX 78726 (30.429092166000487, -97.83834971299967)" "13429 N US 183 HWY AUSTIN, TX 78729 (30.450904093000474, -97.76774771799967)" "15309 DELAHUNTY LN PFLUGERVILLE, TX 78660 (30.44120401200047, -97.65063537699967)" "11220 N LAMAR BLVD Bunit 100 AUSTIN, TX 78753 (30.381596474000446, -97.68660730999966)" "12005 W US 290 HWY AUSTIN, TX 78737 (30.211187821000465, -97.96857412699967)" "207 SAN JACINTO BLVD AUSTIN, TX 78701 (30.26434949400044, -97.7414916459997)" "2222 RIO GRANDE ST Bunit 116 AUSTIN, TX 78705 (30.28667380300044, -97.74481252199968)" "2121 W PARMER LN AUSTIN, TX 78758 (30.41599964900047, -97.6964831089997)" "9828 GREAT HILLS TRL Unit 310 AUSTIN, TX 78759 (30.394248528000446, -97.7482693669997)" "2320 E RIVERSIDE DR AUSTIN, TX 78741 (30.237441410000486, -97.72546110099967)" "1512 HOLLY ST AUSTIN, TX 78702 (30.25504712400044, -97.7306406079997)" "2300 E BEN WHITE BLVD WB AUSTIN, TX 78741 (30.216157612000472, -97.73833669799967)" "7301 METRO CENTER DR AUSTIN, TX 78744 (30.211303049000435, -97.69709883599967)" "8630 RESEARCH BLVD SB AUSTIN, TX 78757 (30.354852741000457, -97.71712931799965)" "4220 W WILLIAM CANNON DR AUSTIN, TX 78749 (30.221883300000457, -97.83803327299967)" "10001 W PARMER LN AUSTIN, TX 78717 (30.488409541000465, -97.77165953599967)" "8201 CROSS PARK DR Bldg 2 AUSTIN, TX 78754 (30.33047549100047, -97.66743449399968)" "4410 E RIVERSIDE DR Unit 100 AUSTIN, TX 78741 (30.233153769000467, -97.72143387599965)" "2113 W WELLS BRANCH PKWY AUSTIN, TX 78728 (30.43635636200048, -97.6837369759997)" "6319 EL MIRANDO ST AUSTIN, TX 78741 (30.239368025000488, -97.69241941999968)" "3400 CRISPIN HALL LN PFLUGERVILLE, TX 78660 (30.466367542000455, -97.56773215699968)" "1934 RUTLAND DR Unit 100 AUSTIN, TX 78758 (30.379346067000483, -97.71319851799967)" "5209 S PLEASANT VALLEY RD AUSTIN, TX 78744 (30.195422301000463, -97.74468922799969)" "2113 W WELLS BRANCH PKWY Unit 500 AUSTIN, TX 78728 (30.43635636200048, -97.6837369759997)" "3112 SPEIDEL DR PFLUGERVILLE, TX 78660 (30.476247206000437, -97.56199379299966)" "360 NUECES ST Unit 90 AUSTIN, TX 78701 (30.26752172600044, -97.74924995899966)" "14850 HARRIS RIDGE BLVD AUSTIN, TX 78660 (30.41058977400047, -97.64790058799969)" "3003 BEE CAVES RD ROLLINGWOOD, TX 78746 (30.271592738000436, -97.79583786499967)" "2712 BEE CAVES RD Unit 106 ROLLINGWOOD, TX 78746 (30.27080227300047, -97.78670142199968)" "5210 MANOR RD AUSTIN, TX 78723 (30.299905454000452, -97.68603693099965)" "8300 N FM 620 RD Bldg A AUSTIN, TX 78726 (30.420418732000485, -97.84559846999969)" "1212 RIO GRANDE ST AUSTIN, TX 78701 (30.27635166200048, -97.7471401309997)" "2905 PEARCE RD AUSTIN, TX 78730 (30.333631591000483, -97.82381065899966)" "14004 OWEN TECH BLVD AUSTIN, TX 78728 (30.429915107000454, -97.67205168699968)" "14028 N US 183 HWY SVRD Bunit 310 AUSTIN, TX 78613 (30.50265310900045, -97.82549718699966)" "6001 W PARMER LN Unit 360 AUSTIN, TX 78727 (30.442073985000434, -97.74159535099966)" "1014 W 6TH ST AUSTIN, TX 78703 (30.27180706200045, -97.75458041499968)" "1112 W KOENIG LN AUSTIN, TX 78756 (30.329716137000446, -97.72912766099967)" "11400 CONCORDIA UNIVERSITY DR AUSTIN, TX 78726 (30.420173717000466, -97.84011890299968)" "12501 RESEARCH BLVD NB AUSTIN, TX 78727 (30.426793658000463, -97.71623767799969)" "1745 E OLTORF ST AUSTIN, TX 78741 (30.23255458200049, -97.73756121199966)" "7112 ED BLUESTEIN BLVD AUSTIN, TX 78723 (30.312653923000482, -97.6628134929997)" "6816 MC NEIL DR AUSTIN, TX 78729 (30.437956882000435, -97.75873899999965)" "11801 W US 290 HWY Bldg B AUSTIN, TX 78737 (30.213271609000458, -97.96663325699967)" "12901 N IH 35 SVRD NB AUSTIN, TX 78753 (30.371742438000467, -97.6805695279997)" "4211 S LAMAR BLVD NB AUSTIN, TX 78704 (30.23508614600047, -97.79415668599967)" "13729 N US 183 HWY Unit 1500 AUSTIN, TX 78729 (30.450904093000474, -97.76774771799967)" "4970 W US 290 HWY WB AUSTIN, TX 78735 (30.254092724000486, -97.86540606199969)" "10515 N MOPAC EXPY NB Bldg K AUSTIN, TX 78758 (30.383591268000487, -97.70797782299968)" "7844 BURNET RD AUSTIN, TX 78757 (30.35578305700045, -97.73109921599968)" "1660 E 51ST ST AUSTIN, TX 78723 (30.304034081000452, -97.69916487799969)" "11601 OLSON DR AUSTIN, TX 78750 (30.446040139000445, -97.8042702629997)" "2505 W PECAN ST AUSTIN, TX 78660 (30.44760493800044, -97.65357254299965)" "3735 N IH 35 SVRD NB AUSTIN, TX 78722 (30.288800628000445, -97.71554682299967)" "6600 S MOPAC EXPY SB AUSTIN, TX 78749 (30.221238023000467, -97.83662518499966)" "5801 N IH 35 SVRD NB AUSTIN, TX 78723 (30.309330779000447, -97.68712614199967)" "7309 CAMERON RD AUSTIN, TX 78752 (30.328463607000458, -97.69065527699968)" "1313 RED RIVER ST AUSTIN, TX 78701 (30.27406668700047, -97.73504001899965)" "2001 W WELLS BRANCH PKWY AUSTIN, TX 78728 (30.435104984000475, -97.6817239399997)" "4416 BURNET RD AUSTIN, TX 78756 (30.315180102000454, -97.74176012699968)" "606 W 15TH ST AUSTIN, TX 78701 (30.278787585000487, -97.74577352499966)" "5301 MANOR RD AUSTIN, TX 78723 (30.300035662000482, -97.68589404799968)" "5419 N IH 35 SVRD NB AUSTIN, TX 78723 (30.309330779000447, -97.68712614199967)" "1700 W PARMER LN AUSTIN, TX 78727 (30.412585941000486, -97.6890282549997)" "3407 W WELLS BRANCH PKWY Unit 900-A AUSTIN, TX 78727 (30.426793658000463, -97.71623767799969)" "12518 RESEARCH BLVD SB AUSTIN, TX 78759 (30.42903476400045, -97.75991317499967)" "1611 W 5TH ST Unit 110 AUSTIN, TX 78703 (30.27447805100047, -97.7643690489997)" "3220 FEATHERGRASS CT Unit 138 AUSTIN, TX 78758 (30.394947964000437, -97.72735890899969)" "7202 DEE ST AUSTIN, TX 78745 (30.19390013700047, -97.79528246599966)" "15501 E US 290 HWY MANOR, TX 78621 (30.336713004000444, -97.3756283519997)" "11410 CENTURY OAKS TER Bunit 136 AUSTIN, TX 78758 (30.401718771000446, -97.72630457199966)" "3324 W SLAUGHTER LN AUSTIN, TX 78748 (30.18214571000044, -97.84671802099967)" "2600 W BRAKER LN AUSTIN, TX 78758 (30.390867733000448, -97.72005459499968)" "2308 E RIVERSIDE DR AUSTIN, TX 78741 (30.237920759000474, -97.72564085699969)" "2117 W BEN WHITE BLVD EB AUSTIN, TX 78745 (30.206884239000487, -97.7956469989997)" "1325 RUTLAND DR AUSTIN, TX 78758 (30.369585088000463, -97.70629289299967)" "15400 MARSHA ST AUSTIN, TX 78728 (30.449597233000475, -97.66879649099968)" "9207 N LAMAR BLVD AUSTIN, TX 78753 (30.361505288000444, -97.69789391099965)" "10601 N LAMAR BLVD AUSTIN, TX 78753 (30.37476574700048, -97.6903937089997)" "1700 W PARMER LN Unit 210 AUSTIN, TX 78727 (30.412585941000486, -97.6890282549997)" "9828 GREAT HILLS TRL Unit 140 AUSTIN, TX 78759 (30.394248528000446, -97.7482693669997)" "4914 BURLESON RD AUSTIN, TX 78744 (30.21182618500046, -97.72964849299967)" "6007 N IH 35 SVRD NB AUSTIN, TX 78723 (30.309330779000447, -97.68712614199967)" "917 SPRINGDALE RD AUSTIN, TX 78702 (30.26104475000045, -97.69843548299968)" "9041 RESEARCH BLVD NB Unit 150 AUSTIN, TX 78758 (30.373316177000447, -97.72575838999967)" "620 CONGRESS AVE Unit 105 AUSTIN, TX 78701 (30.268821500000456, -97.74257018099968)" "9200 N LAMAR BLVD Unit 104 AUSTIN, TX 78753 (30.361395821000485, -97.69802757499968)" "10463 SPRINKLE RD AUSTIN, TX 78754 (30.352075014000434, -97.64719351099967)" "2607 E 5TH ST AUSTIN, TX 78702 (30.25733440300047, -97.71331028899965)" "12233 N FM 620 RD Unit 114 AUSTIN, TX 78750 (30.43159054400047, -97.80135633599969)" "617 CONGRESS AVE AUSTIN, TX 78701 (30.268699359000436, -97.74255174499967)" "2610 GUADALUPE ST AUSTIN, TX 78705 (30.291505320000454, -97.74128192999967)" "11410 CENTURY OAKS TER Bunit 112 AUSTIN, TX 78758 (30.401718771000446, -97.72630457199966)" "201 E RIVERSIDE DR AUSTIN, TX 78704 (30.255281037000486, -97.74513285599966)" "1807 W SLAUGHTER LN Unit 500 AUSTIN, TX 78748 (30.17365339300045, -97.8220603419997)" "100 W NORTH LOOP BLVD Bldg G AUSTIN, TX 78751 (30.31774623400048, -97.72229808699967)" "1408 W STASSNEY LN AUSTIN, TX 78745 (30.21270537500044, -97.79180833599969)" "5501 N LAMAR BLVD AUSTIN, TX 78751 (30.323384349000435, -97.72791430899969)" "6607 S IH 35 SVRD NB AUSTIN, TX 78744 (30.188400586000455, -97.7461486959997)" "1401 S CONGRESS AVE AUSTIN, TX 78704 (30.249750084000482, -97.74960140499968)" "1701 W PARMER LN Unit 105 AUSTIN, TX 78758 (30.412197707000473, -97.6886766129997)" "14900 AVERY RANCH BLVD Bunit 400 AUSTIN, TX 78717 (30.49769693300044, -97.77713863599968)" "2210 UNIVERSITY CLUB DR AUSTIN, TX 78732 (30.356574674000456, -97.8915348699997)" "2200 UNIVERSITY CLUB DR AUSTIN, TX 78732 (30.355807255000457, -97.89240599499965)" "809 VARGAS RD AUSTIN, TX 78741 (30.234003001000474, -97.69366618899966)" "7625 N IH 35 SVRD NB AUSTIN, TX 78752 (30.33225068300044, -97.70383703299967)" "1701 GRAND AVENUE PKWY AUSTIN, TX 78660 (30.455743504000452, -97.66064640099967)" "8104 MESA DR AUSTIN, TX 78759 (30.37206479900044, -97.75697831299965)" "5829 BURNET RD AUSTIN, TX 78756 (30.334405924000464, -97.73985886199966)" "5517 CAMERON RD AUSTIN, TX 78723 (30.313427481000474, -97.70446306999969)" "14650 MERRILLTOWN DR AUSTIN, TX 78728 (30.445755525000436, -97.68657389399965)" "1001 WEST LYNN ST AUSTIN, TX 78703 (30.27913442300047, -97.75980485999969)" "8656 W SH 71 Bldg A AUSTIN, TX 78735 (30.254092724000486, -97.86540606199969)" "8300 N FM 620 RD AUSTIN, TX 78726 (30.420418732000485, -97.84559846999969)" "9516 N LAMAR BLVD AUSTIN, TX 78753 (30.365134975000444, -97.69590737699968)" "3400 W SLAUGHTER LN AUSTIN, TX 78748 (30.182566292000445, -97.84757762299967)" "13450 N US 183 HWY Unit 239A AUSTIN, TX 78750 (30.43159054400047, -97.80135633599969)" "6611 S MOPAC EXPY NB Bunit 600 AUSTIN, TX 78749 (30.221095989000446, -97.83524074099967)" "1701 W PARMER LN Unit 104 AUSTIN, TX 78758 (30.412197707000473, -97.6886766129997)" "4613 BEE CAVES RD WEST LAKE HILLS, TX 78746 (30.287444679000487, -97.81503257599968)" "4101 BEE CAVES RD WEST LAKE HILLS, TX 78746 (30.28365136700046, -97.81124271999965)" "1201 S CAPITAL OF TEXAS HWY NB WEST LAKE HILLS, TX 78746 (30.280967703000442, -97.82128600899966)" "701 S CAPITAL OF TEXAS HWY NB WEST LAKE HILLS, TX 78746 (30.29214944500046, -97.8281593699997)" "4615 BEE CAVES RD WEST LAKE HILLS, TX 78746 (30.287675136000473, -97.81550385899965)" "1201 S CAPITAL OF TEXAS HWY NB WEST LAKE HILLS, TX 78746 (30.280967703000442, -97.82128600899966)" "4220 W WILLIAM CANNON DR AUSTIN, TX 78749 (30.221883300000457, -97.83803327299967)" "2525 W ANDERSON LN Bunit 125 AUSTIN, TX 78757 (30.356854678000445, -97.7325026959997)" "3423 GUADALUPE ST AUSTIN, TX 78705 (30.301084239000488, -97.73919514799968)" "9600 S IH 35 SVRD Bunit 200 AUSTIN, TX 78748 (30.168083340000464, -97.82498882099969)" "1110 W 6TH ST AUSTIN, TX 78703 (30.272286412000483, -97.7558801889997)" "1112 W 6TH ST AUSTIN, TX 78703 (30.27235670100049, -97.7560703159997)"
Regex practice 9/20
2018-09-21T02:17:04.000Z
1
(?=\d$)
20214 20222
在特定位置替换字符
2023-02-28T05:57:00.000Z
([?\[\]])
[mafia_hq] intro0 = マフィアの料理はヒドイもんさ![br]でもご心配なく。[name]料理番ネコ[/name]がついてるにゃ! intro1 = おいらがここでディナーを作って、誰かがマフィアの料理を口にする前に、すり替えるのさ。 intro2 = マフィアが作った料理なんか食べたら死んじゃうからにゃ! [spaceship] firstdecoration0 = キミの宇宙船、とってもステキだね!勝手にお邪魔してごめんね。どうしても異星の宇宙船の中を見ておきたかったんだ。 firstdecoration1 = ええっと、エイリアンってもっと緑色で、血肉に飢えたやつだと思ってたよ。でもエイリアンと言っても、色んな形や大きさのやつがいるのかにゃ。フーム。 firstdecoration2 = おいらたちの惑星を探検したいなら、まず、この星を理解しておかなきゃ。今、自分が草の上を歩いているのか、砂地獄に足を踏み入れるところなのかわからないとね! firstdecoration3 = [icon:relic][name]宝[/name]のかんてい方法がわからにゃい?大丈夫![name]料理番ネコ[/name]がついている! firstdecoration4 = キミにはこの[name]バーガークッション[/name]の宝をタダであげるよ! firstdecoration5 = この[icon:relic][name]宝は[/name]台座でかんていできるよ!他の宝も使って正しい順番で並べることができれば正体がわかるはずさ。 firstdecoration7 = [icon:relic][name]宝[/name]のかんていができれば、[br]スゴイことが起きちゃうかもにゃ!お楽しみに!というわけで、宝を注意して探してみるといいよ。 firstdecoration8 = おいらが宝について知ってることは、もう全部教えたからにゃ! cooking0 = あ、にゃあ!キミのキッチン使わせてもらってるよ。キミってエイリアンだろ?だから地球的な食事でもてなそうと思ってさ。 cooking1 = キミは肉食系?それとも草食系? cooking_q_steak = 肉食系 cooking_q_veggie = 草食系 cooking2_steak = そうにゃんだ?でも、地球人の肉を使った料理を作るつもりはないから期待しないでにゃ! cooking2_veggie = そうにゃんだ?キミらエイリアンは、えーっと、きっと、アリみたいな生活をしてるのかにゃ? cooking3 = とにかく、キミが出発する前までには完成させるよ。異星のコンロを使ってどんな料理ができるか、おいらも楽しみなんだ! cooking4 = おいら、異星のコンロってもっと技術的に進歩しているものなのかと思ってた。 [finale] outside0 = 以前にアツアツのキッチンで料理をした事はあるけど、ここ程じゃなかったにゃ!キミはこの暑さが平気なのかい。おいらもクッキングがんばるにゃ! outside1 = キミ、ちょっと待ち列をすっとばして、ここの料理長が誰か見てきてくれないかにゃ? ninjacat0 = Meow. ninjacat1 = Rrrreeow. ninjacat2 = [wave]Mrrroooowww.[/wave] ninjacat3 = I guess you just don't speak this regional dialect of cat. Huh. group_counter0 = そうだ!失せろにゃ!
エスケープシーケンス回避
2018-09-27T08:55:01.000Z
matches normal email addresses like [email protected] but also addresses with ip addresses like [email protected] (not ipv6)
^((?:[A-Za-z0-9#\-_~!$&'()*+,;=:]|[A-Za-z0-9#\-_~!$&'()*+,;=:][A-Za-z0-9#\-_~!$&'()*+,;=:\.]*[A-Za-z0-9#\-_~!$&'()*+,;=:])@(?:[A-Za-z0-9]\.|[A-Za-z0-9][A-Za-z0-9#\-]{0,61}[A-Za-z0-9]\.)+(?:[A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9#\-]{0,61}[A-Za-z0-9]))\.?$
email
2015-10-16T09:20:28.000Z
\[url=(.*)\](.*)\[\/url\]
tr
2014-12-31T10:19:16.000Z
validate an IP v4
^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
0.0.0.0
IPv4 validation
2016-04-19T00:12:31.000Z
{ ([a-zA-Z\-]+(\(\d+\))?(\d+)?,(..)? )+ (.*) }
($RCSfile: noun.event,v $ $Revision: 9.0 $ $Date: 2011/02/06 21:16:44 $ $Name: $ $State: Rel $) (Copyright (c) 1988-2011 by Princeton University) (noun.event) { might-have-been, noun.Tops:event,@ (an event that could have occurred but never did) } { nonevent, noun.Tops:event,@ (an anticipated event that turns out to be far less significant than was expected) } { [ happening, verb.change:happen,+ ] [ occurrence, adj.all:current^occurrent,+ ] occurrent, natural_event, noun.Tops:event,@ (an event that happens) } { [ accompaniment, verb.stative:accompany,+ ] concomitant, [ attendant, adj.all:subsequent^attendant,+ ] [ co-occurrence, adj.all:synchronous^co-occurrent,+ verb.stative:cooccur,+ ] happening,@ (an event or situation that happens at the same time as or in connection with another) } { associate, accompaniment,@ (any event that usually accompanies or is closely connected with another; "first was the lightning and then its thunderous associate") } { avalanche1, happening,@ (a sudden appearance of an overwhelming number of things; "the program brought an avalanche of mail") } { [ background1, verb.change:background,+ ] accompaniment,@ (relatively unimportant or inconspicuous accompanying situation; "when the rain came he could hear the sound of thunder in the background") } { [ experience, verb.change:experience,+ verb.emotion:experience,+ verb.perception:experience,+ verb.perception:experience1,+ ] happening,@ (an event as apprehended; "a surprising experience"; "that painful experience certainly got our attention") } { appalling, experience,@ (an experience that appalls; "is it better to view the appalling or merely hear of it?") } { [ augury, verb.change:inaugurate,+ ] sign, foretoken, preindication, experience,@ (an event that is experienced as indicating important things to come; "he hoped it was an augury"; "it was a sign from God") } { war_cloud, augury,@ (an ominous sign that war threatens) } { [ omen, adj.all:unpropitious^ominous,+ adj.all:alarming^ominous,+ verb.communication:omen,+ ] [ portent, adj.all:significant^portentous,+ adj.all:prophetic^portentous,+ verb.communication:portend,+ ] [ presage, verb.communication:presage,+ ] [ prognostic, adj.all:prophetic^prognostic,+ ] [ prognostication, verb.communication:prognosticate1,+ ] [ prodigy, adj.all:significant^prodigious,+ ] augury,@ (a sign of something about to happen; "he looked for an omen before going into battle") } { [ auspice, verb.communication:auspicate,+ verb.change:auspicate,+ ] omen,@ (a favorable omen) } { [ foreboding, verb.communication:forebode,+ ] omen,@ (an unfavorable omen) } { death_knell, omen,@ (an omen of death or destruction) } { [ flash1, verb.change:flash3,+ ] [ flashing, verb.change:flash3,+ ] experience,@ (a short vivid experience; "a flash of emotion swept over him"; "the flashings of pain were a warning") } { good_time, blast2, experience,@ (a highly pleasurable or exciting experience; "we had a good time at the party"; "celebrating after the game was a blast") } { loss1, experience,@ (the experience of losing a loved one; "he sympathized on the loss of their grandfather") } { near-death_experience, experience,@ (the experience of being close to death but surviving) } { ordeal, experience,@ (a severe or trying experience) } { out-of-body_experience, experience,@ (the dissociative experience of observing yourself from an external perspective as though your mind or soul had left and was observing your body) } { [ taste, verb.cognition:taste5,+ ] experience,@ (a brief experience of something; "he got a taste of life on the wild side"; "she enjoyed her brief taste of independence") } { time1, experience,@ (a person's experience on a particular occasion; "he had a time holding back the tears"; "they had a good time together") } { trip1, head_trip, experience,@ (an exciting or stimulating experience) } { vision, experience,@ (a religious or mystical experience of a supernatural appearance; "he had a vision of the Virgin Mary") } { social_event, noun.Tops:event,@ (an event characteristic of persons forming groups) } { [ miracle1, adj.all:fortunate^miraculous,+ ] noun.Tops:event,@ (a marvellous event manifesting a supernatural act of a divine agent) } { [ trouble, adj.all:troubled^troublous,+ verb.body:trouble,+ verb.emotion:trouble,+ verb.emotion:trouble1,+ ] happening,@ (an event causing distress or pain; "what is the trouble?"; "heart trouble") } { [ treat, verb.possession:treat,+ ] happening,@ (an occurrence that causes special pleasure or delight) } { [ miracle, adj.all:supernatural^miraculous,+ ] happening,@ (any amazing or wonderful occurrence) } { [ wonder, adj.all:extraordinary^wondrous,+ verb.communication:wonder12,+ ] [ marvel, adj.all:supernatural^marvelous,+ adj.all:supernatural^marvellous,+ verb.communication:marvel,+ verb.communication:marvel12,+ ] happening,@ (something that causes feelings of wonder; "the wonders of modern science") } { thing, happening,@ (an event; "a funny thing happened on the way to the...") } { episode, happening,@ (a happening that is distinctive in a series of related events) } { [ feast, verb.consumption:feast2,+ ] thing,@ (something experienced with great delight; "a feast for the eyes") } { [ drama, adj.all:impressive^dramatic,+ adj.all:dramatic,+ verb.communication:dramatize,+ verb.communication:dramatize1,+ verb.communication:dramatise1,+ ] dramatic_event, episode,@ (an episode that is turbulent or highly emotional) } { night_terror, drama,@ (an emotional episode (usually in young children) in which the person awakens in terror with feelings of anxiety and fear but is unable to remember any incident that might have provoked those feelings) } { eventuality, [ contingency, adj.all:possible^contingent,+ ] contingence, happening,@ (a possible event or occurrence or result) } { [ beginning, verb.change:begin1,+ ending,! ] happening,@ (the event consisting of the start of something; "the beginning of the war") } { casus_belli, beginning,@ (an event used to justify starting a war) } { [ ending, verb.stative:end1,+ verb.creation:end13,+ beginning,! ] conclusion, [ finish2, verb.change:finish3,+ verb.stative:finish,+ verb.change:finish2,+ ] happening,@ (event whose occurrence ends something; "his death marked the ending of an era"; "when these final episodes are broadcast it will be the finish of the show") } { [ end, verb.creation:end13,+ verb.stative:end1,+ verb.change:end1,+ verb.stative:end,+ ] last, ending,@ (the final stage or concluding parts of an event or occurrence; "the end was exciting"; "I had to miss the last of the movie") } { endgame, end_game, end,@ (the final stages of a chess game after most of the pieces have been removed from the board) } { endgame1, end_game1, end,@ (the final stages of an extended process of negotiation; "the diplomatic endgame") } { homestretch, end,@ noun.communication:colloquialism,;u (the end of an enterprise; "they were on the homestretch when the computer crashed") } { [ passing2, verb.change:pass1,+ ] end,@ (the end of something; "the passing of winter") } { [ result, verb.stative:result,+ ] [ resultant, adj.all:subsequent^resultant,+ verb.stative:result2,+ ] final_result, outcome, termination, ending,@ (something that results; "he listened for the results on the radio") } { denouement, result,@ (the outcome of a complex sequence of events) } { [ deal, verb.social:deal2,+ ] result,@ (the type of treatment received (especially as the result of an agreement); "he got a good deal on his car") } { fair_deal, square_deal, deal,@ (fair treatment) } { raw_deal, deal,@ (unfair treatment) } { decision1, result,@ (the outcome of a game or contest; "the team dropped three decisions in a row") } { decision2, result,@ noun.act:boxing,;c ((boxing) a victory won on points when no knockout has occurred; "had little trouble in taking a unanimous decision over his opponent") } { split_decision, decision2,@ (a boxing decision in which the judges are not unanimous) } { consequence, aftermath, result,@ (the outcome of an event especially as relative to an individual) } { corollary, consequence,@ (a practical consequence that follows naturally; "blind jealousy is a frequent corollary of passionate love") } { [ just_deserts, noun.communication:plural,;u ] comeuppance, comeupance, poetic_jstice, consequence,@ (an outcome (good or bad) that is well deserved and fitting) } { fruit, consequence,@ (the consequence of some effort or action; "he lived long enough to see the fruit of his policies") } { sequella, consequence,@ (a secondary consequence) } { train, consequence,@ (a series of consequences wrought by an event; "it led to a train of disasters") } { offspring, [ materialization1, verb.change:materialize,+ ] [ materialisation1, verb.change:materialise,+ ] noun.phenomenon:consequence,@ (something that comes into existence as a result; "industrialism prepared the way for acceptance of the French Revolution's various socialistic offspring"; "this skyscraper is the solid materialization of his efforts") } { separation1, result,@ (the termination of employment (by resignation or dismissal)) } { sequel, [ subsequence, adj.all:subsequent,+ ] result,@ (something that follows something else) } { wages, [ reward, verb.social:reward1,+ verb.possession:reward,+ ] payoff, consequence,@ (a recompense for worthy acts or retribution for wrongdoing; "the wages of sin is death"; "virtue is its own reward") }
afadfad
2015-07-10T19:42:08.000Z
^5[1-5][0-9]{14}|5[0-9][0-9]{14}$
5999999999999101
test
2016-08-17T11:11:40.000Z
a robust pattern to remove ordinal suffixes from numbers, eg. '22nd'->'22' supports: singles: 1st, 2nd, 3rd, 4th teens: 11th, 12th, 13th, 14th
^(((1)st?|(2)nd?|(3)rd?|([4-9])th?)|(([0-9]*)(1[0-9])th?)|(([0-9]*[02-9])((1)st?|(2)nd?|(3)rd?|([04-9])th?)))$
// ordinals 1st 22nd 333rd 4444th 2500th // teens 11th 12th 13th 14th 15th 16th 17th 18th 19th // teens - hundreds 111th 112th 113th 114th 115th 116th 117th 118th 119th // teens - wrong suffix 11st 12nd 13rd 111st 112nd 113rd // uppercase 1ST 22ND 333RD 444TH // wrong suffix (do nothing) 0th 26st 31th 21rd 29nd
remove ordinals
2016-01-12T17:37:51.000Z
<div class="img-with-caption".*url\((.*)\)
<div class="article-text"> <p>Some text with <a href="/www.example.com/articles/49135" target="_blank">link</a>.&nbsp;</p> <p>Some other text</p> <div class="post-slideshow js-slider" style="overflow: hidden; visibility: visible;"> <div style="list-style: none; margin: 0px; width: 1710px; transition: 0ms; -webkit-transition: 0ms; -webkit-transform: translate3d(0px, 0px, 0px);"> <div style="display: table-cell; width: 285px; vertical-align: top;"> <div class="img-with-caption" style="background-image: url(/lamcdn.net/example.com/post_image-image/2T30WPIWIUV1OUokYrlIbQ-small.jpg)"></div> <div class="slide-caption"><span class="text"></span> </div> </div> <div style="display: table-cell; width: 285px; vertical-align: top;"> <div class="img-with-caption" style="background-image: url(/lamcdn.net/example.com/post_image-image/oWdXjCe7bnoUtGyqnlggBA-small.jpg)"></div> <div class="slide-caption"><span class="text"></span> </div> </div> <!-- more images here --> <div class="custom_slide" style="display: table-cell; width: 285px; vertical-align: top;"></div> </div> <div class="slideshow-counter"><span class="current">1</span> / <span class="total">5</span> </div> </div> <p class="small sasha-text"><strong>Images:</strong>&nbsp;«<a href="/www.example.com/" target="_blank">Example Studio</a>»</p> <p>Some other text.</p> </div>
Simplify HTML
2014-09-03T09:18:38.000Z
^\('\[c.*\\r\\n(.*)\[\/c\](.*)'\)
BB quote extractor
2014-12-14T09:37:05.000Z
[[:space:]]*
Kim Kardashian
"greedy" ltv bug
2016-03-08T20:26:05.000Z
Extract from {"city":{"id":1217734,"name":"Boysun","findname":"BOYSUN","country":"UZ","coord":{"lon":67.198608,"lat":38.206108},"zoom":8,"langs":[{"link":"http:\/\/en.wikipedia.org\/wiki\/Boysun"},{"ru":"Бойсун"}]},"time":1394871628,"main":{"temp":274.74,"temp_min":274.74,"temp_max":274.74,"pressure":823.92,"sea_level":1035.91,"grnd_level":823.92,"humidity":98},"wind":{"speed":0.6,"deg":97.004},"clouds":{"all":92},"weather":[{"id":804,"main":"Clouds","description":"overcast clouds","icon":"04d"}],"rain":{"3h":0.1},"snow":{"3h":0.85}}
(?<="3h":|"3h":)((d+)|\d+\.\d+)(?=)
{"city":{"id":1217734,"name":"Boysun","findname":"BOYSUN","country":"UZ","coord":{"lon":67.198608,"lat":38.206108},"zoom":8,"langs":[{"link":"http:\/\/en.wikipedia.org\/wiki\/Boysun"},{"ru":"Бойсун"}]},"time":1394871628,"main":{"temp":274.74,"temp_min":274.74,"temp_max":274.74,"pressure":823.92,"sea_level":1035.91,"grnd_level":823.92,"humidity":98},"wind":{"speed":0.6,"deg":97.004},"clouds":{"all":92},"weather":[{"id":804,"main":"Clouds","description":"overcast clouds","icon":"04d"}],"rain":{"3h":0.1},"snow":{"3h":0.85}}
openweathermap rain and snow
2015-04-07T23:40:12.000Z
(?=.)^\$?(([1-9][0-9]{0,2}(,[0-9]{3})*)|[0-9]+)?(\.[0-9]{1,2})?$
$123.23
USD
2017-06-28T18:20:41.000Z
Allows to extract or check if the text includes different URLs, allowing for you to check different kinds of links from the simple ones up to the more complex ones that includes prefix, subdomain, domain, entire website name and subpages.
(?<Full_URL>(?<PREFIX>(?:http(?:s){0,1}:\/\/){0,1}(?:w{0,3}\.){0,1})(?<WEBPAGE>[a-z0-9\w-]+(?<DOMAIN>\.[a-z\.]+)\/{0,1})(?<SUBPAGES>[a-z0-9\/@\w]+)?)
1. https://www.example1.com 2. http://www.example2.com 3. https://example3.net 4. www.example4.org 5. example5.com 6. example6.co.uk 7. example7.io 8. example8.net 9. example9.org 10. example10.edu 11. example10.edu/page/customerService 12. discord.gg/invite/something 13. https://discord.gg/@me/channel Google: https://www.google.com/ Wikipedia: https://en.wikipedia.org/ Facebook: https://www.facebook.com/ YouTube: https://www.youtube.com/ Amazon: https://www.amazon.com/ The New York Times: https://www.nytimes.com/ BBC News: https://www.bbc.com/news CNN: https://www.cnn.com/ Wikipedia article on the human brain: https://en.wikipedia.org/wiki/Human_brain NASA website: https://www.nasa.gov/ arXiv preprint server: https://arxiv.org/ IEEE Xplore: https://ieeexplore.ieee.org/ ACM Digital Library: https://dl.acm.org/ ScienceDirect: https://www.sciencedirect.com/ SpringerLink: https://link.springer.com/ Fake URL: https:// - www. - something/ - http://
URL Checker
2023-11-09T20:11:40.000Z
^.*<SRVCNAME>(?<SRVCNAME>[\/\w\?=]+)(<\/SRVCNAME>)?((<MESSAGETYPE>(?<MESSAGETYPE>.+?)<\/MESSAGETYPE>)?)?(<PROCESSORNAME>(?<PROCESSORNAME>.+)<\/PROCESSORNAME>)?(<CLNTIP>(?<CLNTIP>.+)<\/CLNTIP>)?(<TRANID>(?<TRANID>.+)<\/TRANID>)?(<TIMESTAMP>(?<TIMESTAMP>.+)<\/TIMESTAMP>)?(<TIMEELAPSED>(?<TIMEELAPSED>.+)<\/TIMEELAPSED>)?(<DOMAINNAME>(?<DOMAINNAME>.+)<\/DOMAINNAME>)?(<DEVICESERIALNUM>(?<DEVICESERIALNUM>.+)<\/DEVICESERIALNUM>)?((<INPUTMSG>)?(?<INPUTMSG>.*)(:?<\/INPUTMSG>.*))?(<\/CommonLoggingService>)?(?<line_breaker>(\<\?xml version="1\.0" encoding="UTF-8"\?>)?)?
<CommonLoggingService><SRVCNAME>/apij/mme/telematics/GetAlertHistory</SRVCNAME><MESSAGETYPE>response</MESSAGETYPE><PROCESSORNAME>EAI-ROUTER-MPG</PROCESSORNAME><CLNTIP>53.30.178.253:36682</CLNTIP><TRANID>477312335</TRANID><TIMESTAMP>2017-10-05T11:04:50-04:00</TIMESTAMP><TIMEELAPSED>360</TIMEELAPSED><DOMAINNAME>EAIProd</DOMAINNAME><DEVICESERIALNUM>7803112</DEVICESERIALNUM><INPUTMSG>{"Data":{"Alerts":[],"SpeedAlerts":[]},"Response":{"ResponseCode":"1003","ResponseDescription":"No Records Found"}}</INPUTMSG></CommonLoggingService> <CommonLoggingService><SRVCNAME>/apij/mme/aftersales/service/services/vmilite/4JGDA0EB4FA472807</SRVCNAME><MESSAGETYPE>response</MESSAGETYPE><PROCESSORNAME>EAI-ROUTER-MPG</PROCESSORNAME><CLNTIP>53.30.178.250:36721</CLNTIP><TRANID>533680495</TRANID><TIMESTAMP>2017-10-05T11:05:12-04:00</TIMESTAMP><TIMEELAPSED>505</TIMEELAPSED><DOMAINNAME>EAIProd</DOMAINNAME><DEVICESERIALNUM>7803070</DEVICESERIALNUM><INPUTMSG>{"vin":"4JGDA0EB4FA472807","model":"ML250BTC","year":"2015","engineNo":"65196032390143","transmission":"72290810204344","prodDate":"08/29/2014","sellingDealer":"14146","primaryStatus":"NORMAL","warSale":{"wsStrDate":"10/30/2014"}}</INPUTMSG></CommonLoggingService>e><SRVCNAME>/apij/mme/telematics/QueryAccountDetails</SRVCNAME><MESSAGETYPE>response</MESSAGETYPE><PROCESSORNAME>EAI-ROUTER-MPG</PROCESSORNAME><CLNTIP>53.30.178.252:36695</CLNTIP><TRANID>222825457</TRANID><TIMESTAMP>2017-10-05T11:05:12-04:00</TIMESTAMP><TIMEELAPSED>804</TIMEELAPSED><DOMAINNAME>EAIProd</DOMAINNAME><DEVICESERIALNUM>7803112</DEVICESERIALNUM><INPUTMSG>{"context":{"SourceName":"WEB","TransactionId":"6K5U4YTE3023E1VDMW5Q8MU6ZT5S3R","Timestamp":"2017-10-05T15:05:10.583Z","Organization":"Mercedes-Benz","Region":"US","ApplicationName":"Android"},"Data":{"CustomerTier":"Customer","ESAFlag":"M","AccountName":"MBRACE FLEET","Address":{"AddressDetails":[{"Address1":"2002 SUMMIT BLVD","Address2":"","City":"BROOKHAVEN","StateProvince":"GA","Country":"USA","County":"GA","ZipCode":"30319-1560","AddressType":"Mailing Address","PrimaryAddressFlag":"Y"}]},"Phone":{"PrimaryPhone":{"PhoneNumber":"4047800377","CountryCode":""},"CellPhone":{"PhoneNumber":"","CountryCode":""},"HomePhone":{"PhoneNumber":"","CountryCode":""},"WorkPhone":{"PhoneNumber":"","CountryCode":""},"Fax":{"PhoneNumber":"","CountryCode":""},"PrimaryPhoneType":""},"EMail":{},"Contact":{"Name":{"FirstName":"MBRACE","MiddleName":"","LastName":"FLEET","Prefix":"","Suffix":"","PersonUId":"1-5346007"},"Address":{"AddressDetails":[{"Address1":"2002 SUMMIT BLVD","Address2":"","City":"BROOKHAVEN","StateProvince":"GA","Country":"USA","County":"","ZipCode":"30319-1560","AddressType":"Mailing Address","PrimaryAddressFlag":"Y","Longitude":"","Latitude":""}]},"Phone":{"PrimaryPhone":{"PhoneNumber":"4047800377","CountryCode":""},"CellPhone":{"PhoneNumber":"4047800377","CountryCode":""},"HomePhone":{"PhoneNumber":"","CountryCode":""},"WorkPhone":{"PhoneNumber":"4047800377","CountryCode":""},"Fax":{"PhoneNumber":"","CountryCode":""},"PrimaryPhoneType":"Mobile"},"Email":{"Email":[{"EmailAddress":"[email protected]"}]},"ContactType":"Primary","PreferredContactMethod":"Email Address","AlternateContactMethod":"Home Phone #","ServiceMSGContactMethod":"Email","ServiceMSGPhoneNumber":"Mobile Phone #","ServiceMSGWirelessCarrier":"","TimeZone":"","OptionalFlag":"N","PIN":"8744","Comments":""},"AccountNumber":"38184765","AccountType":"Subscriber","AccountStatus":"Active","PreferredDealer":"","AANFlag":"Y","SalesDealer":"","EmergencyFirstName":"","EmergencyLastName":"","EmergencyPhone":"","Relationship":""},"Response":{"ResponseCode":"00","ResponseStatus":"SUCCESS","ResponseDescription":"ACCOUNT INFORMATION FOUND."}}</INPUTMSG></CommonLoggingService><?xml version="1.0" encoding="UTF-8"?> <CommonLoggingService><SRVCNAME>/apij/mme/customer/services/finAccountInfo/?vin=WDC0J4KB1HF232726</SRVCNAME><MESSAGETYPE>response</MESSAGETYPE><PROCESSORNAME>EAI-ROUTER-MPG</PROCESSORNAME><CLNTIP>53.30.178.248:36776</CLNTIP><TRANID>533647919</TRANID><TIMESTAMP>2017-10-05T11:04:50-04:00</TIMESTAMP><TIMEELAPSED>220</TIMEELAPSED><DOMAINNAME>EAIProd</DOMAINNAME><DEVICESERIALNUM>7803070</DEVICESERIALNUM><INPUTMSG> <CommonLoggingService><SRVCNAME>/apij/mme/aftersales/service/services/vmilite/WDC0G4JB0HV006098</SRVCNAME><MESSAGETYPE>request</MESSAGETYPE><PROCESSORNAME>EAI-ROUTER-MPG</PROCESSORNAME><CLNTIP>53.30.178.251:33618</CLNTIP><TRANID>477313711</TRANID><TIMESTAMP>2017-10-05T11:04:50-04:00</TIMESTAMP><TIMEELAPSED>1</TIMEELAPSED><DOMAINNAME>EAIProd</DOMAINNAME><DEVICESERIALNUM>7803112</DEVICESERIALNUM><INPUTMSG/></CommonLoggingService>e><?xml version="1.0" encoding="UTF-8"?> <CommonLoggingService><SRVCNAME>/apij/mme/telematics/VehicleTra<?xml version="1.0" encoding="UTF-8"?> <CommonLoggingService><SRVCNAME>/apij/mme/telematics/VehicleTrackingStatus</SRVCNAME><MESSAGETYPE>response</MESSAGETYPE><PROCESSORNAME>EAI-ROUTER-MPG</PROCESSORNAME><CLNTIP>53.30.178.248:33990</CLNTIP><TRANID>221204193</TRANID><TIMESTAMP>2017-10-05T11:22:26-04:00</TIMESTAMP><TIMEELAPSED>377</TIMEELAPSED><DOMAINNAME>EAIProd</DOMAINNAME><DEVICESERIALNUM>7803070</DEVICESERIALNUM><INPUTMSG>{"context":{"SourceName":"WEB","TransactionId":"CGYWNXEGF9RDY7VDEJUYN8S2HESDAB","Timestamp":"2017-10-05T15:22:24.772Z","Organization":"Mercedes-Benz","Region":"US","ApplicationName":"Android"},"Data":{"trackingMode":"STOP","trackingInterval":0},"Response":{"ResponseCode":"2000","ResponseStatus":"Success","ResponseDescription":"Successful Execution"}}</INPUTMSG></CommonLoggingService>-ROUTER-MPG</PROCESSORNAME><CLNTIP>53.30.178.250:36775</CLNTIP><TRANID>223870097</TRANID><TIMESTAMP>2017-10-05T11:22:26-04:00</TIMESTAMP><TIMEELAPSED>995</TIMEELAPSED><DOMAINNAME>EAIProd</DOMAINNAME><DEVICESERIALNUM>7803112</DEVICESERIALNUM><INPUTMSG>{"Response":{"Tracing":{"TraceID":"JA6RH30553DV1O4WL2U638O4C2MVF3","TraceTimestamp":"2017-10-05T11:22:25.656Z"},"ResponseCode":"2000","ResponseStatus":"Success","ResponseDescription":"Successful Execution"}}</INPUTMSG></CommonLoggingService><?xml version="1.0" encoding="UTF-8"?>
MBUSA
2017-10-06T18:07:27.000Z
lookahead
^(([A-Z][a-z]+)(?=[\ ])|([A-Z][a-z]*[\'\-])(?=[A-Z]?[a-z]+)|([A-Z][a-z]+)(?![\ '\-])|(?<=[\'\-])([a-z]+)|(?<=[a-z])([\ ])(?=[A-Z]))+$
Kamal Manil Kamal O'Neil Kamal Manil Malaka Kamal Al-Shaba Al-shaba O'neil Ol'Neil Jo Jo Jo Kamal Manil Kamal O' Neil Kamal Manil Malaka Kamal Al- Shaba Al -shaba O 'neil Jo Jo A B C Jo Kamal SDF -''''sdf''- A a A B -Shana 'Neil -shaba 'neil ([A-Z][a-z]+(?![\'\-]))
Name Matching
2021-02-15T07:09:57.000Z
+1 (555) 555-5555 +90 532 581 98 18 +358 44 944 30 13
(^\+\d\s\(\d{3}\)\s\d{3}\-\d{4}$|^\+\d{1,3}\s\d{2,3}\s\d{2,3}\s\d{2,3}\s\d{2})
+1 (555) 555-5555 +1 (555) 555-55555 +90 532 581 98 18 +90 532 581 98 186 +358 44 944 30 13 +358 44 944 30 133
international phone numbers
2017-12-12T04:01:35.000Z
\[\]([a-z]+)
2015-07-06 14:44:51 194.56.211.10 []created /home/ftp/users/grafik/projektWiosna/index.phtml 226 grafik 739 Sun Aug 27 16:28:20 2006 [pid 13962] [xx] OK UPLOAD: Client "1.2.3.4", "/a.php", 8338 bytes, 18.77Kbyte/sec
Pure-Ftpd Log Action
2015-07-07T08:37:31.000Z
Validate dates in the formats of 1Feb20/01Feb20/29FEB20 with the 29th of February invalid on non-leap years.
^((0?[1-9]|[12][0-9]|3[01])(Jan|JAN|Mar|MAR|May|MAY|Jul|JUL|Aug|AUG|Oct|OCT|Dec|DEC)([0-9][0-9])|(0?[1-9]|[12][0-9]|30)(Apr|APR|Jun|JUN|Sep|SEP|Nov|NOV)([0-9][0-9])|(0?[1-9]|1[0-9]|2[0-8])(Feb|FEB)([0-9][0-9])|(29)(Feb|FEB)([02468][048]|[13579][26]))$
1Jan18 abcd 1Jan18 01Jan18 31Jan18 31jan18 31jAN18 31JAn18 31JaN18 31JAN18 28Feb18 29Feb18 29Feb20 31Mar18 30Apr18 31Apr18 31May18 30Jun18 31Jun18 31Jul18 31Aug18 30Sep18 31Sep18 31Oct18 30Nov18 31Nov18 31Dec18
DDMMMYY w/Leap Year Check
2018-05-10T14:51:15.000Z
[A-Z]{3}[0-9]{6}[A-Z0-9]{3}
ZAC810304NM0
RFC Persona Moral
2015-10-28T20:10:38.000Z
((<svg:svg )(\w+=\"[\w\.]+\" )+)(height=\"\d+\")
<svg:svg version="1.1" baseProfile="full" width="771" height="221" xmlns:svg="http://www.w3.org/2000/svg"><svg:a target="basefrm" xlink:href="../Sybase.Central.transitorio/table_dboah_causal_no_genuino.htm" title="table: dbo.ah_causal_no_genuino" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="78" y="24" width="16" height="16" style="fill:#0000FF; stroke:#0000FF; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="../Sybase.Central.transitorio/table_dboah_causal_no_genuino.htm" title="table: dbo.ah_causal_no_genuino" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="46" y="52">ah_causal_no_genuino</svg:text></svg:a><svg:line style="stroke:#808080;stroke-width:1" x1="320" y1="120" x2="86" y2="32" /><svg:a target="basefrm" xlink:href="../Sybase.Central.cob_ahorros/table_dboah_cuenta.htm" title="table: dbo.ah_cuenta" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="312" y="0" width="16" height="16" style="fill:#0000FF; stroke:#0000FF; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="../Sybase.Central.cob_ahorros/table_dboah_cuenta.htm" title="table: dbo.ah_cuenta" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="296" y="28">ah_cuenta</svg:text></svg:a><svg:line style="stroke:#808080;stroke-width:1" x1="320" y1="120" x2="320" y2="8" /><svg:a target="basefrm" xlink:href="../Sybase.Central.cob_ahorros_his/table_dboah_his_movimiento.htm" title="table: dbo.ah_his_movimiento" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="545" y="24" width="16" height="16" style="fill:#0000FF; stroke:#0000FF; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="../Sybase.Central.cob_ahorros_his/table_dboah_his_movimiento.htm" title="table: dbo.ah_his_movimiento" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="517" y="52">ah_his_movimiento</svg:text></svg:a><svg:line style="stroke:#808080;stroke-width:1" x1="320" y1="120" x2="553" y2="32" /><svg:a target="basefrm" xlink:href="../Sybase.Central.cobis/table_dbocl_catalogo.htm" title="table: dbo.cl_catalogo" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="78" y="74" width="16" height="16" style="fill:#0000FF; stroke:#0000FF; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="../Sybase.Central.cobis/table_dbocl_catalogo.htm" title="table: dbo.cl_catalogo" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="59" y="102">cl_catalogo</svg:text></svg:a><svg:line style="stroke:#808080;stroke-width:1" x1="320" y1="120" x2="86" y2="82" /><svg:a target="basefrm" xlink:href="../Sybase.Central.cobis/table_dbocl_tabla.htm" title="table: dbo.cl_tabla" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="312" y="50" width="16" height="16" style="fill:#0000FF; stroke:#0000FF; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="../Sybase.Central.cobis/table_dbocl_tabla.htm" title="table: dbo.cl_tabla" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="298" y="78">cl_tabla</svg:text></svg:a><svg:line style="stroke:#808080;stroke-width:1" x1="320" y1="120" x2="320" y2="58" /><svg:a target="basefrm" xlink:href="sp_dbosp_movimientos_genuinos.htm" title="stored procedure: dbo.sp_movimientos_genuinos" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="310" y="110" width="20" height="20" style="fill:#FF0000; stroke:#FF0000; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="sp_dbosp_movimientos_genuinos.htm" title="stored procedure: dbo.sp_movimientos_genuinos" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="275" y="140">sp_movimientos_genuinos</svg:text></svg:a><svg:a target="basefrm" xlink:href="../ExternalObjects/Sqr_Jubilacionesju_devolucion.htm" title="Sqr: Jubilaciones.ju_devolucion" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="137" y="162" width="16" height="16" style="fill:#B96A9A; stroke:#B96A9A; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="../ExternalObjects/Sqr_Jubilacionesju_devolucion.htm" title="Sqr: Jubilaciones.ju_devolucion" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="115" y="190">ju_devolucion</svg:text></svg:a><svg:line style="stroke:#808080;stroke-width:1" x1="320" y1="120" x2="145" y2="170" /><svg:a target="basefrm" xlink:href="../ExternalObjects/Sqr_Jubilacionesju_rendicion_asig_fam.htm" title="Sqr: Jubilaciones.ju_rendicion_asig_fam" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:rect rx="5" ry="5" x="487" y="162" width="16" height="16" style="fill:#B96A9A; stroke:#B96A9A; stroke-width:1; fill-opacity:0.5" /></svg:a><svg:a target="basefrm" xlink:href="../ExternalObjects/Sqr_Jubilacionesju_rendicion_asig_fam.htm" title="Sqr: Jubilaciones.ju_rendicion_asig_fam" xmlns:xlink="http://www.w3.org/1999/xlink"><svg:text font-size="10" font-family="verdana" x="453" y="190">ju_rendicion_asig_fam</svg:text></svg:a><svg:line style="stroke:#808080;stroke-width:1" x1="320" y1="120" x2="495" y2="170" /></svg:svg>
Regex 2
2016-01-28T19:54:01.000Z
^[0-9]+$
1555
Positive Ints
2016-03-21T16:43:28.000Z
get ip identifier, queue name, email domain and status from postfix log
(?P<sender>sender\d+) postfix.[^-]*-(?P<ip>[^/,]*)/[^:]*: (?P<queue>[^ ]+): (from|to)=<(?P<login>[^@]*)@(?P<domain>[^\.]*)[^>]*>.*(?:status=)(?P<status>\w+)
postfix
2015-05-07T11:21:25.000Z
(\b\w{0,2})?\b
http://www.youtube.com/watch?v=qsXHcwe3krw http://41.media.tumblr.com/tumblr_lfouy03PMA1qa1rooo1_500.jpg enfp and intj moments https://www.youtube.com/watch?v=iz7lE1g4XM4 sportscenter not top ten plays https://www.youtube.com/watch?v=uCdfze1etec pranks
Remove short words
2021-02-28T23:56:50.000Z
[\t:]*(from (.*?)[ ]*|)import (.*?)(| as (.*?))[\n]
import os import os as test from RegistryController import RegistryController from ui.windows.lists import ListCtrl, DynamicListCtrl from main.core import Exceptions from Queue import Queue from main.core.MessageQueue import Queue as MessageQueue from os import test as test for i in range(50):import os import os for i in range(50): import os print("We are importing this new, import ajid.")
Finding imports
2018-11-03T15:20:18.000Z
(?:(\$number_) (cộng|trừ|nhân|chia) )+(\$number_) (bằng) (\$number_)
$number_ cộng $number_ cộng $number_ cộng $number_ cộng $number_ bằng $number_
Expression
2019-04-26T09:15:01.000Z
(\S+)\/([1-9][0-9]{3}\/[0-1][0-9]\/[0-3][0-9])\/(.*)
hammaro/2015/09/06/konstsafari-runt-pa-on?refresh=true
pathname comes to article
2015-09-29T11:06:21.000Z
(require|include)(_once)?\s*\(?['"]
require('lofasz.php') require ('akarmi.php') require 'akarmi.php' include 'akarmi.php' require_once "akarmi.php"
require, require_once, include, include_once search
2015-07-22T15:44:18.000Z
Parses quotes and can be escaped
(["'])(.*?(?<!\\))\1
'abc " ' '
Quote Parsing
2015-05-05T02:57:14.000Z
^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24\:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)))$
2015-06-30T23:59:59.122
LMC date match
2015-06-04T16:59:21.000Z
\sid=\"landingImage\"\s[^"]*\"{&quot;(http.:.*?)&
id="landingImage" data-a-dynamic-image="{&quot;https://images-na.ssl-images-amazon.com/images/I/71rUs2a23JL._UX675_.jpg&quot;:
IMG_TEMPLATE (PAG2)
2018-12-22T05:39:28.000Z
^[=-]?[0-9]+(\.[0-9]*)?$
1231231231231231231 asdjasdjasd123 12123123.12312 1982737.122 -123.123 -22
匹配数字
2020-04-24T06:30:10.000Z
(xcopy)|([A-Z]:\\[^\s\n]*)+
xcopy C:\test D:\target\backup\files (xcopy)|([A-Z]:\\[^ \n]*)+
コマンド処理
2018-09-21T11:52:20.000Z
^([0-9]{0,2}|5[0-9])$
<--! select 0 or 00..59 sequences --> 0 1 9 00 09 10 33 45 55 59 99 000 001 002 004 010 011 021 100 101 110 115 120 125 127 135 139 141 201 222 230 245 247 250 254 sgnlfsf 2340 345 255 853 999
Matching Numeric Ranges with a Regular Expression 10 My solution
2019-02-19T05:55:28.000Z
Pull the Client URL out of the Asana description field using targeted expression.
(Client URL: )(([\w\.\-\+]+:)\/{2}(([\w\d\.]+):([\w\d\.]+))?@?(([a-zA-Z0-9\.\-_]+)(?::(\d{1,5}))?))?(\/(?:[a-zA-Z0-9\.\-\/\+\%]+)?)(?:\?([a-zA-Z0-9=%\-_\.\*&;]+))?(?:#([a-zA-Z0-9\-=,&%;\/\\\"'\?]+)?)?
Client URL: https://www.blueridgebankshares.com/corporate-information/corporate-profile/default.aspx http://user:[email protected]:8000/foo/bar?st=1&lt=10;#/koo9
Client URL Isolation
2022-10-06T17:42:28.000Z
REGEX for NIR https://fr.wikipedia.org/wiki/Num%C3%A9ro_de_s%C3%A9curit%C3%A9_sociale_en_France
^[1-478][0-9]{2}(0[1-9]|1[0-2]|62|63)(2[ABab]|[0-9]{2})(00[1-9]|0[1-9][0-9]|[1-8][0-9]{2}|9[0-8][0-9]|990)(00[1-9]|0[1-9][0-9]|[1-9][0-9]{2})(0[1-9]|[1-8][0-9]|9[0-7])$
NIR Sécurité Sociale France
2017-05-11T14:05:31.000Z
\[(.*?)\]
Attacks for [1d20+3] damage. [genderPronoun] is [1d18] years old. [genderPronoun] is carrying a quiver with [1d8] arrows
DnD Get Shortcodes
2017-06-07T15:49:28.000Z
Add single quotes to unquoted parts of a valid JS hash so it can be parsed with JSON decoders. Tries to keep boolean and numeric values unquoted Note: It will not handle certain edge-cases You might need to clear the trailing commas
([\s\[\{,:]+)(?!\-?\.?\d|false\W|true\W)([^'\":,\s\]\}]+)([:\s,\}\]_\-\{\[]|$)
[ { path: '/my-profile', name: 'my_profile', component: MyProfile, child-ren: [ { path: 'info', name: 'my_info', component: BasicInForm, }, { path: 'photos', name: 'my_photos', component: MyPhot'os, }, { path: 'questions', name: 'my_questions', component: MyQuestions, }, ], }, { path: '/', name: 'register', component: RegisterFormFlow, }, ]
Quote Javascript-style hash to convert to valid JSONP (JSON with padding)
2018-05-10T07:04:06.000Z
^\s+\"#{prefix}\.(.+)\":
"use strict" define -> launchOptions = (prefix) -> options = "#{prefix}.businessCredits.businessBudgetFacility": functionDetails: functionId : "be.kbc.businessCredits.businessBudgetFacility", mode: "create" "#{prefix}.businessCredits.taxPrepaymentPlan": functionDetails: functionId : "be.kbc.businessCredits.taxPrepaymentPlan", mode: "create" "#{prefix}.credits.privateCreditCardRequest.update": functionDetails: functionId : "be.kbc.credits.privateCreditCardRequest", mode: "update" "#{prefix}.credits.homeAtOnce": functionDetails: functionId : "be.kbc.credits.homeAtOnce", mode: "createRequest" "#{prefix}.credits.homeAtOnce.detailRequest": functionDetails: functionId : "be.kbc.credits.homeAtOnce", mode: "detailRequest" "#{prefix}.credits.homeAtOnce.editRequest": functionDetails: functionId : "be.kbc.credits.homeAtOnce", mode: "editRequest" "#{prefix}.credits.homeAtOnce.updateRequest": functionDetails: functionId : "be.kbc.credits.homeAtOnce", mode: "updateRequest" "#{prefix}.credits.budgetfacilitylight": functionDetails: functionId : "be.kbc.credits.budgetFacilityLight", mode: "create" "#{prefix}.credits.loaRequest": functionDetails: functionId : "be.kbc.credits.loaRequest", mode: "create" "#{prefix}.credits.loaRequest.update": functionDetails: functionId : "be.kbc.credits.loaRequest", mode: "update" "#{prefix}.doccle.doccleAccount": functionDetails: functionId : "be.kbc.doccle.doccleAccount", mode: "create" "#{prefix}.esigning.esigning": functionDetails: functionId : "be.kbc.esigning.esigning", mode: "create" "#{prefix}.esigning.esigning.createBundle": functionDetails: functionId : "be.kbc.esigning.esigning", mode: "createBundle" "#{prefix}.home.dinoHomeInsurance": functionDetails: functionId : "be.kbc.home.dinoHomeInsurance", mode: "create" "#{prefix}.home.energyRenovationAdvice": functionDetails: functionId : "be.kbc.home.era", mode: "create" "#{prefix}.insurances.smallProducts": functionDetails: functionId : "be.kbc.insurances.smallProducts", mode: "create" "#{prefix}.insurances.smallproducts.external": functionDetails: functionId : "be.kbc.insurances.smallProducts", mode: "create" "#{prefix}.insurances.insurancesUpsell": functionDetails: functionId : "be.kbc.insurances.insurancesUpsell", mode: "create" "#{prefix}.investments.buycooperativeshares": functionDetails: functionId : "be.kbc.investments.buyCooperativeShares", mode: "create" "#{prefix}.savings.acceptSavingsAccount": functionDetails: functionId : "be.kbc.savings.acceptSavingsAccount", mode: "create" "#{prefix}.savings.manageAccountInsurance": functionDetails: functionId : "be.kbc.savings.manageAccountInsurance", mode: "create" "#{prefix}.savings.manageAccountInsurance.delete": functionDetails: functionId : "be.kbc.savings.manageAccountInsurance", mode: "delete" "#{prefix}.savings.openSavingsAccount": functionDetails: functionId : "be.kbc.savings.openSavingsAccount", mode: "create" "#{prefix}.savings.settleSavingsAccount": functionDetails: functionId : "be.kbc.savings.settleSavingsAccount", mode: "create" "#{prefix}.payments.businessAccountRequest": functionDetails: functionId : "be.kbc.payments.businessAccountRequest", mode: "create" "#{prefix}.payments.cardPhoto": functionDetails: functionId : "be.kbc.payments.cardPhoto", mode: "create" "#{prefix}.payments.preaccountrequest": functionDetails: functionId : "be.kbc.payments.preAccountRequest", mode: "create" "#{prefix}.payments.privateAccountRequest": functionDetails: functionId : "be.kbc.payments.privateAccountRequest", mode: "create" "#{prefix}.payments.businessCreditCardRequest": functionDetails: functionId : "be.kbc.payments.businessCreditCardRequest", mode: "create" "#{prefix}.payments.preCardRequest": functionDetails: functionId : "be.kbc.payments.preCardRequest", mode: "create" "#{prefix}.payments.preCardRequest.createReplacement": functionDetails: functionId : "be.kbc.payments.preCardRequest", mode: "createReplacement" "#{prefix}.vehicle.dinoCarInsurance": functionDetails: functionId : "be.kbc.vehicle.dinoCarInsurance", mode: "create" "#{prefix}.vehicle.privateLease": functionDetails: functionId : "be.kbc.vehicle.privateLease", mode: "create" "#{prefix}.vehicle.privateLease.update": functionDetails: functionId : "be.kbc.vehicle.privateLease", mode: "update" # Note: the deeplinks below are for local development testing only, the won't be available in the pillars # coffeelint: disable=no_backticks `//>>includeStart("local", pragmas.local)` options["#{prefix}.credits.genericRequest"] = functionDetails: functionId : "be.kbc.credits.genericRequest", mode: "create" options["#{prefix}.credits.genericRequest.continue"] = functionDetails: functionId : "be.kbc.credits.genericRequest", mode: "continue" `//>>includeEnd("local")` return options return launchOptions
KBC: Extract ASA Names
2018-11-20T15:35:54.000Z