description
stringlengths 0
8.24k
| regex
stringlengths 1
26.3k
| text
stringlengths 0
2.47M
⌀ | title
stringlengths 1
150
| created_at
stringlengths 24
24
|
---|---|---|---|---|
This expression matches human genomic coordinates, similat to those being used by genome browsers (e.g. the UCSC Genome Browser). It can match: chromosome, chromosome start, chromosome start end, chromosome start end reference sequence, chromosome start end reference sequence alternative sequence. The last two are useful when searching for mutations.
Examples:
1 # matches chromosome 1
chr1 # matches chromosome 1
1:12345 # matches chromosome 1, start at base 12345
chr11:12345-78900 # matches chromosome 1, start at base 12345, end at base 78900
chr11 12345 78900 # matches chromosome 1, start at base 12345, end at base 78900
11:12345-12345_A/G # matches chromosome 1, start at base 12345, end at base 12345 and a substitution of A to G
11 12345 12347 AG GC # matches chromosome 1, start at base 12345, end at base 12345 and a substitution of AG to GC
| ^(chr)?(1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|X|Y)((:|\s+)\d+((-|\s+)\d+((_|\s+)[ACGT]+((\/|\s+)[ACGT]+)?)?)?)?$ | 11 12345 54321 a t | Matches human genomic coordinates | 2016-08-19T05:32:47.000Z |
Liens internes commençant par :
* rien
* /
* http, https, www et contenant le nom de domaine | (^/)|^(https?://)?(?:www\.)?sirac\.fr/?.*$|(^(?!http://|/|www).*$) | /f30
f30.conf
http://www.sirac.fr/toto/truc.conf/essai.conf
/panier/numérodecommande/
/panier/numérodecommande/vosinformations/toto
(.*\.(?!conf).*)
(^/)|^(https?://)?(?:www\.)?sirac\.fr/?.*$|(^.{1,3}$)
(^/)|^(https?://)?(?:www\.)?sirac\.fr/?.*$|(^(?!http://|/|www).*$)
www.sirac1.fr | Liens internes | 2016-03-24T18:59:13.000Z |
\S+\@[\S.]+ | [email protected]
[email protected]
[email protected]
Juliana Emanuela da Luz Souza portadora do CPF 008.543.213-30, recebe um salário de 1500,30 reais.
Atualmente mora na Avenida dos logradouros 467 número 14, São Leopoldo e, por 40 horas é empregada na empresa Cristal Serrano com o CNPJ 13.123.321/4133-44.
De acordo com o seu cadastro, possui o seguinte telefone de contato +55 (54) 99166-6508.
Conforme vem a solicitar a Receita Federal é indicado que por meio deste documento disposto para o contribuinte de RG 183654527, uma multa no valor de 54 dólares seja cobrada por não possuir a CNH de número 10234556378 e carteira de trabalho 123 45678 91 0 validadas de acordo com a lei atribuída na tribuna com o endereço Avenida Júlio de Castilhos número 45000.
Conforme sentenciado pelo juiz Carlos Romano de Freitas Pereira da Silva. As informações do indivíduo estão dispostas no email [email protected].
Para fazer acesso ao email é necessário configurar o computador com que fique com o IPV4 utilizado seja 112.128.52.10 e o IPV6 deve ser 2001:ca8:0:1fe1::200. Para acessar a conta é necessário que o contribuinte utilize o número disposto na carteira de trabalho sendo esta 123.45678.91-0 e o número do passaporte sendo este CS123456. É importante que o usuário comprove os dados utilizando o número do título de eleitor 1234 5678 9101. O valor final que deverá ser pago deve corresponder a um valor simbólico de 7.891,12 brl.
É Importante destacar a necessidade de mostrar o RG 123456789 e a CNH 12345678910.
| E-mail | 2021-03-02T22:04:41.000Z |
|
City, ST format | \d\d\d\d\d | 77777 | Location | 2018-03-29T21:30:39.000Z |
(?:semlps/401k-retirement-services|semlps/aca|semlps/avs|semlps/flsa|semlps/guides|semlps/InsHB|semlps/insurance|semlps/is-national|semlps/sbsdemandgen|semlps/simple-ira|semlps/talent-management|semlps/workers-comp)(?:/)?(?:.*[^0-9a-zA-Z].*)?(?:\\.aspx)?$ | SEMS | 2020-06-25T16:31:53.000Z |
||
(?<timestamp>\w+\s+\d+,\s+\d+\s+\d+:\d+:\d+\.\d+)[^\]\n]*\]\s+(?<loglevel>\w+) - (?<full_message>(?:(?:MDE\: (?<media>[^\:]+): (?<media_message>(?:Direct Play is (?<direct_play>\w+))?(?:no direct play video profile exists for (?<media_codecs>.*))?.*))?(?:\[?(?<status_source>\w+)((\]|: ))?)?(?:Adding (?<session_number>\d) sessions\.)?(?:authenticated user \d+ as (?<user>.*))?(?:Found session GUID of (?<session_guid>[^\s]+))?(?:Using local file path instead of URL\: (?<file_path>.*))?(?:Session (?<playback_session_guid>[^\s]+) \((?<playback_session_number>[^\)]+)\) is (?<placyback_session_status>\w+))?(?:using profile (?<transcode_profile>.*))?(?:.*\/transcode\/session\/(?<transcode_session_guid>[^\/]+))?(?:It took (?<time_taken>[\d\.]+) sec to (?<action_taken>.*))?)?.*) | Nov 05, 2016 15:37:29.438 [0x7f781a3ff700] DEBUG - MDE: Finding Dory (2016): Direct Play is disabled
Nov 05, 2016 15:37:29.438 [0x7f781a3ff700] DEBUG - MDE: Finding Dory (2016): no direct play video profile exists for http/mkv/h264
Nov 05, 2016 15:37:29.438 [0x7f781a3ff700] DEBUG - MDE: Finding Dory (2016): no direct play video profile exists for http/mkv/h264/aac
Nov 05, 2016 15:37:29.439 [0x7f781a3ff700] DEBUG - MDE: Finding Dory (2016): selected media 0 / 15024
Nov 05, 2016 15:37:01.307 [0x7f77fe7f7700] DEBUG - [Now] Adding 0 sessions.
Nov 05, 2016 15:37:01.307 [0x7f77fe7f7700] DEBUG - It took 0.0 sec to serialize a list with 0 elements.
Nov 05, 2016 15:37:01.307 [0x7f78193fd700] DEBUG - Completed: [127.0.0.1:44216] 200 GET /status/sessions (6 live) 0ms 186 bytes
Nov 05, 2016 15:37:29.348 [0x7f78193fd700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.348 [0x7f78193fd700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:29.348 [0x7f78193fd700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:29.348 [0x7f77fa7f9700] DEBUG - Request: [192.168.1.50:52168 (Subnet)] POST /playQueues?type=video&uri=library%3A%2F%2F51222608-c41d-4f80-8fef-f1751b0a507c%2Fitem%2F%252Flibrary%252Fmetadata%252F12166&shuffle=0&repeat=0&includeChapters=1 (6 live) TLS GZIP Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.349 [0x7f77fa7f9700] DEBUG - PlayQueue: 0 generated IDs compressed down to a 2 byte blob.
Nov 05, 2016 15:37:29.355 [0x7f77fa7f9700] DEBUG - PlayQueue: Start index: 0 End index: 0 Count: 1
Nov 05, 2016 15:37:29.355 [0x7f77fa7f9700] DEBUG - PlayQueue: 1 generated IDs compressed down to a 24 byte blob.
Nov 05, 2016 15:37:29.359 [0x7f77fa7f9700] DEBUG - PlayQueue: Added 1 items in 0.0 sec.
Nov 05, 2016 15:37:29.366 [0x7f77fa7f9700] DEBUG - We're going to try to auto-select an audio stream for account 1.
Nov 05, 2016 15:37:29.366 [0x7f77fa7f9700] DEBUG - Selecting best audio stream for part ID 17824 (autoselect: 0 language: en)
Nov 05, 2016 15:37:29.366 [0x7f77fa7f9700] DEBUG - We're going to try to auto-select a subtitle.
Nov 05, 2016 15:37:29.366 [0x7f77fa7f9700] DEBUG - Audio Stream: 104553, Subtitle Stream: -1
Nov 05, 2016 15:37:29.366 [0x7f77fa7f9700] DEBUG - It took 0.0 sec to serialize a list with 1 elements.
Nov 05, 2016 15:37:29.368 [0x7f78193fd700] DEBUG - Completed: [192.168.1.50:52168] 200 POST /playQueues?type=video&uri=library%3A%2F%2F51222608-c41d-4f80-8fef-f1751b0a507c%2Fitem%2F%252Flibrary%252Fmetadata%252F12166&shuffle=0&repeat=0&includeChapters=1 (6 live) TLS GZIP 19ms 3064 bytes
Nov 05, 2016 15:37:29.426 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.426 [0x7f7819bfe700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:29.426 [0x7f7819bfe700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:29.427 [0x7f781a3ff700] DEBUG - Request: [192.168.1.50:52168 (Subnet)] GET /video/:/transcode/universal/decision?hasMDE=1&path=http%3A%2F%2F127.0.0.1%3A32400%2Flibrary%2Fmetadata%2F12166&mediaIndex=0&partIndex=0&protocol=http&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=100&location=lan&session=nzxzt409ramwp2hmx4hb2zkt9&offset=0&subtitles=burn©ts=1&Accept-Language=en (6 live) TLS GZIP Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.427 [0x7f781a3ff700] DEBUG - Found session GUID of nzxzt409ramwp2hmx4hb2zkt9 in session start.
Nov 05, 2016 15:37:29.427 [0x7f781a3ff700] DEBUG - TranscodeUniversalRequest: using profile Web
Nov 05, 2016 15:37:29.428 [0x7f781a3ff700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/12166?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx
Nov 05, 2016 15:37:29.428 [0x7f781a3ff700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/12166?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx
Nov 05, 2016 15:37:29.429 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.429 [0x7f7819bfe700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:29.429 [0x7f7819bfe700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:29.429 [0x7f78097ff700] DEBUG - Request: [127.0.0.1:44219 (Loopback)] GET /library/metadata/12166 (7 live) GZIP Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.435 [0x7f78097ff700] DEBUG - We're going to try to auto-select an audio stream for account 1.
Nov 05, 2016 15:37:29.435 [0x7f78097ff700] DEBUG - Selecting best audio stream for part ID 17824 (autoselect: 0 language: en)
Nov 05, 2016 15:37:29.435 [0x7f78097ff700] DEBUG - We're going to try to auto-select a subtitle.
Nov 05, 2016 15:37:29.435 [0x7f78097ff700] DEBUG - Audio Stream: 104553, Subtitle Stream: -1
Nov 05, 2016 15:37:29.436 [0x7f78097ff700] DEBUG - It took 0.0 sec to serialize a list with 1 elements.
Nov 05, 2016 15:37:29.436 [0x7f7819bfe700] DEBUG - Completed: [127.0.0.1:44219] 200 GET /library/metadata/12166 (7 live) GZIP 7ms 2890 bytes
Nov 05, 2016 15:37:29.436 [0x7f781a3ff700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/12166?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx
Nov 05, 2016 15:37:29.438 [0x7f781a3ff700] DEBUG - MDE: analyzing media item 15024
Nov 05, 2016 15:37:29.439 [0x7f781a3ff700] DEBUG - Streaming Resource: Added session 0x7f78182494a0:bymiyvmkxrwwc3xqyzyjbgldi
Nov 05, 2016 15:37:29.439 [0x7f781a3ff700] DEBUG - Streaming Resource: Reached Decision id=12166 codes=(General=1001,Direct play not available; Conversion OK. Direct Play=3000,App cannot direct play this item. Direct play is disabled. Transcode=1001,Direct play not available; Conversion OK.) media=(id=15024 part=(id=17824 decision=transcode container=mkv protocol=http streams=(Video=(id=104552 decision=copy width=1920 height=1080) Audio=(id=104553 decision=copy channels=6 rate=48000))))
Nov 05, 2016 15:37:29.440 [0x7f781a3ff700] DEBUG - It took 0.0 sec to serialize a list with 1 elements.
Nov 05, 2016 15:37:29.441 [0x7f7819bfe700] DEBUG - Completed: [192.168.1.50:52168] 200 GET /video/:/transcode/universal/decision?hasMDE=1&path=http%3A%2F%2F127.0.0.1%3A32400%2Flibrary%2Fmetadata%2F12166&mediaIndex=0&partIndex=0&protocol=http&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=100&location=lan&session=nzxzt409ramwp2hmx4hb2zkt9&offset=0&subtitles=burn©ts=1&Accept-Language=en (7 live) TLS GZIP 14ms 2867 bytes (pipelined: 2)
Nov 05, 2016 15:37:29.462 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.462 [0x7f7819bfe700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:29.462 [0x7f7819bfe700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:29.463 [0x7f77fa7f9700] DEBUG - Request: [192.168.1.50:52169 (Subnet)] GET /video/:/transcode/universal/start?hasMDE=1&path=http%3A%2F%2F127.0.0.1%3A32400%2Flibrary%2Fmetadata%2F12166&mediaIndex=0&partIndex=0&protocol=http&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=100&location=lan&session=nzxzt409ramwp2hmx4hb2zkt9&offset=0&subtitles=burn©ts=1&Accept-Language=en (8 live) TLS Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.463 [0x7f77fa7f9700] DEBUG - Found session GUID of nzxzt409ramwp2hmx4hb2zkt9 in session start.
Nov 05, 2016 15:37:29.463 [0x7f77fa7f9700] DEBUG - TranscodeUniversalRequest: using profile Web
Nov 05, 2016 15:37:29.463 [0x7f77fa7f9700] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/12166?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx&checkFiles=1
Nov 05, 2016 15:37:29.463 [0x7f77fa7f9700] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/metadata/12166?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx&checkFiles=1
Nov 05, 2016 15:37:29.464 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.465 [0x7f7819bfe700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:29.465 [0x7f7819bfe700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:29.465 [0x7f781a3ff700] DEBUG - Request: [127.0.0.1:44220 (Loopback)] GET /library/metadata/12166 (8 live) GZIP Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.491 [0x7f781a3ff700] DEBUG - We're going to try to auto-select an audio stream for account 1.
Nov 05, 2016 15:37:29.491 [0x7f781a3ff700] DEBUG - Selecting best audio stream for part ID 17824 (autoselect: 0 language: en)
Nov 05, 2016 15:37:29.492 [0x7f781a3ff700] DEBUG - We're going to try to auto-select a subtitle.
Nov 05, 2016 15:37:29.492 [0x7f781a3ff700] DEBUG - Audio Stream: 104553, Subtitle Stream: -1
Nov 05, 2016 15:37:29.492 [0x7f781a3ff700] DEBUG - It took 0.0 sec to serialize a list with 1 elements.
Nov 05, 2016 15:37:29.493 [0x7f7819bfe700] DEBUG - Completed: [127.0.0.1:44220] 200 GET /library/metadata/12166 (8 live) GZIP 27ms 2905 bytes
Nov 05, 2016 15:37:29.493 [0x7f77fa7f9700] DEBUG - HTTP 200 response from GET http://127.0.0.1:32400/library/metadata/12166?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx&checkFiles=1
Nov 05, 2016 15:37:29.494 [0x7f77fa7f9700] DEBUG - Cleaning directory for session nzxzt409ramwp2hmx4hb2zkt9 ()
Nov 05, 2016 15:37:29.494 [0x7f77fa7f9700] DEBUG - Starting a transcode session nzxzt409ramwp2hmx4hb2zkt9 at offset -1.0 (state=3)
Nov 05, 2016 15:37:29.496 [0x7f77fa7f9700] DEBUG - [Universal] Using local file path instead of URL: /media/movies/Finding Dory.mkv
Nov 05, 2016 15:37:29.497 [0x7f77fa7f9700] DEBUG - Job running: FFMPEG_EXTERNAL_LIBS='/var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Codecs/5a2d9a2-1127-linux-ubuntu-x86_64/' XDG_CACHE_HOME='/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Cache/' XDG_DATA_HOME='/usr/lib/plexmediaserver/Resources/' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/lib/plexmediaserver/Plex Transcoder' '-codec:0' 'h264' '-noaccurate_seek' '-i' '/media/movies/Finding Dory.mkv' '-map' '0:0' '-codec:0' 'copy' '-map' '0:1' '-metadata:s:1' 'language=eng' '-codec:1' 'copy' '-copypriorss:1' '0' '-f' 'matroska' '-avoid_negative_ts' 'disabled' '-map_metadata' '-1' '-map_chapters' '-1' '-' '-start_at_zero' '-copyts' '-y' '-nostats' '-loglevel' 'quiet' '-loglevel_plex' 'error' '-progressurl' 'http://127.0.0.1:32400/video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress'
Nov 05, 2016 15:37:29.549 [0x7f78193fd700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.549 [0x7f78193fd700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Nov 05, 2016 15:37:29.550 [0x7f781a3ff700] DEBUG - Request: [127.0.0.1:44221 (Loopback)] PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?index=0&id=0&codec=h264&type=video (8 live) Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.550 [0x7f78193fd700] DEBUG - Completed: [127.0.0.1:44221] 206 PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?index=0&id=0&codec=h264&type=video (8 live) 0ms 190 bytes
Nov 05, 2016 15:37:29.551 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.551 [0x7f7819bfe700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Nov 05, 2016 15:37:29.551 [0x7f78097ff700] DEBUG - Request: [127.0.0.1:44222 (Loopback)] PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?index=1&id=0&codec=aac&type=audio (9 live) Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.551 [0x7f7819bfe700] DEBUG - Completed: [127.0.0.1:44222] 206 PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?index=1&id=0&codec=aac&type=audio (8 live) 0ms 190 bytes
Nov 05, 2016 15:37:29.588 [0x7f781a3ff700] DEBUG - [Transcoder] Average FPS ~ 24 fps, Frame rate ~ 24 fps.
Nov 05, 2016 15:37:29.589 [0x7f77fa7f9700] DEBUG - [FFMPEG] Duration: 5823
Nov 05, 2016 15:37:29.589 [0x7f77fa7f9700] DEBUG - Read line, and done: 1
Nov 05, 2016 15:37:29.589 [0x7f77fa7f9700] DEBUG - Started session successfully: nzxzt409ramwp2hmx4hb2zkt9
Nov 05, 2016 15:37:29.590 [0x7f7817fff700] DEBUG - [TranscodeOutputStream] Input processing thread started at offset 0 for -1 bytes.
Nov 05, 2016 15:37:29.590 [0x7f7804ff5700] DEBUG - Started universal transcode output thread
Nov 05, 2016 15:37:29.591 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:29.591 [0x7f7819bfe700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Nov 05, 2016 15:37:29.591 [0x7f781a3ff700] DEBUG - Request: [127.0.0.1:44224 (Loopback)] PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?width=1920&height=1080 (8 live) Signed-in Token (tyzbit)
Nov 05, 2016 15:37:29.591 [0x7f781a3ff700] DEBUG - It took 0.0 sec to serialize a list with 0 elements.
Nov 05, 2016 15:37:29.591 [0x7f7819bfe700] DEBUG - Completed: [127.0.0.1:44224] 206 PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?width=1920&height=1080 (8 live) 0ms 289 bytes
Nov 05, 2016 15:37:30.093 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:30.093 [0x7f7819bfe700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Nov 05, 2016 15:37:30.093 [0x7f77fa7f9700] DEBUG - Request: [127.0.0.1:44225 (Loopback)] PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=1.6&size=38161989&speed=182.1&remaining=31 (9 live) Signed-in Token (tyzbit)
Nov 05, 2016 15:37:30.094 [0x7f77fa7f9700] DEBUG - It took 0.0 sec to serialize a list with 0 elements.
Nov 05, 2016 15:37:30.094 [0x7f78193fd700] DEBUG - Completed: [127.0.0.1:44225] 206 PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=1.6&size=38161989&speed=182.1&remaining=31 (9 live) 0ms 289 bytes
Nov 05, 2016 15:37:30.325 [0x7f78193fd700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:30.325 [0x7f78193fd700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:30.325 [0x7f78193fd700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:30.325 [0x7f78097ff700] DEBUG - Request: [192.168.1.50:52168 (Subnet)] GET /:/timeline?hasMDE=1&ratingKey=12166&key=%2Flibrary%2Fmetadata%2F12166&state=playing&playQueueItemID=43940&time=0&duration=5823672 (9 live) TLS GZIP Signed-in Token (tyzbit)
Nov 05, 2016 15:37:30.326 [0x7f78097ff700] DEBUG - Client [bymiyvmkxrwwc3xqyzyjbgldi] reporting timeline state playing, progress of 0/5823672ms for guid=, ratingKey=12166 url=, key=/library/metadata/12166, containerKey=, metadataId=12166
Nov 05, 2016 15:37:30.358 [0x7f78097ff700] DEBUG - We're going to try to auto-select an audio stream for account 1.
Nov 05, 2016 15:37:30.358 [0x7f78097ff700] DEBUG - Selecting best audio stream for part ID 17824 (autoselect: 0 language: en)
Nov 05, 2016 15:37:30.359 [0x7f78097ff700] DEBUG - We're going to try to auto-select a subtitle.
Nov 05, 2016 15:37:30.359 [0x7f78097ff700] DEBUG - Audio Stream: 104553, Subtitle Stream: -1
Nov 05, 2016 15:37:30.360 [0x7f78097ff700] DEBUG - [Now] User is tyzbit (ID: 1)
Nov 05, 2016 15:37:30.361 [0x7f78097ff700] DEBUG - [Now] Device is Chrome (Plex Web (Chrome)).
Nov 05, 2016 15:37:30.361 [0x7f78097ff700] DEBUG - [Now] Profile is Web
Nov 05, 2016 15:37:30.361 [0x7f78097ff700] DEBUG - [Now] Updated play state for /library/metadata/12166.
Nov 05, 2016 15:37:30.361 [0x7f78097ff700] DEBUG - Statistics: (tqycrf1uzs07qef9zjj5j0pb9) Reporting active playback in state 0 of type 1 (scrobble: 0) for account 1
Nov 05, 2016 15:37:30.362 [0x7f78097ff700] DEBUG - It took 0.0 sec to serialize a list with 0 elements.
Nov 05, 2016 15:37:30.363 [0x7f78193fd700] DEBUG - Completed: [192.168.1.50:52168] 200 GET /:/timeline?hasMDE=1&ratingKey=12166&key=%2Flibrary%2Fmetadata%2F12166&state=playing&playQueueItemID=43940&time=0&duration=5823672 (8 live) TLS GZIP 37ms 433 bytes (pipelined: 3)
Nov 05, 2016 15:37:30.368 [0x7f7819bfe700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:30.368 [0x7f7819bfe700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:30.368 [0x7f7819bfe700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:30.369 [0x7f781a3ff700] DEBUG - Request: [192.168.1.50:52168 (Subnet)] GET /status/sessions (8 live) TLS GZIP Signed-in Token (tyzbit)
Nov 05, 2016 15:37:30.369 [0x7f781a3ff700] DEBUG - [Now] Adding 1 sessions.
Nov 05, 2016 15:37:30.369 [0x7f781a3ff700] DEBUG - It took 0.0 sec to serialize a list with 1 elements.
Nov 05, 2016 15:37:30.371 [0x7f7819bfe700] DEBUG - Completed: [192.168.1.50:52168] 200 GET /status/sessions (7 live) TLS GZIP 2ms 3361 bytes (pipelined: 4)
Nov 05, 2016 15:37:30.423 [0x7f78193fd700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:30.423 [0x7f78193fd700] DEBUG - Auth: authenticated user 1 as tyzbit
Nov 05, 2016 15:37:30.423 [0x7f78193fd700] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Nov 05, 2016 15:37:30.423 [0x7f78097ff700] DEBUG - Request: [192.168.1.50:52168 (Subnet)] GET /status/sessions (7 live) TLS GZIP Signed-in Token (tyzbit)
Nov 05, 2016 15:37:30.423 [0x7f78097ff700] DEBUG - [Now] Adding 1 sessions.
Nov 05, 2016 15:37:30.423 [0x7f78097ff700] DEBUG - It took 0.0 sec to serialize a list with 1 elements.
Nov 05, 2016 15:37:30.425 [0x7f78193fd700] DEBUG - Completed: [192.168.1.50:52168] 200 GET /status/sessions (7 live) TLS GZIP 1ms 3361 bytes (pipelined: 5)
Nov 05, 2016 15:37:30.593 [0x7f78193fd700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:30.593 [0x7f78193fd700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Nov 05, 2016 15:37:30.593 [0x7f781a3ff700] DEBUG - Request: [127.0.0.1:44226 (Loopback)] PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=3.3&size=80792393&speed=201.8&remaining=29 (8 live) Signed-in Token (tyzbit)
Nov 05, 2016 15:37:30.594 [0x7f781a3ff700] DEBUG - It took 0.0 sec to serialize a list with 0 elements.
Nov 05, 2016 15:37:30.594 [0x7f78193fd700] DEBUG - Completed: [127.0.0.1:44226] 206 PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=3.3&size=80792393&speed=201.8&remaining=29 (8 live) 0ms 289 bytes
Nov 05, 2016 15:37:31.095 [0x7f78193fd700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:31.095 [0x7f78193fd700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Nov 05, 2016 15:37:31.096 [0x7f78097ff700] DEBUG - Request: [127.0.0.1:44227 (Loopback)] PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=5.1&size=125076388&speed=206.2&remaining=26 (9 live) Signed-in Token (tyzbit)
Nov 05, 2016 15:37:31.096 [0x7f78097ff700] DEBUG - It took 0.0 sec to serialize a list with 0 elements.
Nov 05, 2016 15:37:31.096 [0x7f78193fd700] DEBUG - Completed: [127.0.0.1:44227] 206 PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=5.1&size=125076388&speed=206.2&remaining=26 (9 live) 0ms 289 bytes
Nov 05, 2016 15:37:31.595 [0x7f78193fd700] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Nov 05, 2016 15:37:31.595 [0x7f78193fd700] DEBUG - Auth: Came in with the master token, authorization succeeded.
Nov 05, 2016 15:37:31.596 [0x7f77fa7f9700] DEBUG - Request: [127.0.0.1:44228 (Loopback)] PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=6.9&size=170289095&speed=214.3&remaining=25 (10 live) Signed-in Token (tyzbit)
Nov 05, 2016 15:37:31.596 [0x7f77fa7f9700] DEBUG - Session nzxzt409ramwp2hmx4hb2zkt9 (1) is throttling
Nov 05, 2016 15:37:31.596 [0x7f77fa7f9700] DEBUG - It took 0.0 sec to serialize a list with 0 elements.
Nov 05, 2016 15:37:31.596 [0x7f78193fd700] DEBUG - Completed: [127.0.0.1:44228] 206 PUT /video/:/transcode/session/nzxzt409ramwp2hmx4hb2zkt9/progress?progress=6.9&size=170289095&speed=214.3&remaining=25 (9 live) 0ms 305 bytes
Nov 05, 2016 15:37:31.597 [0x7f781a3ff700] DEBUG - [Transcoder] Throttle - Going into sloth mode.
| Plex Regex | 2017-10-09T03:43:37.000Z |
|
Parses a URL query string (ignores anything after #) and returns parameters and values separately. | [(\?|\&)]([^=]+)\=([^&#]+) | https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=document.location | URL Query String Parser | 2015-11-12T16:04:03.000Z |
fsd | ^123[a-z]3+$ | 123z33333333333 | 123 | 2015-12-10T13:28:32.000Z |
either 99-99 or one looks more liek the OFA ones | \A^(([0-9]{2}\-[0-9]{2,5}$)\z)|(PW(\-)?(GM1|PRA|JDC)?\-([0-9]{0,5})([EFG])?(LG)?([0-9]{2,3})?([MF])?(\-)?(NOPI)?(PL)?([V]{0,1}PI)?(T)?([0-9]{4}-[0-9]{2})?)?$ | 99-1222
PW-GM1-3145/24M-PI-BP | OFA values | 2016-03-17T04:00:36.000Z |
^[A-Z]{4}([A-Z]|\d){7}$ | IFS Code Regex for India | 2018-06-06T09:19:17.000Z |
||
\b(?<rozkaz>STP|SOB|SOM|SOZ|DOD|POB|ODE|RST|RPA|stp|sob|som|soz|dod|pob|ode|rst|rpa)\b|(\Bład\b|\BŁAD\b)|(?<comment>\/\/.*)|(?<etykieta>\S*:)|(?P=etykieta) | pob a2
ode a1
ład adresN foo
sob zaladuj_rozkazy
//---------^ zapisuje do adresN adres zmiennej N
// powinno sie to inaczej chyba robic (?)
//---------
a1: pob 0
a2: pob N
//---------
//petla--v
zaladuj_rozkazy:
//jezeli tab == etKoniec to skok do m --v
k0: pob tab
ode etKoniec
soz m
//jezeli tab == etKoniec to skok do m --^
dod etKoniec // powrot do ak == tab (czyli ak = dod 0 itd)
dod adresN // ak = dod adresN
k1: ład tab
//tab++ --v
pob k0
dod jeden
ład k0
pob k1
dod jeden
ład k1
//tab++ --^
sob zaladuj_rozkazy
//petla--^
m:
pob wynik
sob tab
koniec:
ład wynik
stp
tab:
//--v
dod 0
ode 0
dod 0
dod 0
dod 0
dod 0
dod 0
ode 0
//--^ ulega modyfikacjom
sob koniec
wynik: rst 0
N: rst 3
adresN: rst '?'
jeden: rst 1
etKoniec: sob koniec | wasm matching | 2018-04-16T18:55:38.000Z |
|
^(?:[^|]*\|){3}([^|]*) | FIM_INVOICES|2017/7|TotalPurchasePrice|SUS.CodaId|401382|PackingListNumber|H0013429|ProductGroup|Baby Apparel|| | Breakup AggregationKey via Regex | 2017-10-24T08:59:54.000Z |
|
look for a word of 4 letter with the look behind and look ahead | (?<![A-z])[A-z]{4}(?![A-z]) | salut je m'appell adri et je suis chau | looking for a word of 4 letter | 2015-12-07T10:51:33.000Z |
^(-?\d*)([a-zA-Z])\^2 *([+-] *\d*)\2 *([+-] *\d+) *= *0$ | -x^2 + 5x + 15 = 0 | Quadratic Equation Matcher | 2016-04-11T15:31:56.000Z |
|
Matches any IPv4 address | [0-9]*\.[0-9]+\.[0-9]+\.[0-9] |
Interface IP-Address OK? Method Status Protocol
TenGigabitEthernet1/1 unassigned YES NVRAM up up
Te1/1.200 216.254.132.249 YES NVRAM up up
Te1/1.201 10.201.120.173 YES NVRAM up up
TenGigabitEthernet1/2 10.201.121.46 YES NVRAM up up
TenGigabitEthernet1/3 unassigned YES NVRAM up up
Te1/3.905 198.32.160.89 YES NVRAM up up
Te1/3.908 206.130.10.3 YES NVRAM up up
TenGigabitEthernet1/4 unassigned YES NVRAM administratively down down
TenGigabitEthernet1/5 unassigned YES NVRAM up up
Te1/5.98 216.254.131.1 YES NVRAM up up
Te1/5.100 216.254.130.129 YES NVRAM administratively down down
Te1/5.106 216.254.130.158 YES NVRAM administratively down down
Te1/5.110 216.254.131.149 YES NVRAM up up
Te1/5.111 216.254.131.117 YES NVRAM up up
Te1/5.132 216.254.130.25 YES NVRAM administratively down down
Te1/5.134 216.254.130.29 YES NVRAM up up
Te1/5.205 216.254.141.153 YES NVRAM up up
TenGigabitEthernet1/6 unassigned YES NVRAM up down
TenGigabitEthernet1/7 unassigned YES NVRAM up up
Te1/7.907 198.32.118.14 YES NVRAM up up
TenGigabitEthernet1/8 10.201.121.154 YES NVRAM up up
GigabitEthernet2/1 unassigned YES unset up up
GigabitEthernet2/2 unassigned YES unset administratively down down
GigabitEthernet2/3 unassigned YES unset administratively down down
GigabitEthernet2/4 unassigned YES unset up up
GigabitEthernet2/5 unassigned YES unset administratively down down
| IPv4 address | 2016-04-06T17:12:02.000Z |
Gets all numbers in a string. This includes positive and negative numbers aswell as integers and floats.
By: http://www.benlorantfy.com/ | -?\d+\.?\d* | Number | 2014-07-13T16:14:02.000Z |
|
<th(?:| | .*?)>\s*<a(?:| | .*?)>\s*([\d.]+)\s*</a>\s*</th>\s*<td(?:| | .*?)>\s*stable\s*</td> | <table cellpadding="2" cellspacing="1" style="width: 100%; border: 0px;">
<tr style="background-color: #CCCCCC;">
<th colspan="5">Available Releases</th>
</tr>
<tr>
<th valign="top" bgcolor="#ffffff">Version</th>
<th valign="top" bgcolor="#ffffff">State</th>
<th valign="top" bgcolor="#ffffff">Release Date</th>
<th valign="top" bgcolor="#ffffff">Downloads</th>
<th valign="top" bgcolor="#ffffff"> </th>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/5.1.2">5.1.2</a></th>
<td valign="top" bgcolor="#e8e8e8">stable</td>
<td valign="top" bgcolor="#e8e8e8">2015-12-07</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-5.1.2.tgz">apcu-5.1.2.tgz</a> (105.7kB)</td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=5.1.2">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.10">4.0.10</a></th>
<td valign="top" bgcolor="#e8e8e8">stable</td>
<td valign="top" bgcolor="#e8e8e8">2015-12-07</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.10.tgz">apcu-4.0.10.tgz</a> (116.5kB) <a href="/package/APCu/4.0.10/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.10">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/5.1.0">5.1.0</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2015-11-21</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-5.1.0.tgz">apcu-5.1.0.tgz</a> (106.8kB)</td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=5.1.0">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.8">4.0.8</a></th>
<td valign="top" bgcolor="#e8e8e8">stable</td>
<td valign="top" bgcolor="#e8e8e8">2015-11-20</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.8.tgz">apcu-4.0.8.tgz</a> (116.3kB) <a href="/package/APCu/4.0.8/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.8">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.7">4.0.7</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2014-10-11</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.7.tgz">apcu-4.0.7.tgz</a> (115.9kB) <a href="/package/APCu/4.0.7/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.7">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.6">4.0.6</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2014-06-12</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.6.tgz">apcu-4.0.6.tgz</a> (116.9kB) <a href="/package/APCu/4.0.6/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.6">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.5">4.0.5</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2014-06-11</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.5.tgz">apcu-4.0.5.tgz</a> (116.9kB) <a href="/package/APCu/4.0.5/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.5">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.4">4.0.4</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2014-03-01</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.4.tgz">apcu-4.0.4.tgz</a> (116.9kB) <a href="/package/APCu/4.0.4/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.4">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.3">4.0.3</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2014-01-27</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.3.tgz">apcu-4.0.3.tgz</a> (116.9kB) <a href="/package/APCu/4.0.3/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.3">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.2">4.0.2</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2013-09-14</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.2.tgz">apcu-4.0.2.tgz</a> (117.5kB) <a href="/package/APCu/4.0.2/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.2">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.1">4.0.1</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2013-04-30</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.1.tgz">apcu-4.0.1.tgz</a> (103.4kB) <a href="/package/APCu/4.0.1/windows"><img src="/gifs/windows-icon.png" />DLL</a></td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.1">Changelog</a>]</small></td>
</tr>
<tr>
<th valign="top" bgcolor="#cccccc"><a href="/package/APCu/4.0.0">4.0.0</a></th>
<td valign="top" bgcolor="#e8e8e8">beta</td>
<td valign="top" bgcolor="#e8e8e8">2013-03-26</td>
<td valign="top" bgcolor="#e8e8e8"><a href="/get/apcu-4.0.0.tgz">apcu-4.0.0.tgz</a> (101.8kB)</td>
<td valign="top" bgcolor="#e8e8e8"><small>[<a href="/package-changelog.php?package=APCu&release=4.0.0">Changelog</a>]</small></td>
</tr>
</table> | PECL: find stable versions | 2015-12-09T20:08:11.000Z |
|
(?:^|\W)([0-9]+_[a-zA-Z0-9])\w+ | A1_aaa123
9_1aa123
A_aaa12
1_aa123
1_jjj112
2_aslk
| 1_aa3 | 2014-05-12T13:02:26.000Z |
|
(\pL+)(\d+) | Форд23324
Форд23325
Форд23326
Форд23327
Форд23328
Форд23329
Форд23330
Форд23331
Форд23332
Форд23333
Форд23334
Форд23335
Форд23336
| Разделить текст и цифры | 2018-08-29T08:39:58.000Z |
|
Verify your tax code (Codice Fiscale in Italian) | [a-zA-Z]{6}[0-9]{2}[a-zA-Z][0-9]{2}[a-zA-Z][0-9]{3}[a-zA-Z] | Codice Fiscale (Tax Code) | 2016-01-03T20:23:39.000Z |
|
\d?.{1,}(SL[1-9],)?\w{1,} | 14 College Rd, Maidenhead, Windsor and Maidenhead SL6, UK | better | 2015-09-24T20:40:06.000Z |
|
Regex to match standard timecode format. (Updated with fewer groups). | ([0-9]{2}:){3}[0-9]{2} | @ This file written with the Avid Caption plugin, version 1
<begin subtitles>
00:00:08:00 00:00:14:03
070
00:00:14:03 00:01:02:19
085
00:01:02:19 00:01:37:04
075
| Timecode | 2015-06-10T07:41:35.000Z |
https://nitroflare.com/view/845F2436715ASF5/XUYZ.zip | (?:https?:\/\/)?(?:www\.)?nitroflare\.com\/view\/([a-zA-Z0-9]+)\/.+ | https://nitroflare.com/view/845F2436715D1F5/o11d_mini-manual.zip | Nitroflare ID | 2021-04-13T23:09:05.000Z |
Strips all non "A-Z,a-z,0-9+-_" characters and replaces them with a single "-" | [^a-zA-Z0-9\+(\-){1,}]{1,} | some folder\Nmae B@!Q$% ~!@#$%^&*()_`1234567890-~!@#$%^&*()_+-Chara | File name Cleanup | 2018-05-07T07:42:54.000Z |
^(.*[\\\/])(.*)(\?.*) | https://some/address/directory/example.zip?hdsjkahdghjuyYGUVJJHjgjgjGJHbhjb | select file in http address | 2019-10-16T10:49:54.000Z |
|
Tests if a string can be parsed as a number which may contain a fractional component. May be negative. Plus sign and scientific notation are not supported.
Valid: '1234', '-1234', '-1.234', '1234.1234'
Not valid: '1.1.1', '+1', '.1', '-.1', '10.1234E10', '1.' | ^\-?\d+(\.(?=\d))?\d*$ | 1.0
a
1
1.
10
10.
-1
+a
-1.0
+1
-10
.1
-.1
| Float | 2016-03-31T16:58:14.000Z |
Allowing for complex passwords | ^[\s\S]{6,64}$ | `1234567890-=~!@#$%^&*()_=\`1234567890-=~!@#$%^&*()_=\
aaaaaaaaaa
aaaaaaaaaa1
aaaaaaaaaaa1aaa1
aaaaaaaaaaa##1
aaaaaaaaaa##1aaa1
############11
^- Actually your requirement :p | Any Character Between 6-64 Long | 2014-04-26T22:55:39.000Z |
((\d+) (C\.F\.R|U\.S\.C). (§) ((\d+\.?\d+)(\(\w+\))?(\(\d+\))?(\(\w+\))?( \w+ )(\(\w+\))?(;)))|(\d+) (U\.S\.C)\. (§) (\d+)(\W+)(\w+)(\W+)(\d+)(\W+)(\w+)(\W+)|((\d+) (C\.F\.R|U\.S\.C). (§) (\d+.\.?\d+)) | " 5 C.F.R. § 2424.32(a) and (c); <i>AFGE, Local 1858</i>, 56 FLRA 1115, 1117 (2001). The Authority has held that a union's lack of response constituted a concession to an<final tooltip='CUE phrase-fact'> <final tooltip='CUE phrase-fact'> <final tooltip='CUE phrase-fact'> <final tooltip='CUE phrase-fact'>agency's argument</final> the proposal interferes with its management right to layoff employees under 5 U.S.C. § 7106(a)(2)(A). SOP at 11. The Agency<intial tooltip='CUE phrase-intial'> <intial tooltip='CUE phrase-intial'> <intial tooltip='CUE phrase-intial'> <intial tooltip='CUE phrase-intial'> affects management's right to layoff employees under § 7106(a)(2)(A) of the Statute, it is outside the<rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale 5 C.F.R. § 2424.32 tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'>duty to bargain</rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> . <i>Int'l Ass'n of Machinists & Aerospace Workers</i>, 59 FLRA 830, 831 (2004); <i>Tidewater Va. Fed. Employees Metal Trades Council</i>, 58 FLRA 561, 563 (2003) (citing <i>NFFE, Local 1904</i>, 57 FLRA 28, 29 (2001)). In accordance with Authority precedent set forth above, Proposal 2 is outside the<rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'>duty to bargain</rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> . n2 <footnote fn-num="2">Given the above,<rationale tooltip='CUE phrase-fact'>it is unnecessary to address the</rationale>Agency's argument that Proposal 2 concerns supervisors and therefore is only negotiable at the election of the Agency.</footnote><b>IX. Order</b> Proposal 1 is negotiable only at the election of the Agency and Proposal 2 is not<fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'> <fact tooltip='CUE phrase-fact'>within the<rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'> <rationale tooltip='CUE phrase-fact'>duty to bargain</rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </rationale> </fact> </fact> </fact> </fact> </fact> </fact> </fact> </fact> </fact> </fact> , therefore, the petition with respect to Proposal 2<final tooltip='CUE phrase-fact'>is dismissed</final> . </content><br> | Citations | 2016-09-21T05:52:27.000Z |
|
2018-04-17 - gm financial truck loan bob 3689 statements regex | (\D*)_(\d{2})-(\d{4}) | Statement_06-2014 | 2018-04-17 - gm financial truck loan bob 3689 statements regex | 2018-04-18T01:59:29.000Z |
\"_id\": {\n[\s]+.+\n\s+},\n | {
"_id": {
"$oid": "56ccbf1f134dbd493774bedf"
},
"name": "ACME Manufacturing Company Ltd.",
"description": "We are the best manufacturers in the world ever!!!",
"url": "https://somewhere.com",
"telephone": "0123456789",
"email": "[email protected]",
"media": [{
"rel": "video",
"url": "http://someurl.com/media/video.mp4",
"type": "video/mp4",
"_id": {
"$oid": "56ccbf1f134dbd493774bee0"
}
}],
"industries": [],
"materials": ["steel", "stainless steel"],
"treatments": [],
"services": ["milling", "cnc"],
"categories": ["engineering", "machining"],
"loc": {
"type": "Point",
"coordinates": [34.781767999999999574, 32.085299999999996601]
},
"address": {
"type": "PostalAddress",
"addressCountry": "Israel",
"addressLocality": "Tel Aviv",
"addressRegion": "Tel Aviv District",
"postalCode": "6103000"
},
"cover": {
"rel": "cover",
"url": "https://upload.wikimedia.org/wikipedia/commons/a/a3/Schweizerische_Bauzeitung_Oktober_1909.jpg",
"type": "image/jpeg"
},
"__v": 0
} {
"_id": {
"$oid": "56ccbf1f134dbd493774bee1"
},
"name": "Bill's Manufacturing Company",
"description": "What an amazing manufacturing company we are",
"url": "https://billsmanufacturing.com",
"telephone": "012345678998",
"email": "[email protected]",
"media": [{
"rel": "video",
"url": "http://someurl.com/media/billspromo.mp4",
"type": "video/mp4",
"_id": {
"$oid": "56ccbf1f134dbd493774bee2"
}
}],
"industries": [],
"materials": ["steel", "stainless steel"],
"treatments": [],
"services": ["milling", "turning"],
"categories": ["engineering", "machining"],
"loc": {
"type": "Point",
"coordinates": [-0.12775800000000001044, 51.507350999999999885]
},
"address": {
"type": "PostalAddress",
"addressCountry": "UK",
"addressLocality": "London",
"addressRegion": "Greater London",
"postalCode": "SW1 2WE"
},
"cover": {
"rel": "cover",
"url": "",
"type": "image/jpeg"
},
"__v": 0
} {
"_id": {
"$oid": "56ccbf1f134dbd493774bee3"
},
"name": "Laymans 3D Construction Plc.",
"description": "3D Printing and much more",
"url": "https://laymans3d.com",
"telephone": "08547772566",
"email": "[email protected]",
"media": [{
"rel": "video",
"url": "http://someurl.com/media/laymanspromo.mp4",
"type": "video/mp4",
"_id": {
"$oid": "56ccbf1f134dbd493774bee4"
}
}],
"industries": [],
"materials": ["steel", "stainless steel"],
"treatments": [],
"services": ["3d printing", "laser cutting"],
"categories": ["engineering", "machining"],
"loc": {
"type": "Point",
"coordinates": [-122.41941599999999823, 37.774929000000000201]
},
"address": {
"type": "PostalAddress",
"addressCountry": "USA",
"addressLocality": "CA",
"addressRegion": "California",
"postalCode": "90210"
},
"cover": {
"rel": "cover",
"url": "http://someurl.com/media/laymans.jpeg",
"type": "image/jpeg"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc054134dbd493774bee7"
},
"name": "Bending Technologies",
"description": "Bending Technologies, Inc. has been fabricating metal parts for over 50 years. Our depth of knowledge and progressive approach to the market allows us to find creative solutions to tough problems. Our manufacturing team is expert at eliminating obstacles to your quest for high quality, low tolerance parts\n\nWe have many long tenured employees due to our low turnover rate. Our employee’s cross-train and can manage multiple tasks. In addition, we have experience managing Kan Ban, or similar, programs for our customers.\n\nTube bending of carbon steel, stainless steel and aluminum is our core business.\n\nOur equipment includes CNC tube benders, manual tube benders, manual welders, robotic welders, high speed cut offs, trim saws, mills, and drill presses, housed in our 35,000 square foot facility.\n\nWe follow military standards: Inspection – I-45208A and Calibration – 45662A, and closely follow ISO standards. Our service, quality, and flexibility are superior to our competitors. \n\nWe have extensive experience with frame related products, fluid transfer, skid loader style vehicles, and dramatic success with fitting tight tolerance tubes into castings. In addition to these manufacturing capabilities, we have provided design assistance, special delivery programs, and cost reduction partnerships.\n\nWe have produced many high volume, geometrically close tolerance items. Specifically, fitting tubes into castings. We provide value added services with finishing and light assembly. \n\nWe run 98%+ on time delivery. We have had rejected parts but these are normally caught at our facility before shipping. We are owned by a large and stable conglomerate that backs us up and lets us focus on our core business, tube bending.\n\nWe serve agricultural, medical, fluid transfer, recreational products, furniture, and industrial equipment markets.",
"url": "www.bendingtech.com",
"telephone": "+1-952-946-1018",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["fabrication", "tube modification", "bending", "welding or bonding", "structural fabrication", "swaging", "tube bending", "other tube processing", "cutting-other", "cutting,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-93.379020799999977953, 44.900524300000000721]
},
"address": {
"type": "PostalAddress",
"streetAddress": "Eden Prairie Road",
"addressLocality": "Edina",
"addressRegion": "Minnesota",
"addressCountry": "United States",
"postalCode": "55436"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc054134dbd493774bee8"
},
"name": "Augusta Machine & Welding, Inc",
"description": "AMW has been serving industry with quality parts since 1974\n \nWhether machining, welding, or fabricating, AMW completes assignments and always makes your machine or fabrications work.\n \n \nSince 1974, Augusta Machine & Welding Center (AMW) has been providing industrial machine shop and machine works services as well as field machine shop services to industry, large and small. Our services include fabrication, machining, machine turning , milling and tool repair, welding (Stick, Dual Shield, Mig & Tig), rebuilds, tooling, crane services, and more. We can machine, weld, cut, bend, fabricate, duplicate, copy and create most anything made out of any metal.",
"url": "www.a-m-w.com",
"telephone": "+1-706-790-7820",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["fabrication", "machining", "other assembly", "bending", "welding or bonding", "drawing", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "reaming", "5 axis milling", "chemical machining", "deep hole drilling", "machining of castings", "micro-drilling", "milling", "other machining", "screwswiss machining", "turning", "filament winding", "electric discharge", "milling & turning", "cutting", "forming", "shaping,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-93.379020799999977953, 44.900524300000000721]
},
"address": {
"type": "PostalAddress",
"streetAddress": "Eden Prairie Road",
"addressLocality": "Edina",
"addressRegion": "Minnesota",
"addressCountry": "United States",
"postalCode": "55436"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc055134dbd493774bee9"
},
"name": "Dynamic Manufacturing & Engineering LLC",
"description": "DYNAMIC IS A LOCALLY OWNED MANUFACTURING COMPANY IN TUCSON AZ, DEDICATED TO CUSTOMER RELATIONSHIPS. DYNAMIC WAS ESTABLISHED IN 2003 TO PUT OUR MANUFACTURING EXPERTISE TO WORK IN AN INNOVATIVE WAY. WE STRIVE TO MEET OUR CUSTOMERS EXPECTATIONS FROM QUALITY TO DELIVERY. OUR COMPANY SPECIALIZES IN THE FABRICATION OF MACHINED COMPONENTS WITH EXTREMELY SHORT LEAD TIMES.",
"url": "http://www.dmeaz.com",
"telephone": "+1-520-664-2210",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["assembly", "cable assembly", "gluing", "hose assembly", "mechanical assembly", "other assembly", "soldering", "welding", "wire harness assembly", "bending", "welding or bonding", "drawing", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "reaming", "5 axis milling", "chemical machining", "deep hole drilling", "machining of castings", "micro-drilling", "milling", "other machining", "screwswiss machining", "turning", "electronics assembly", "filament winding", "electric discharge", "milling & turning", "cutting", "forming", "shaping,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-81.975299500000005537, 33.380425000000002456]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Augusta",
"addressRegion": "Georgia",
"addressCountry": "United States",
"postalCode": "30906"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc056134dbd493774beea"
},
"name": "PITTSBURGH VALVE & FITTING",
"description": "PITTSBURGH VALVE & FITTING is a Distributor of Industrial Products located in PITTSBURGH, Pennsylvania, USA.",
"url": "http://www.swagelok.com/pittsburgh",
"telephone": "+1-412-761-3212",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["hose assembly", "mechanical assembly", "other assembly", "welding", "engineering design", "other engineering services", "product & package design", "reverse engineering", "bending", "welding or bonding", "drawing", "other fabrication", "punching", "structural fabrication", "flow fittings", "misc. fittings", "valves", "hose & pipe fittings", "ball valves", "butterfly valves", "check valves", "control valves", "diaphragm valves", "gate valves", "globe valves", "needle valves", "pinch valves", "plug valves", "relief valves", "vacuum breaker valves", "x - misc. valves", "custom cutting tools", "electro-valve", "manual valve", "cutting,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-110.96258539999996628, 32.148565599999997744]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Tucson",
"addressRegion": "Arizona",
"addressCountry": "United States",
"postalCode": "85706"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc056134dbd493774beeb"
},
"name": "Gibson Welding Sheet Metal",
"description": "Gibson Welding Sheet Metal is a Job Shop / Contract Manufacturer located in Destin, Florida, USA.",
"url": "null",
"telephone": "+1-850-837-6141",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["fabrication", "bending", "welding or bonding", "drawing", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "filament winding", "cutting", "forming,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-80.060344499999985146, 40.497453200000002482]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Pittsburgh",
"addressRegion": "Pennsylvania",
"addressCountry": "United States",
"postalCode": "15202"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc057134dbd493774beec"
},
"name": "Spencer's Machine",
"description": "Quality work. On-Time delivery. Integrity in service. James Spencer - owner of Spencer's Machine is a highly qualified machinist with over 32 years experience.\n \nSpencer's Machine specializes in CNC mill work,sawing,NC plasma cutting and has been in business since 1989.\n \n\nSpencer's Machine is a certified United States government supplier with an excellent delivery and quality rating.",
"url": "null",
"telephone": "+1-817-279-2483",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["mechanical assembly", "other assembly", "welding", "bending", "welding or bonding", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "reaming", "deep hole drilling", "machining of castings", "micro-drilling", "milling", "other machining", "filament winding", "milling & turning", "cutting", "shaping,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-86.49578329999997095, 30.393533699999998987]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Destin",
"addressRegion": "Florida",
"addressCountry": "United States"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc057134dbd493774beed"
},
"name": "Timco",
"description": "Timco Blasting & Coatings is a business that is constantly working to stay ahead of the curve, which is imperative in today's fast-paced and competitive environment. That is what sets Timco apart from its competition.\n \nWe started as a professional blasting and coating business in 1989 and have formed into a company that performs much more than just blasting and coating. Please visit our services page to view a list of our capabilities.\n \nTimco has the capabilities and resources to provide proper job coordination, and has a highly qualified quality control team. Timco has certified welders on staff and is C3 and C5 certified in de-leading of industrial structures. Timco has provided services in extremely secure locations, and all employees have satisfactorily completed background checks and drug screenings.\n \nOur employees and management personnel take great pride in providing a quality product and always go the extra mile to ensure safety and customer satisfaction are held as the TOP priorities. We provide prompt, courteous, and professional service that is designed to meet the customers' time, budget, and needs.",
"url": "http://www.timcoblastingandcoating.com",
"telephone": "+1-918-645-9148",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["mechanical assembly", "other assembly", "welding", "bending", "welding or bonding", "other fabrication", "punching", "structural fabrication", "cutting", "forming,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-97.794196699999986322, 32.442082599999999104]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Granbury",
"addressRegion": "Texas",
"addressCountry": "United States"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc058134dbd493774beee"
},
"name": "Absolute Custom Extrusion",
"description": "Absolute Custom Extrusion is a Supplier located in w, Wisconsin, USA.",
"url": "http://ace-extrusions.com",
"telephone": "+1-414-332-1813",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["fabrication", "bending", "welding or bonding", "drawing", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "extrusions", "direct extrusion", "other extrusion", "filament winding", "thermoplastics", "thermosets", "buyer specified plastic or rubber", "indirect extrusion", "cutting", "forming", "other plastics & rubber,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-96.658072599999968588, 35.748679799999997897]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Stroud",
"addressRegion": "Oklahoma",
"addressCountry": "United States"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc058134dbd493774beef"
},
"name": "RC Sales & Manufacturing, Inc",
"description": "RC Sales & Manufacturing is a small, employee-owned corporation with a vast area of capabilities to offer. We are available to engineer prototype , production , general machining work. We specialize in MACHINING OF PLASTICS, We strive for accuracy, and are able to hold close tolerances. The end user's complete satisfaction is our first and foremost goal.",
"url": "http://www.rcsmfg.com",
"telephone": "+1-815-645-8898",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["fabrication", "machining", "bending", "welding or bonding", "drawing", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "milling", "turning", "filament winding", "milling & turning", "cutting", "forming,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-88.173153099999979077, 45.65121899999999755]
},
"address": {
"type": "PostalAddress",
"streetAddress": "3rd",
"addressLocality": "Dunbar",
"addressRegion": "Wisconsin",
"addressCountry": "United States",
"postalCode": "54119"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc059134dbd493774bef0"
},
"name": "Bluwind Group, LLC",
"description": "We are a group of Manufacturers supplying precision CNC multi-axis machining; Precision assembly; Heavt and Light Metal Fabrication; Precision Sheet Metal; Accumulators and Separators; and Investment and Die Casting of ferrous and non-ferrous metals. We also specialize in post sintered fabrication of industrial carbide and ceramic components with green machining on selected materials.",
"url": "http://www.bluwindgroup.com",
"telephone": "+1-518-314-9007",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["mechanical assembly", "welding", "die casting", "investment casting", "other casting", "bending", "welding or bonding", "other fabrication", "punching", "structural fabrication", "reaming", "cylindrical grinding", "surface grinding", "5 axis milling", "machining of castings", "micro-drilling", "milling", "other machining", "screwswiss machining", "turning", "electric discharge", "milling & turning", "cutting", "forming", "shaping,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-89.179270599999995284, 42.107247499999999718]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Stillman Valley",
"addressRegion": "Illinois",
"addressCountry": "United States",
"postalCode": "61084"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc059134dbd493774bef1"
},
"name": "Data Machine, LLC.",
"description": "Founded in 1983 by its President, Harry A. Miller, Data Machine, Inc. has evolved from a small operation to a high quality, fully staffed, state-of-the-art facility. Experience and expertise have grown along with the physical plant of the facility. Since the beginning, DMI has been committed to fabricating the highest quality machined components possible.\nIn addition to our highly trained engineering and machining staff, our inventory \t\t\t\t of cutting-edge CNC Mazak® manufacturing equipment insures that the customers concepts of today can be a reality tomorrow. Our belief that quality parts can only come from quality methods, defines our philosophy that all of our assets should be used to assure and deliver outstanding performance.",
"url": "null",
"telephone": "+1-724-864-4370",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["paint", "electropolishing", "powder coating", "thermoplastics", "alloy steel", "carbon steel", "stainless steel", "tool steel", "aluminum", "brass", "bronze", "copper", "magnesium", "nickel", "surface treating", "cutting,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-74.343746699999996963, 43.052850599999999304]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Gloversville",
"addressRegion": "New York",
"addressCountry": "United States"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc05a134dbd493774bef2"
},
"name": "JSM Fabrication",
"description": "JSM Fabrication is a located in South Beloit, Illinois, USA.",
"url": "null",
"telephone": "+1-815-389-3166",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["bending", "welding or bonding", "drawing", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "filament winding", "alloy steel", "carbon steel", "iron", "stainless steel", "tool steel", "buyer specified ferrous metal", "aluminum", "brass", "bronze", "cobalt", "copper", "lead", "magnesium", "nickel", "tin", "titanium", "zinc", "buyer specified non-ferrous metal", "cutting", "forming", "other ferrous metals", "other non-ferrous metals,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-79.70115490000000591, 40.324513799999998298]
},
"address": {
"type": "PostalAddress",
"addressLocality": "Irwin",
"addressRegion": "Pennsylvania",
"addressCountry": "United States",
"postalCode": "15642"
},
"__v": 0
} {
"_id": {
"$oid": "56ccc05a134dbd493774bef3"
},
"name": "PHE Mechanical Inc.",
"description": "PHE Mechanical Inc. is a Job Shop / Contract Manufacturer located in , Utah, USA.",
"url": "null",
"telephone": "+1-8014159154",
"email": "",
"media": [],
"industries": [],
"materials": [],
"treatments": [],
"services": ["bending", "welding or bonding", "drawing", "lay-up", "other fabrication", "punching", "slitting", "structural fabrication", "filament winding", "cutting", "forming,"],
"categories": [],
"loc": {
"type": "Point",
"coordinates": [-89.03677629999998544, 42.493070799999998144]
},
"address": {
"type": "PostalAddress",
"addressLocality": "South Beloit",
"addressRegion": "Illinois",
"addressCountry": "United States"
},
"__v": 0
} | Match mongo _id in JSON mongodb dump | 2016-02-23T21:35:12.000Z |
|
(?i)\w{3}(?<!mon)ster | Munster
monster
Monster
Teester
| Not the Monster | 2015-08-03T22:23:02.000Z |
|
Use for Ukraine cities telephon number (not mobile).
Example: 0442565656
(044)1565656
(05656)156-56-56
156-56-56 | ^((\([\d]{3,5}\))?([\d]{3,5}))(\d{3})(\-)?(\d{2})(\-)?(\d{2})$ | 0442562536 | Telephone number | 2016-01-11T16:05:54.000Z |
[A-Z][a-z]{2,3}\s\d*\s(?:& )\d*\s(?:\(Fri & Sat\))\n\s*(?:<br \/>)\n[a-zA-Z0-9_ ]*(?:[a-zA-Z0-9]) | <!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="initial-scale=1.0,width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Now Showing « Boulevard Drive-In | Kansas City</title>
<link rel="alternate" type="application/rss+xml" title="Boulevard Drive-In | Kansas City RSS Feed" href="http://boulevarddrivein.com/wordpress/feed/" />
<link rel="alternate" type="application/atom+xml" title="Boulevard Drive-In | Kansas City Atom Feed" href="http://boulevarddrivein.com/wordpress/feed/atom/" />
<link rel="pingback" href="http://boulevarddrivein.com/wordpress/xmlrpc.php" />
<link rel="icon" href="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/scripts/prettyPhoto.css" type="text/css" media="screen" />
<style>
/*CUSTOM DARK PATTERN STUFF*/
#mainPanel {background-image: url(http://boulevarddrivein.com/wordpress/wp-content/themes/producer/images/patterns/txture.png);}
/*CUSTOM DARK PATTERN STUFF*/
#bottomPanel {background-image: url(http://boulevarddrivein.com/wordpress/wp-content/uploads/2013/04/website1blvddi_Dark.jpg);}
/*CUSTOM CSS STUFF*/
</style>
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="Boulevard Drive-In | Kansas City » Feed" href="http://boulevarddrivein.com/wordpress/feed/" />
<link rel="alternate" type="application/rss+xml" title="Boulevard Drive-In | Kansas City » Comments Feed" href="http://boulevarddrivein.com/wordpress/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Boulevard Drive-In | Kansas City » Now Showing Category Feed" href="http://boulevarddrivein.com/wordpress/category/now-showing/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/boulevarddrivein.com\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.10"}};
!function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='genericons-css' href='http://boulevarddrivein.com/wordpress/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' />
<link rel='stylesheet' id='jetpack_css-css' href='http://boulevarddrivein.com/wordpress/wp-content/plugins/jetpack/css/jetpack.css?ver=3.5.3' type='text/css' media='all' />
<script type='text/javascript' src='http://boulevarddrivein.com/wordpress/wp-includes/js/jquery/jquery.js?ver=1.11.2'></script>
<script type='text/javascript' src='http://boulevarddrivein.com/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://boulevarddrivein.com/wordpress/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://boulevarddrivein.com/wordpress/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.2.10" />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<style id="custom-css-css">/*
Welcome to Custom CSS!
CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.
By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/</style>
</head>
<body class="archive category category-now-showing category-6">
<div id="wrapper">
<div id="headerContainer">
<div id="header">
<a id="logo" href="http://boulevarddrivein.com/wordpress">
<img src="http://boulevarddrivein.com/wordpress/wp-content/uploads/2013/04/BLVD_Logo.png" alt="Boulevard Drive-In | Kansas City" />
</a>
<!--end logo-->
<form method="get" id="headerSearch" action="http://boulevarddrivein.com/wordpress/">
<input type="image" src="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/images/magglass.png" id="searchBtn" alt="Go" />
<input type="text" value="Search Site" onfocus="this.value=''; this.onfocus=null;" name="s" id="s" />
</form>
<div id="navigation" class="menu-blvd_nav-container">
<ul id="dropmenu" class="menu">
<li id="menu-item-145" class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item menu-item-145">
<a href="http://boulevarddrivein.com/wordpress/category/now-showing/">Now Showing</a>
</li>
<li id="menu-item-198" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-198">
<a href="http://boulevarddrivein.com/wordpress/category/coming-soon/">Coming Soon</a>
</li>
<li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76">
<a href="http://boulevarddrivein.com/wordpress/swap-n-shop/">Swap ‘n’ Shop</a>
</li>
<li id="menu-item-153" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-153">
<a href="http://boulevarddrivein.com/wordpress/category/events/">Events</a>
</li>
<li id="menu-item-143" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-143">
<a href="http://boulevarddrivein.com/wordpress/category/snackbar/">Snack Bar</a>
</li>
<li id="menu-item-744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-744">
<a href="http://boulevarddrivein.com/wordpress/faq-page/">FAQs</a>
</li>
<li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43">
<a href="http://boulevarddrivein.com/wordpress/history/">History</a>
</li>
</ul>
</div>
<select id="selectMenu">
<option value="" selected="selected">Menu</option>
<option value="http://boulevarddrivein.com/wordpress/category/now-showing/">Now Showing</option>
<option value="http://boulevarddrivein.com/wordpress/category/coming-soon/">Coming Soon</option>
<option value="http://boulevarddrivein.com/wordpress/swap-n-shop/">Swap 'n' Shop</option>
<option value="http://boulevarddrivein.com/wordpress/category/events/">Events</option>
<option value="http://boulevarddrivein.com/wordpress/category/snackbar/">Snack Bar</option>
<option value="http://boulevarddrivein.com/wordpress/faq-page/">FAQs</option>
<option value="http://boulevarddrivein.com/wordpress/history/">History</option>
<option value="http://boulevarddrivein.com/wordpress/?s=New Search">Search Site</option>
</select>
</div>
<!--end header-->
</div>
<!--end headerContainer-->
<div id="loadingContainer"></div>
<img src="http://boulevarddrivein.com/wordpress/wp-content/uploads/2016/09/Storks-Sully-BG.jpg" id="loadImg" />
<div id="topPanel">
<div class="innerTopPanel">
<h1> Now Showing</h1>
<h2>
<p>ONLY 2 weekends left this year!!!
<br />
Sept 23 & 24 (Fri & Sat)
<br />
Storks – PG @ 7:45PM
<br />
Sully – PG13 @ 9:15PM
<br />
Gates open @ 6:30PM
<br />
_________
<br />
Adults $10/Kids 11 and under are FREE
<br />
We are a CASH ONLY business
<br />
RAIN OR SHINE
<br />
_________
<br />
Movie Infoline: 913.262.0392
<br />
http://boulevarddrivein.com/wordpress/category/now-showing/
</p>
</h2>
</div>
<!--end innerTopPanel-->
<a href="#" class="continueOn">Continue</a>
</div>
<!--end topPanel-->
<div id="mainPanel">
<div id="main">
<div class="listing">
<div class="post-1505 post type-post status-publish format-standard has-post-thumbnail hentry category-now-showing tag-storks">
<a class="thumbLink" href="http://boulevarddrivein.com/wordpress/2016/09/storkspgsept-23-24745pm/" rel="bookmark" title="Permanent Link to StorksPGSept 23 & 247:45PM">
<img width="230" height="340" src="http://boulevarddrivein.com/wordpress/wp-content/uploads/2016/09/storks_poster-230x340.jpg" class="attachment-post-thumbnail wp-post-image" alt="storks_poster" title="<b>Storks</b><br />PG<br />Sept 23 & 24<br />7:45PM" />
</a>
<h2 class="posttitle">
<a href="http://boulevarddrivein.com/wordpress/2016/09/storkspgsept-23-24745pm/" rel="bookmark" title="Permanent Link to StorksPGSept 23 & 247:45PM">
<b>Storks</b>
<br />PG
<br />Sept 23 & 24
<br />7:45PM
</a>
</h2>
<p>Storks have moved on from delivering babies to packages. But when an order for a baby appears, the best delivery stork must scramble to fix the error by delivering the baby. Directors: Nicholas Stoller, Doug Sweetland
<a href="http://boulevarddrivein.com/wordpress/2016/09/storkspgsept-23-24745pm/#more-'" class="more-link">more »</a>
</p>
<div class="sharedaddy sd-sharing-enabled">
<div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing">
<h3 class="sd-title">Share this:</h3>
<div class="sd-content">
<ul>
<li class="share-facebook">
<a rel="nofollow" data-shared="sharing-facebook-1505" class="share-facebook sd-button share-icon no-text" href="http://boulevarddrivein.com/wordpress/2016/09/storkspgsept-23-24745pm/?share=facebook" target="_blank" title="Share on Facebook">
<span></span>
<span class="sharing-screen-reader-text">Share on Facebook (Opens in new window)</span>
</a>
</li>
<li class="share-twitter">
<a rel="nofollow" data-shared="sharing-twitter-1505" class="share-twitter sd-button share-icon no-text" href="http://boulevarddrivein.com/wordpress/2016/09/storkspgsept-23-24745pm/?share=twitter" target="_blank" title="Click to share on Twitter">
<span></span>
<span class="sharing-screen-reader-text">Click to share on Twitter (Opens in new window)</span>
</a>
</li>
<li class="share-google-plus-1">
<a rel="nofollow" data-shared="sharing-google-1505" class="share-google-plus-1 sd-button share-icon no-text" href="http://boulevarddrivein.com/wordpress/2016/09/storkspgsept-23-24745pm/?share=google-plus-1" target="_blank" title="Click to share on Google+">
<span></span>
<span class="sharing-screen-reader-text">Click to share on Google+ (Opens in new window)</span>
</a>
</li>
<li class="share-end"></li>
</ul>
</div>
</div>
</div>
<a class="viewDetails" href="http://boulevarddrivein.com/wordpress/2016/09/storkspgsept-23-24745pm/" rel="bookmark" title="Permanent Link to StorksPGSept 23 & 247:45PM">Continue</a>
<div class="clear"></div>
</div>
<!--end post-->
<div class="post-1497 post type-post status-publish format-standard has-post-thumbnail hentry category-now-showing tag-sully">
<a class="thumbLink" href="http://boulevarddrivein.com/wordpress/2016/09/sullypg13sept-23-24915pm/" rel="bookmark" title="Permanent Link to SullyPG13Sept 23 & 249:15PM">
<img width="230" height="340" src="http://boulevarddrivein.com/wordpress/wp-content/uploads/2016/09/sully-movie-poster-2-230x340.jpg" class="attachment-post-thumbnail wp-post-image" alt="sully-movie-poster-2" title="<b>Sully</b><br />PG13<br />Sept 23 & 24<br />9:15PM" />
</a>
<h2 class="posttitle">
<a href="http://boulevarddrivein.com/wordpress/2016/09/sullypg13sept-23-24915pm/" rel="bookmark" title="Permanent Link to SullyPG13Sept 23 & 249:15PM">
<b>Sully</b>
<br />PG13
<br />Sept 23 & 24
<br />9:15PM
</a>
</h2>
<p>The story of Chesley Sullenberger, who became a hero after gliding his plane along the water in the Hudson River, saving all of the airplane flights 155 crew and passengers. Director: Clint Eastwood Writers: Todd Komarnicki (screenplay), Chesley
<a href="http://boulevarddrivein.com/wordpress/2016/09/sullypg13sept-23-24915pm/#more-'" class="more-link">more »</a>
</p>
<div class="sharedaddy sd-sharing-enabled">
<div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing">
<h3 class="sd-title">Share this:</h3>
<div class="sd-content">
<ul>
<li class="share-facebook">
<a rel="nofollow" data-shared="sharing-facebook-1497" class="share-facebook sd-button share-icon no-text" href="http://boulevarddrivein.com/wordpress/2016/09/sullypg13sept-23-24915pm/?share=facebook" target="_blank" title="Share on Facebook">
<span></span>
<span class="sharing-screen-reader-text">Share on Facebook (Opens in new window)</span>
</a>
</li>
<li class="share-twitter">
<a rel="nofollow" data-shared="sharing-twitter-1497" class="share-twitter sd-button share-icon no-text" href="http://boulevarddrivein.com/wordpress/2016/09/sullypg13sept-23-24915pm/?share=twitter" target="_blank" title="Click to share on Twitter">
<span></span>
<span class="sharing-screen-reader-text">Click to share on Twitter (Opens in new window)</span>
</a>
</li>
<li class="share-google-plus-1">
<a rel="nofollow" data-shared="sharing-google-1497" class="share-google-plus-1 sd-button share-icon no-text" href="http://boulevarddrivein.com/wordpress/2016/09/sullypg13sept-23-24915pm/?share=google-plus-1" target="_blank" title="Click to share on Google+">
<span></span>
<span class="sharing-screen-reader-text">Click to share on Google+ (Opens in new window)</span>
</a>
</li>
<li class="share-end"></li>
</ul>
</div>
</div>
</div>
<a class="viewDetails" href="http://boulevarddrivein.com/wordpress/2016/09/sullypg13sept-23-24915pm/" rel="bookmark" title="Permanent Link to SullyPG13Sept 23 & 249:15PM">Continue</a>
<div class="clear"></div>
</div>
<!--end post-->
<div class="navigation">
<div class="pagenav alignright"></div>
<div class="pagenav alignleft"></div>
</div>
<!--end navigation-->
</div>
<!--end listing-->
<div class="clear"></div>
</div>
<!--end main-->
</div>
<!--end mainPanel-->
<script>
jQuery.noConflict(); jQuery(document).ready(function(){
jQuery(window).load(function(){
jQuery.backstretch("http://boulevarddrivein.com/wordpress/wp-content/uploads/2016/09/Storks-Sully-BG.jpg", {speed: 1000});
});
});
</script>
<div id="bottomPanel">
<div id="sidebar">
<ul>
<li id="facebook-likebox-2" class="widget widget_facebook_likebox">
<iframe src="https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FBoulevard.Drive.In&width=201&height=352&colorscheme=dark&show_faces=true&stream=false&show_border=true&header=false&force_wall=true" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 201px; height: 352px; background: #000"></iframe>
</li>
<li id="blog_subscription-2" class="widget jetpack_subscription_widget">
<h2 class="widgettitle">Subscribe to Blog via Email</h2>
<form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-2">
<div id="subscribe-text">
<p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
</div>
<p>Join 1,201 other subscribers</p>
<p id="subscribe-email">
<label id="jetpack-subscribe-label" for="subscribe-field">
Email Address </label>
<input type="email" name="email" required="required" class="required" value="" id="subscribe-field" placeholder="Email Address" />
</p>
<p id="subscribe-submit">
<input type="hidden" name="action" value="subscribe" />
<input type="hidden" name="source" value="http://boulevarddrivein.com/wordpress/category/now-showing/" />
<input type="hidden" name="sub-type" value="widget" />
<input type="hidden" name="redirect_fragment" value="blog_subscription-2" />
<input type="submit" value="Subscribe" name="jetpack_subscriptions_widget" />
</p>
</form>
<script>
( function( d ) {
if ( ( 'placeholder' in d.createElement( 'input' ) ) ) {
var label = d.getElementById( 'jetpack-subscribe-label' );
label.style.clip = 'rect(1px, 1px, 1px, 1px)';
label.style.position = 'absolute';
label.style.height = '1px';
label.style.width = '1px';
label.style.overflow = 'hidden';
}
} ) ( document );
// Special check for required email input because Safari doesn't support HTML5 "required"
jQuery( '#subscribe-blog-blog_subscription-2' ).submit( function( event ) {
var requiredInput = jQuery( this ).find( '.required' );
if ( requiredInput.val() == '' ) {
event.preventDefault();
requiredInput.focus();
}
});
</script>
</li>
<li id="calendar-3" class="widget widget_calendar">
<div id="calendar_wrap">
<table id="wp-calendar">
<caption>September 2016</caption>
<thead>
<tr>
<th scope="col" title="Monday">M</th>
<th scope="col" title="Tuesday">T</th>
<th scope="col" title="Wednesday">W</th>
<th scope="col" title="Thursday">T</th>
<th scope="col" title="Friday">F</th>
<th scope="col" title="Saturday">S</th>
<th scope="col" title="Sunday">S</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3" id="prev">
<a href="http://boulevarddrivein.com/wordpress/2016/08/">« Aug</a>
</td>
<td class="pad"> </td>
<td colspan="3" id="next" class="pad"> </td>
</tr>
</tfoot>
<tbody>
<tr>
<td colspan="3" class="pad"> </td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
</tr>
<tr>
<td>12</td>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>
<a href="http://boulevarddrivein.com/wordpress/2016/09/17/" title="<b>Sully</b><br />PG13<br />Sept 23 & 24<br />9:15PM
<b>Storks</b><br />PG<br />Sept 23 & 24<br />7:45PM">17</a>
</td>
<td>18</td>
</tr>
<tr>
<td>19</td>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td id="today">25</td>
</tr>
<tr>
<td>26</td>
<td>27</td>
<td>28</td>
<td>29</td>
<td>30</td>
<td class="pad" colspan="2"> </td>
</tr>
</tbody>
</table>
</div>
</li>
<li id="twitter_timeline-2" class="widget widget_twitter_timeline">
<h2 class="widgettitle">Follow me on Twitter</h2>
<a class="twitter-timeline" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-tweet-limit="3" width="200" height="400" lang="EN">My Tweets</a>
</li>
</ul>
<div class="clear"></div>
</div>
<!--end sidebar-->
<div id="footer">
<div id="socialStuff">
<a class="socialicon" id="rssIcon" href="http://boulevarddrivein.com/wordpress/feed/" title="Subscribe via RSS" rel="nofollow"></a>
<a class="socialicon" id="youtubeIcon" href="http://www.youtube.com/user/brainkc1" title="YouTube Channel" rel="nofollow"></a>
<a class="socialicon" id="facebookIcon" href="http://www.facebook.com/Boulevard.Drive.In" title="Facebook Profile" rel="nofollow"></a>
</div>
<div id="copyright">
<div id="crumbs">
<span>You are here: </span>
<span>
<a href="http://boulevarddrivein.com/wordpress">Home</a>
</span> /
<span class="current">Now Showing</span>
</div> © 2016 Boulevard Drive-In | Kansas City. 1051 Merriam Ln Kansas City, KS 66103 – 913.262.2414 | Designed & developed by
<a href="http://kperson.prosite.com"> Kyle Person
</div>
</div>
<!--end footer-->
</div>
<!--end bottomPanel-->
</div>
<!--end wrapper-->
<script type="text/javascript" src="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/scripts/activity.js"></script>
<script type="text/javascript" src="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/scripts/prettyphoto.js"></script>
<script type="text/javascript" src="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/scripts/backstretch.js"></script>
<script type="text/javascript" src="http://boulevarddrivein.com/wordpress/wp-content/themes/producer/scripts/custom.js"></script>
<script>
jQuery.noConflict(); jQuery(document).ready(function(){
var view = jQuery(window);
});
</script>
<!--[if IE 8]>
<script>
jQuery.noConflict(); jQuery(document).ready(function(){
jQuery('img').removeAttr('width').removeAttr('height');
});
</script>
<![endif]-->
<div style="display:none">
</div>
<script type="text/javascript">
!function(d,s,id){
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){
js=d.createElement(s);
js.id=id;js.src=p+"://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}(document,"script","twitter-wjs");
</script>
<script type="text/javascript">
window.WPCOM_sharing_counts = {"http:\/\/boulevarddrivein.com\/wordpress\/2016\/09\/storkspgsept-23-24745pm\/":1505,"http:\/\/boulevarddrivein.com\/wordpress\/2016\/09\/sullypg13sept-23-24915pm\/":1497};
window.WPCOM_jetpack = true;
window.WPCOM_site_ID = 50217869;
</script>
<script type="text/javascript">
var windowOpen;
jQuery(document).on( 'ready post-load', function(){
jQuery( 'a.share-facebook' ).on( 'click', function() {
if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
windowOpen.close();
}
windowOpen = window.open( jQuery(this).attr( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
return false;
});
});
</script>
<script type="text/javascript">
var windowOpen;
jQuery(document).on( 'ready post-load', function(){
jQuery( 'a.share-twitter' ).on( 'click', function() {
if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
windowOpen.close();
}
windowOpen = window.open( jQuery(this).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
return false;
});
});
</script>
<script type="text/javascript">
var windowOpen;
jQuery(document).on( 'ready post-load', function(){
jQuery( 'a.share-google-plus-1' ).on( 'click', function() {
if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
windowOpen.close();
}
windowOpen = window.open( jQuery(this).attr( 'href' ), 'wpcomgoogle-plus-1', 'menubar=1,resizable=1,width=480,height=550' );
return false;
});
});
</script>
<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201638'></script>
<script type='text/javascript'>
/*
<![CDATA[ */
var sharing_js_options = {"lang":"en","counts":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='http://boulevarddrivein.com/wordpress/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js?ver=3.5.3'></script>
<script type='text/javascript' src='http://stats.wp.com/e-201638.js' async defer></script>
<script type='text/javascript'>
_stq = window._stq || [];
_stq.push([ 'view', {v:'ext',j:'1:3.5.3',blog:'50217869',post:'0',tz:'-5',srv:'boulevarddrivein.com'} ]);
_stq.push([ 'clickTrackerInit', '50217869', '0' ]);
</script>
</body>
</html> | Select Specific text (Boulevard) | 2016-09-25T06:14:15.000Z |
|
Date validation in dd MMM yyyy format Ex:14 Jan 2014 | ^(([0-9])|([0-2][0-9])|([3][0-1]))\ (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\ \d{4}$ | 12 Jan 2014 | Date validation in dd MMM yyyy format | 2016-06-14T14:11:46.000Z |
Given script or link tags, find and extracts URIs, excluding the double quotes | "(.+)(?:"\s|">) | <script src="$/frontend/privacy/js/flip/jquery.flip.min.js"></script>
<script src="$/frontend/privacy/js/privacy.js"></script>
<script src="$/frontend/global/assets/js/jsplate.js"></script>
<script src="$/frontend/privacy/js/family_members.js"></script>
<script src="$/frontend/privacy/js/relationships.js"></script>
<script src="$/frontend/privacy/js/invitation.js"></script>
<link href="$/frontend/global/assets/css/includes/setup.css" rel="stylesheet"/>
<link href="$/frontend/privacy/css/privacy.css" rel="stylesheet"/> | Find scripts or css URIs | 2015-06-08T21:20:49.000Z |
Adaptation of RFC-3986 uri validation - https://tools.ietf.org/html/rfc3986
Validates that URL contains an image (jpg/jpeg/png/gif) reference whilst also allowing for queries
Key parts of URL are captured in named groups
The URL portion is also optional, so will validate just an image filename if required | ^(?:(?<scheme>[^:\/?#]+):)?(?:\/\/(?<authority>[^\/?#]*))?(?<path>[^?#]*\/)?(?<file>[^?#]*\.(?<extension>[Jj][Pp][Ee]?[Gg]|[Pp][Nn][Gg]|[Gg][Ii][Ff]))(?:\?(?<query>[^#]*))?(?:#(?<fragment>.*))?$ | Validate image URL | 2018-08-15T13:43:57.000Z |
|
^.*?([0-9]+)ms.*?$ | Extract milliseconds from output | 2018-12-10T16:22:44.000Z |
||
only valid chars | ^[a-zA-Z0-9\s_]+$ | abc | input acceptance | 2018-01-22T06:15:46.000Z |
(?<a1>\"RJG1975\%\") | $pwd = "RJG1975%" | simple match | 2018-05-07T21:11:45.000Z |
|
Validar un correo electrónico con una expresión regular básica | ^[\w\.-]+@[\w\.-]+\.\w+$
| Correo Electrónico | 2023-09-14T02:46:29.000Z |
|
\(+[MC]\w+\s\w+ | (Macaca_mulatta Colobus_angolensis_palliatus (Pan_troglodytes_troglodytes ((Hylobates_agilis (Nomascus_leucogenys Symphalangus_syndactylus )21 )87 (Pongo_abelii (Homo_sapiens Gorilla_gorilla )64 )20 )12 )94 )
\)\d+\s\)\d+\s
(\(\w+\s|\w+\s)(\)\d+|\w+)\s(\w+\s\)\d+|\)\d+\s\)\d+)
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )55 )100 (Pongo_abelii (Homo_sapiens (Pan_troglodytes_troglodytes Gorilla_gorilla )63 )100 )83 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )86 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )99 )100 )73 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )91 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )81 )100 )87 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )72 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )94 )100 )93 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )58 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )90 )100 )83 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )68 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )81 )100 )72 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )90 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )92 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )68 )100 (Pongo_abelii (Homo_sapiens (Pan_troglodytes_troglodytes Gorilla_gorilla )89 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )47 )100 (Pongo_abelii (Pan_troglodytes_troglodytes (Gorilla_gorilla Homo_sapiens )48 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )81 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )71 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )29 )67 )84 (Hylobates_agilis (Symphalangus_syndactylus Nomascus_leucogenys )36 )99 )98 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )58 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )82 )100 )93 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )68 )100 (Pongo_abelii (Homo_sapiens (Gorilla_gorilla Pan_troglodytes_troglodytes )49 )100 )91 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )58 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )45 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Hylobates_agilis (Symphalangus_syndactylus Nomascus_leucogenys )35 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )43 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )45 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )90 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )44 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )63 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )97 )100 )97 ((Nomascus_leucogenys Symphalangus_syndactylus )40 Hylobates_agilis )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )43 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )46 )100 )96 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )46 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )100 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )52 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )94 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )57 )98 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )53 )100 )84 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )55 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )98 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )75 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )85 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )84 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )98 )100 )93 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )58 )100 )99 (Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )53 )100 )100 )
\(\((\H\y|[NS])\w+\s(\(\w+\s|\w+\s)(\)\d+|\w+)\s(\w+\s\)\d+|\)\d+\s\)\d+)
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )57 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )93 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Hylobates_agilis (Symphalangus_syndactylus Nomascus_leucogenys )39 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )95 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )83 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )73 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )85 )100 )99 ((Hylobates_agilis Symphalangus_syndactylus )68 Nomascus_leucogenys )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )54 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )79 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )37 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )55 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Homo_sapiens Pan_troglodytes_troglodytes )86 )100 )78 (Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )64 )98 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )55 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )92 )100 )98 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )99 )100 )95 ((Hylobates_agilis Symphalangus_syndactylus )62 Nomascus_leucogenys )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )76 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )92 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )43 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )63 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )75 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )94 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Nomascus_leucogenys Hylobates_agilis )31 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )84 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )60 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )92 )100 )95 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )88 )100 )100 ((Hylobates_agilis Symphalangus_syndactylus )52 Nomascus_leucogenys )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )99 )100 )99 ((Hylobates_agilis Symphalangus_syndactylus )43 Nomascus_leucogenys )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )62 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )91 )100 )98 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )54 )98 (Pongo_abelii (Homo_sapiens (Gorilla_gorilla Pan_troglodytes_troglodytes )48 )100 )84 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )64 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )100 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )65 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )76 )100 )99 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )65 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )84 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )98 )100 )94 ((Hylobates_agilis Symphalangus_syndactylus )40 Nomascus_leucogenys )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )53 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )98 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )58 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )89 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )77 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )91 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )52 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )89 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )71 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )96 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )59 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )92 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )67 )100 (Pongo_abelii (Homo_sapiens (Pan_troglodytes_troglodytes Gorilla_gorilla )83 )100 )82 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )70 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )99 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )54 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )100 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )63 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )92 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )57 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )99 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )62 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )99 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )56 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )100 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )63 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )99 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )57 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )93 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )95 )100 )100 ((Hylobates_agilis Symphalangus_syndactylus )39 Nomascus_leucogenys )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )68 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )97 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )49 )100 ((Pan_troglodytes_troglodytes (Homo_sapiens Gorilla_gorilla )48 )100 Pongo_abelii )61 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Symphalangus_syndactylus Hylobates_agilis )63 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )96 )100 )100 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Symphalangus_syndactylus (Hylobates_agilis Nomascus_leucogenys )97 )100 (Pongo_abelii (Gorilla_gorilla (Homo_sapiens Pan_troglodytes_troglodytes )73 )100 )97 )100 )
(Macaca_mulatta Colobus_angolensis_palliatus ((Nomascus_leucogenys (Hylobates_agilis Symphalangus_syndactylus )81 )100 (Pongo_abelii (Gorilla_gorilla (Pan_troglodytes_troglodytes Homo_sapiens )54 )100 )72 )100 )
| regex for the outgroup | 2019-09-25T19:33:29.000Z |
|
(?P<time>\w{3}\s+\d{1,2}\s\d{2}:\d{2}:\d{2})\s(?P<src>\w*)\s.*action=(?P<action>\w*).*severity=(?P<severity>\w*).*policies=(?P<policies>\w*).*source=(?P<username>\w* \w*).*destinations=(?P<destinations>\w*\@\w*\.\w*).*channel=(?P<channel>\w*).*matches=(?P<matches>\d{1,5}).*details=(?P<details>\w*) | Dec 7 22:54:22 linux root: DSS Incident|ID=15370360|action=Encrypt|severity=Medium|policies=PCI|source=Fname Lname|[email protected]|channel=SMTP|matches=35|details=Subject | AlienVault Exercise | 2017-12-07T22:27:24.000Z |
|
http:\/\/maps\.google\.com\/maps\?q=.*&ll=(\d*\.*\d*),(\d*\.*\d*).* | http://maps.google.com/maps?q=22.2769,114.227&ll=22.2769,114.227&z=17 | Extract Lat Long from Google Maps URL | 2015-06-22T11:06:58.000Z |
|
find a string (placeholder) inside a string | <#.*#> | Hello<#Name>world>#name#> >vikash
| find a string (placeholder) inside a string | 2015-10-06T08:47:58.000Z |
^[a-zA-Z0-9._-]+@[a-zA-Z]+\\.[a-zA-Z]{2,6}$ | bb | 2016-04-07T09:15:18.000Z |
||
^\d{4,12}?(-(LP|SC|CB|OR|PT|BE|PA|TR|CH))$ | 3426603-LP
| CI-Bol | 2016-09-16T22:40:38.000Z |
|
<tag(.|\s)*<\/tag> | <tag>
| Funy error | 2015-11-12T12:30:14.000Z |
|
(\r\n|^).{16,}(?=(\r\n|$)) | фундаментные
опора подвижная
закладные изделия мн 57 1
изготовление металлоконструкций | выделяет строку в которой больше 15 символов | 2017-08-14T00:04:40.000Z |
|
(#|\|)(?<name>[A-Za-z\s]+)\1(?<date>[0-9]{2}\/[0-9]{2}\/[0-9]{2})\1(?<cal>[\d]+)\1 | #Bread#19/03/21#4000#|Invalid|03/03.20||Apples|08/10/20|200||Carrots|06/08/20|500||Not right|6.8.20|5|' | Ad Astra | 2020-12-19T10:36:07.000Z |
|
^[a-zA-Z\u00C0-\u00FF\.\-\,\' ]+$ | Name w/ unicode | 2019-11-07T11:42:55.000Z |
||
((\d{1,2})\s?(hab|dorm|cuart)) | VENTA de 3 AMBIENTES AL FRENTE 1 “A” , APTO PROFESIONAL, de 60 m2 cubiertos y 13 m2 semicubiertos de balcón aterrazado.Baño completo y toilette."CULLEN 5824" EDIFICIO CON ENTREGA INMEDIATA. LISTO PARA ESCRITURAR."ESPECIFICACIONES DE UNIDADES DE 3 AMBIENTES :Piso de porcelanato en linving y palier de distribución.Piso porcelanato símil madera en dormitorios.Pisos de cerámicas porcelaniticas color a definir en baños, balcones y cocina.Calefón a gas con encendido eléctrico.Horno embutido eléctrico y anafe a gas. (unidades separadas).Espejos en baños. Artefactos de 1ra. calidad tipo Ferrum ó Roca.Cerramientos línea Módena blanco.Mesada de granito y muebles bajo mesada y alacenas en cocinas.Placares de 2 Hojas corredizas, una hoja espejada.Pre instalación para colocación de aire acondicionado frío /calor en living y dormitorios.Cañería exclusiva para cable /TV (2) y telefonía independientes e interconectadas en unidades.ESPECIFICACIONES TÉCNICAS GENERALES DEL EDIFICIO EN CONSTRUCCIÓN:Terraza con parrilla, mesada de granito con bacha de acero y ducha.Portón automático en acceso a cocheras.Frente acceso en acero inoxidable, blindex.Ascensor con cabina de acero inoxidable.Hall de acceso al edificio y pallieres pisos de porcelanato pulido color a definir.COCHERAS OPCIONALES EN U$S 28.000Transportes CercanosColectivos:90, 107, 111, 114, 127, 140, 169PRECIO PAGO AL CONTADO: FORMA DE PAGO A CONVENIR, CONSULTE SALDO CON FINANCIACIÓN PROPIA.Necesitas mas información? Necesitas vender tu propiedad para comprar? esperamos tu llamado para asesorarte.GONZALEZ INMUEBLES Instagram: @gonzalez_inmueblesFacebook: gonzalez
ID: 221464 | Dormitorios | 2020-10-12T23:53:10.000Z |
|
den finder referencer der starter med afdelingsnummer efterfulgt af fil-ref | (?<=\D)(41|5|6|81)(?:\s*[^a-zA-Z0-9\s]\s*)(?!20457)\d{5}(?=\D)|(?<=\D)(3|7|8|9)(?:\s*[^a-zA-Z0-9\s]\s*)\d{6}(?=\D)|(?<=\D)(12|13)(?:\s*[^a-zA-Z0-9\s]\s*)\d{4}(?=\D) | [Anliefer,Lein,PUS918813,Anliefer-Ref .: E230714862/001,BUSAN,CONPAC,CPS Conpac Port Service,8- 190 189,Seite: 1/1,Endbestimmung,: BUSAN,Kunde,: ANLIEFERUNG,HALLE: H5,Kontakt,: [email protected],Kd.Referenz,: SHAMPUS07236979,Packing Center:,Angenommen,: Ahmad Monir,CPS - CONPAC PORT SERVICE,Telefon,:,INDIASTR. 5,Schiff / ETS,: HMM SOUTHAMPTON / 27.07.2023,20457 HAMBURG,Zollstatus,: UW,Anlieferung,: 12.07.2023 / 08:08,Zolldokument,:,LKW Ifd. Nr.,: 19,Kennzeichen,: HHHZ1921,Marke und Nummer/,Marks and numbers,Anzahl/ Verp .- Art,Inhalt!,Brutto-Gew./,AK72307SGN/15060578/KRASA/0,Qty, Packing type,Contents,Gross weight [kg],AK72307SGN/15060578/KRASA/0,9 PKG,-8 P,120/80/154/8PLTS+120/8,5.397,43,0/114/1PLT/0,1 PL 599.710,Stellplatz: H5,Begasungsstempel: JA 9,Für palettiertes Gut übernehmen wir,NEIN,NICHT NOTWENDIG,keine Gewähr für Stückzahl und Inhalt.,Vollholz,KEIN,MIX,Vollholz,Holzverpackung,(F70),(F72),(F74),2,Anzahl,(abgefertigt durch / Uhrzeit),Kennung Monitur,€17 F35 F51,Anzahl Packstücke,9,9,1,Anzahl,Länge,Breite,Höhe,Anzahl,Länge,Breite,Höhe,F01,Verpackung eingerissen / aufgerissen,F21,FOZ,F03,Vorpacioing vor Anlieferung verklebt,Verpackung feucht befleckt,Verpackung trocken beffeckt,Gefahrgutkennzeichnung fehlt vollständig,F30,Verpackung eingedrückt / verbeult,nicht Oberstaubare Ware bei Anlieferung Diberstaut,F13,FO,Verp. vor Anl. mil Staplergabel eingestochen,Warn wusgerostet,F14,Kanten beschädigt,Inhalt lauft aus,Mariderung ohne hfenplatz,F40,FOR,Sendung nicht trennbar,Skids fehlen,F45,Unterbau /Skids beschädigt,F16,Kolli offen, Inhalt sichtbar,Begasungsstempel nicht lesbar,FD7,Seite beschädigt / offen,F17,Dockal beschädigt / offan,Markierung abweichend,F51,Ware nicht stapalbanibelastber,F52,Markierung fehlt vollständig,Ware nicht auf dem LKW PKG_NA,F18,F63,Folie eingerissen,Sendung ohno IMO Label,Mindermonge auf dem LKW,F19,F10,Band / Elsen gerissen,Mehrmenge auf dem LKW,F20,Sendung ohne UN Label] | HZS003 - PODs (find ref) | 2023-07-13T08:33:15.000Z |
recherche :
+ les blocs d'équations latex délimitées avec le $$
+ les equations en ligne délimitées avec $ | (?:\s+\$\s*(?P<in_line>[^$]+?)\s*\$\s+|^\s*\${2}\s*(?P<bloc>(?:[^$]{2})*?)\s*\${2}) | Lorem ipsum dolor sit ame $ a = \{ b, c \} $ Lorem 100 \$ ipsum
$$ \left \{
\begin{array}{cl}y_1 =&3 x_1 - x_2 + x_3\\y_2 =&2 x_2\\y_3 =&x_1 - x_2 + 3 x_3\end{array}
\right.
\Leftrightarrow \left \{
\begin{array}{cl}8 x_1 =&3 y_1 + y_2 -y_3\\8 x_2 =&4 y_2\\8 x_3 =&-y_1 + y_2 + 3 y_3\end{array}
\right.
$$
Lorem ipsum dolor
$$ \left \{
\begin{array}{cl}y_1 =&3 x_1 - x_2 + x_3\\y_2 =&2 x_2\\y_3 =&x_1 - x_2 + 3 x_3\end{array}
\right.
\Leftrightarrow \left \{
\begin{array}{cl}8 x_1 =&3 y_1 + y_2 -y_3\\8 x_2 =&4 y_2\\8 x_3 =&-y_1 + y_2 + 3 y_3\end{array}
\right.
$$
Lorem ipsum dolor $$$ Lorem ipsum dolor $$$. foo sit ame $ a = \{ b, c \} $ | equation latex en ligne et en bloc | 2018-09-06T16:23:22.000Z |
Allow TLDs with 2 or more characters | ^[_A-Za-z0-9-]+(?:\.[_A-Za-z0-9-]+)*@[A-Za-z0-9-]+(?:\.[A-Za-z0-9-]+)*(?:\.[A-Za-z]{2,})$ | Email Validation | 2016-08-10T18:23:57.000Z |
|
^[\d]{8}[-]?\d([A-Z]{2}\d)?$ | 12345678-9ZZ1 | Cartão de cidadão / BI | 2015-09-15T11:28:47.000Z |
|
1 | <span style=(?:\\){0,2}"--en-type:(?:\s)??tag;--en-tagId:(?:\s)?([^\/\\;]+)(?:;)?(?:\\){0,2}">([^<>]+)<\/span> | <!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><p><span style="--en-type:tag;--en-tagId:17436cb0-7873-4317-8453-623e7f3a5dd1;">#234234<>&</span> <span style="--en-type:tag;--en-tagId:ed628b06-297b-4411-9266-3e5fa64f4f5c;">#21423<>14n</span> <span style="--en-type:tag;--en-tagId:27f5d787-9e2a-4d66-9c6e-1f938aa60834;">#2423432</span> </p></en-note> | 1 | 2022-05-24T08:21:45.000Z |
Find Comments starting with # or //.
Also finds Commentblocks starting with /* and ending with */.
| ((?<raute>#(?<raute_content>.*))|(?<doubleslashes>\/\/(?<doubleslashes_content>.*))|(?<block>\/\*(?<block_content>[^*]+|\*(?!\/))*+\*\/)) | blah
# ein Kommentar
blah blah // ein Kommentar
/*
Ein
Kommentar
Block
*/
blah # ein weiteres Kommentar
blah
/* Zweiter Block
Geht wieder über mehrere Zeilen */
| Find Comments or Commentblocks in Code | 2015-12-30T08:43:11.000Z |
([\d]{1});([\d]{1});([\w\s\.\d\-\(\)]*);([\w\s\.\d\-\(\)]*);([\w\s\.\d\-\(\)]*);([\w\s\.\d\-\(\)]*);([\w\s\.\d\-\(\)]*);([\w\s\.\d\-\(\)]*);([\dZ-a]*);([\d\sA-Z]*);([\w\s\.\d\-\/\(\)]*);([\w\s\.\d\-\(\)]*);([0-9]*);([0-9]*);([0-9]*);([0-9]*);([0-9]*)[MGB]{2};([\w\s\.\d\-\/\(\)]*);([0-9]) | 0;1;;Alpha Media Lab;Alpha Media Lab;Administratie;M2M;Haringvliet;68;3011 TG;Rotterdam;8 dagen;700;45;11;30;5MB;;0
0;0;Clear Channel ;Clear Channel Hillenaar ;;Administratie;;;;;;;2250;45;15;30;1GB;;1 | nlm | 2016-03-25T15:12:58.000Z |
|
this extracts the table name in the from or join clause from SQL query | (?:(?:from|join)(?:\s|\()+((?:\w*\.\w*)+)(?:\s|\))+) | SELECT T.IDP_WAREHOUSE_ID
,T.IDP_AUDIT_ID
,T.IDP_DATA_ID
,T.IDP_DATA_DATE
,T.TRADESYSTEM
,T.SOURCESYSTEM
,T.SUBSYSTEM
,T.TRADEDATE
,T.VALUATIONDATE
,T.TRADEID
,T.TRADETYPE
,T.TRADESTATUS
,T.MAPPEDTRADESTATUS
,T.RAWBOOKINGLOCATION
,T.MAPPEDBOOKINGLOCATION
,T.BOOKINGLOCREGION
,T.CMCIFBOOKINGLOCATION
,T.CMCIFBOOKINGLOCATIONREGION
,T.COUNTERPARTYACCOUNTID
,T.COUNTERPARTYSHORTNAME
,T.COUNTERPARTYTYPE
,T.CUSTOMERNAME
,T.CUSTOMERADDRESS
,T.CUSTOMERCOUNTRYCODE
,T.CUSTOMERCOUNTRYNAME
,T.CAMLO_RISK
,T.US_BSA_RISK
,T.RISKRATING
,T.PRODUCTTYPE
,T.PRODUCT
,T.CMCIFPRODUCTTYPE
,T.QUANTITY
,T.PRICE
,T.CURRENCY
,T.CURRENCY_ISO_CODE
,T.CURRENCY_DESCRIPTION
,T."VALUE"
,T.TRADERID
,T.TRANSACTIONACTIVITY
,T.SOURCETRADEID
,T.TRADESEQUENCENUMBER
,T.BASECURRENCY
,T.BASECURRPRICE
,T.BASECURRQUANTITY
,T.BASECURRVALUE
,T.ISIN
,T.CUSIP
,T.RESP
,T.FACILITY_GLOBAL_COMMITMENT
,T.FACILITY_HOST_BANK_NET_AMT
,T.MAP_TRADESYSTEM
,T.MAP_ACCOUNTFIELDNAME
,T.MAP_COUNTERPARTYACCOUNTID
,T.MAP_CUID
,T.MAP_CIF
,T.MAP_UEN
,RC.RAW AS CHICAGO_RAW
,RC.RESPONSIBILITY_CENTER AS CHICAGO_RESPONSIBILITY_CENTER
,RC.DESK AS CHICAGO_DESK
,RC.BUSINESS_SEGMENT AS CHICAGO_BUSINESS_SEGMENT
,RC.LOB AS CHICAGO_LOB
,RC.OPERATING_GROUP AS CHICAGO_OPERATING_GROUP
,AFF.RAW AS AFF_RAW
,ISS.RAW AS ISS_RAW
,EC1.ENTITYCOUNTRY AS REGISTRATION_COUNTRY
,EC2.ENTITYCOUNTRY AS PRINCIPAL_PLACE_OF_BUSINESS
,ENT.CIF AS ENT_CIF
,ENT.UEN AS ENT_UEN
,ENT.ENTITYLEGALNAME AS ENT_ENTITYLEGALNAME
,ENT.ENTITYADDRESS AS ENT_ENTITYADDRESS
,ENT.ENTITYACCOUNTNUMBER AS ENT_ENTITYACCOUNTNUMBER
,ENT.ENTITYSTATUS AS ENT_ENTITYSTATUS
,ENT.IFI_FLAG AS ENT_IFI_FLAG
,ENT.SICCAN AS ENT_SICCAN
,ENT.SICUS AS ENT_SICUS
,ENT.NBFI_312 AS ENT_NBFI_312
,ENT.NBFI_NON_312 AS ENT_NBFI_NON_312
,ENT.RMA AS ENT_RMA
,ENT.SICCAN_DESC AS ENT_SICCAN_DESC
,ENT.SICUS_DESC AS ENT_SICUS_DESC
,ENT.P_AND_C AS ENT_P_AND_C
,ENT.OFAC AS ENT_OFAC
,ENT.RMA_ONLY AS ENT_RMA_ONLY
,ENT.CONN_UEN AS ENT_CONN_UEN
,ENT.CM_INDICATOR AS ENT_CM_INDICATOR
,ENT.BMO_RESP AS ENT_BMO_RESP
,ENT.HARRIS_RESP AS ENT_HARRIS_RESP
,ENT.PRIM_IND AS ENT_PRIM_IND
,ENT.PM_CODE AS ENT_PM_CODE
,APPR.CUSTOMER_NAME AS APPR_CUSTOMER_NAME
,APPR.UEN AS APPR_UEN
,APPR.COUNTRY AS APPR_COUNTRY
,APPR.CONDITIONAL_APPROVAL AS APPR_CONDITIONAL_APPROVAL
,APPR.PRODUCTS AS APPR_PRODUCTS
,APPR_FI.CUSTOMER_NAME AS APPR_FI_CUSTOMER_NAME
,APPR_FI.UEN AS APPR_FI_UEN
,APPR_FI.COUNTRY AS APPR_FI_COUNTRY
,APPR_FI.CONDITIONAL_APPROVAL AS APPR_FI_CONDITIONAL_APPROVAL
,APPR_FI.PRODUCTS AS APPR_FI_PRODUCTS
,APMS.UEN AS APMS_UEN
,APMS.CIF AS APMS_CIF
,APMS.ENTITY_LEGAL_NAME AS APMS_ENTITY_LEGAL_NAME
,APMS.ENTITY_SHORT_NAME AS APMS_ENTITY_SHORT_NAME
,APMS.OWNERSHIP_CLASS AS APMS_OWNERSHIP_CLASS
,APMS.ENTITY_CLASSIFICATION AS APMS_ENTITY_CLASSIFICATION
,APMS.ASSET_CLASSIFICATION AS APMS_ASSET_CLASSIFICATION
,APMS.BMO_RC AS APMS_BMO_RC
,APMS.ENTITY_TYPE AS APMS_ENTITY_TYPE
,APMS.TIN_SSN AS APMS_TIN_SSN
FROM (
(
(
(
(
(
(
(
(
(
SELECT A.IDP_WAREHOUSE_ID
,A.IDP_AUDIT_ID
,A.IDP_DATA_ID
,A.IDP_DATA_DATE
,A.TRADESYSTEM
,A.SOURCESYSTEM
,A.SUBSYSTEM
,A.TRADEDATE
,A.VALUATIONDATE
,A.TRADEID
,A.TRADETYPE
,A.TRADESTATUS
,A.MAPPEDTRADESTATUS
,A.RAWBOOKINGLOCATION
,A.MAPPEDBOOKINGLOCATION
,A.BOOKINGLOCREGION
,A.CMCIFBOOKINGLOCATION
,A.CMCIFBOOKINGLOCATIONREGION
,A.COUNTERPARTYACCOUNTID
,A.COUNTERPARTYSHORTNAME
,A.COUNTERPARTYTYPE
,A.CUSTOMERNAME
,A.CUSTOMERADDRESS
,A.CUSTOMERCOUNTRYCODE
,A.CUSTOMERCOUNTRYNAME
,A.CAMLO_RISK
,A.US_BSA_RISK
,A.RISKRATING
,A.PRODUCTTYPE
,A.PRODUCT
,A.CMCIFPRODUCTTYPE
,A.QUANTITY
,A.PRICE
,A.CURRENCY
,A.CURRENCY_ISO_CODE
,A.CURRENCY_DESCRIPTION
,A."VALUE"
,A.TRADERID
,A.TRANSACTIONACTIVITY
,A.SOURCETRADEID
,A.TRADESEQUENCENUMBER
,A.BASECURRENCY
,A.BASECURRPRICE
,A.BASECURRQUANTITY
,A.BASECURRVALUE
,A.ISIN
,A.CUSIP
,A.RESP
,A.FACILITY_GLOBAL_COMMITMENT
,A.FACILITY_HOST_BANK_NET_AMT
,MAP.TRADESYSTEM AS MAP_TRADESYSTEM
,MAP.ACCOUNTFIELDNAME AS MAP_ACCOUNTFIELDNAME
,MAP.COUNTERPARTYACCOUNTID AS MAP_COUNTERPARTYACCOUNTID
,MAP.CUID AS MAP_CUID
,MAP.CIF AS MAP_CIF
,CASE
WHEN (A.TRADESYSTEM = 'LIQ'::"VARCHAR")
THEN A.COUNTERPARTYACCOUNTID
ELSE ("VARCHAR" (MAP.UEN))::VARCHAR(16)
END AS MAP_UEN
FROM (
BLUEHOUSE.V_TRANSACTIONS A LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITYMAPPING MAP ON (
(
(
(A.COUNTERPARTYACCOUNTID = UPPER(BTRIM(MAP.COUNTERPARTYACCOUNTID)))
AND (UPPER(A.TRADESYSTEM) = UPPER(MAP.TRADESYSTEM))
)
AND (
MAP.IDP_DATA_ID = (
SELECT MAX(IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITYMAPPING.IDP_DATA_ID) AS MAX
FROM IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITYMAPPING
)
)
)
)
)
) T LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_REF_CHICAGO_RCMAPPING RC ON (
(
(RC.RAW = T.RESP)
AND (RC.IDP_END_DATE = '2099-12-31'::DATE)
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_REF_CHICAGO_AFFILIATED_RCS AFF ON (
(
(AFF.RAW = T.RESP)
AND (AFF.IDP_END_DATE = '2099-12-31'::DATE)
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_REF_CHICAGO_BOOKING_ISSUES_RCS ISS ON (
(
(ISS.RAW = T.RESP)
AND (ISS.IDP_END_DATE = '2099-12-31'::DATE)
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIESCOUNTRY EC1 ON (
(
(
(
EC1.IDP_DATA_ID = (
SELECT MAX(IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIESCOUNTRY.IDP_DATA_ID) AS MAX
FROM IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIESCOUNTRY
)
)
AND (("VARCHAR" (EC1.UEN))::VARCHAR(16) = T.MAP_UEN)
)
AND (UPPER(EC1.ENTITYADDRESSTYPE) = 'REGISTERED'::"VARCHAR")
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIESCOUNTRY EC2 ON (
(
(
(
EC2.IDP_DATA_ID = (
SELECT MAX(IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIESCOUNTRY.IDP_DATA_ID) AS MAX
FROM IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIESCOUNTRY
)
)
AND (("VARCHAR" (EC2.UEN))::VARCHAR(16) = T.MAP_UEN)
)
AND (UPPER(EC2.ENTITYADDRESSTYPE) = 'PRINCIPAL PLACE OF BUSINESS'::"VARCHAR")
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIES ENT ON (
(
(
ENT.IDP_DATA_ID = (
SELECT MAX(IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIES.IDP_DATA_ID) AS MAX
FROM IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_ENTITIES
)
)
AND (("VARCHAR" (ENT.UEN))::VARCHAR(16) = T.MAP_UEN)
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APPROVED_US_312 APPR ON (
(
(
APPR.IDP_DATA_ID = (
SELECT MAX(IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APPROVED_US_312.IDP_DATA_ID) AS MAX
FROM IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APPROVED_US_312
)
)
AND (("VARCHAR" (APPR.UEN))::VARCHAR(16) = T.MAP_UEN)
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APPROVED_US_FI APPR_FI ON (
(
(
APPR_FI.IDP_DATA_ID = (
SELECT MAX(IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APPROVED_US_FI.IDP_DATA_ID) AS MAX
FROM IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APPROVED_US_FI
)
)
AND (("VARCHAR" (APPR_FI.UEN))::VARCHAR(16) = T.MAP_UEN)
)
)
) LEFT JOIN IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APMS_ENTITIES APMS ON (
(
(
APMS.IDP_DATA_ID = (
SELECT MAX(IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APMS_ENTITIES.IDP_DATA_ID) AS MAX
FROM IDP_PRD_LEVEL1.BLUEHOUSE.L1_WRK_APMS_ENTITIES
)
)
AND (("VARCHAR" (APMS.UEN))::VARCHAR(16) = T.MAP_UEN)
)
)
)
WHERE (
(UPPER(T.CMCIFBOOKINGLOCATION) ~ ~ LIKE_ESCAPE('%CHICAGO%'::"VARCHAR", '\'::"VARCHAR"))
OR (T.RESP = AFF.RAW)
);
| Get table name from query | 2016-04-18T16:34:15.000Z |
\(\d{3}\)(-| )\d{3}(-| )*\d{4} | phone:(646)-270-9821
phone:(123)-323-4363
phone:(13)-323-4363
phone:(132)-323-436
phone:(abc)-323-4363
phone:(646)-270_9821
phone:(646)-270 9821
phone:(646)-2709821 | phone | 2016-02-02T03:47:34.000Z |
|
exercicios formais | (ab|b|c)* | formais | 2015-09-13T20:02:35.000Z |
|
^[0-9]{20} | 09898987 | 956896685 | 2016-06-09T18:02:12.000Z |
|
(?i)^(Where|How|Is|Does|I wanna|I want|I wish)\b.*\bdemo( game| version( of the game)?)?( exist| available| out there)?(\.|\?|!)*?$ | How can I download the demo
Where get demo?!?!
where is the demo version of the game?
How do I get the demo game!
Anyone know how to get the demo?
How does one download a geneshit
so I was wondering, how do we get more newbies to play the demo
Does a demo version of the game exist?!?!?
Is a demo version of the game available
is a demo version of the game out there
Is there a demo version?
I wish there was a demo version
is a demo out there? | Demo | 2019-05-16T23:45:56.000Z |
|
Regex for Indonesian phones (without +) | ^((00|0)?62[2-9]{1}[0-9]{7,11})$ | Indonesian Phones | 2023-10-04T08:58:28.000Z |
|
<span.*>(.*?)<\/span> | <!--WYSIWYG content - do not remove this comment, and never use this identical text in your topics-->
<p>-- <span class="WYSIWYG_LINK">Main.SeanOReilly</span> - 2017-08-30</p>
<h1 class="TML">Technology used</h1>
<p><span class="WYSIWYG_LINK">[[http://www.oracle.com/technetwork/developer-tools/rest-data-services/overview/index.html][ORDS (Oracle REST data services)]]</span></p>
<h1 class="TML"></h1>
<h1 class="TML">REST concepts</h1>
<table border="1" cellspacing="1" cellpadding="0">
<tbody>
<tr>
<td>GET</td>
<td class="align-left" style="text-align: left">select</td>
</tr>
<tr>
<td>POST</td>
<td class="align-left" style="text-align: left">insert</td>
</tr>
<tr>
<td>PUT</td>
<td class="align-left" style="text-align: left">update</td>
</tr>
<tr>
<td>DELETE</td>
<td class="align-left" style="text-align: left">delete</td>
</tr>
</tbody>
</table>
<h1 class="TML"></h1>
<h1 class="TML">Settings</h1>
<p><img title="ORDS_ords_admin.JPG" src="http://itwiki.core.kmtltd.net.au/pub/Main/SupplyChainIntl/RESTDataAPI/ORDS_ords_admin.JPG" alt="ORDS_ords_admin.JPG" width="356" height="281" /></p>
<p><img title="ORDS_ords_dev.JPG" src="http://itwiki.core.kmtltd.net.au/pub/Main/SupplyChainIntl/RESTDataAPI/ORDS_ords_dev.JPG" alt="ORDS_ords_dev.JPG" width="356" height="281" /></p>
<p><span class="WYSIWYG_LINK">[[http://www.oracle.com/technetwork/developer-tools/rest-data-services/learnmore/index.html]]</span></p>
<h1 class="TML">Kmart Developer website</h1>
<p><span class="WYSIWYG_LINK">[[https://developer.core.kmtltd.net.au/]]</span></p>
<h1 class="TML">Data dictionary</h1>
<p><span class="WYSIWYG_LINK">ProductNumber</span></p>
<p><span class="WYSIWYG_LINK">UnitQuantity</span></p>
<h1 class="TML">Development notes</h1>
<p>\\warthog\grpdata\Kmart IT Team\4. Supply Chain & Finance Delivery\1. GIF\1. Apps & Systems\5. Other\Tasks\170823 API</p>
<h1 class="TML">Examples</h1>
<h2 class="TML"><span class="WYSIWYG_LINK">AutoREST</span></h2>
<p><span class="WYSIWYG_LINK">http://kuttsi901:8080/ords/exuts/container/</span></p>
<h2 class="TML">Configured REST</h2>
<p><span class="WYSIWYG_LINK">http://kuttsi901:8080/ords/exuts//v1/container/MAEU8378519</span></p> | remove span - simple version | 2017-09-27T04:54:59.000Z |
|
Complex address component capturing regex | (?P<street>\d+\s.*?(?:,\s*\w*\s*\d+)*),\s*(?P<city>.*?),\s*(?P<state>[A-Za-z]+)\s*(?P<zip>\d+)?,* | 9320 Se Woodstock Blvd, Portland, OR 97266
921 S E Powell Blvd, PORTLAND, OR 97202
6560 Sw Beaverton, Raleigh Hills, OR 97225
2875 Se Powell Blvd, Portland, Or 97202, Usa
1311 Nw 23rd Ave, Portland, OR 97210
7710 Sw Barbur Blvd, Portland, OR 97219
1462 Ne 122nd Ave., Portland, OR 97230
1831 W Burnside, PORTLAND, OR 97209
1881 Sw 5th Ave, Portland, OR 97201
3610 Se Hawthorne Blvd, Portland, OR 97214
1850 Sw Skyline Blvd., Portland, OR 97221
9 Centerpointe Dr, Lake Oswego, OR 97035
7700 Southwest Dartmouth Avenue, 120, Tigard, OR 97223
4811 Meadows Road , Suite 111, Lake Oswego, OR 97035 | Address capture | 2020-07-13T04:46:52.000Z |
This regex matches the Transact SQL statement for selecting the database and creating a view. | USE\s(?P<db>\[\w+\]);?\s*
CREATE VIEW (?P<schema>\[\w+\])\.(?P<name>\[\w+\])
AS\s*
(?P<sql>.+) | USE [db_name];
CREATE VIEW [schema_name].[view_name]
AS
WITH cte AS (
SELECT * from A
)
select * from cte; | Match T-SQL view definition | 2023-11-01T10:41:19.000Z |
\W\s(?<Item>[\w\s\dA-Za-z]+?)\s+?.+Price: | "🌎 Probably #Israel only! 🌎
✔ Alfawise WM01 Wireless Mouse
💰 Price: 1.99 USD (~1.73 EUR) ❗ 🔥 (Best in my DB: 1.99 USD)
💵 Code = GBZY07wm
🌐 Link: http://bit.ly/2EzJWCv
🔎 Current: $1.99 | Average: $2.22 | 7 records in DB | Price monitoring since 19.9.2018 🔎
More country-specific coupons: https://couponsfromchina.com/2018/05/11/ultimate-country-specific-gearbest-coupons-list-gearbest/" | Integromat help | 2018-11-08T09:59:56.000Z |
|
(([a-zA-Z0-9]*)([^a-zA-Z0-9])([a-zA-Z0-9]*)([^a-zA-Z0-9]).) | 123456
JeConsulteMesEmailsHELMoTousLesJours
www,H3LM0.be
abc123
japeJ2017labCm1$$
password
shadow
0nVrSl'33D_
gHt3Eé2BdCeMaT1
azerty
aGuD+33t-MiJa
KrZ,èVmZiFr
superman
iloveyou
| Mot de passe robuste | 2019-10-15T14:19:34.000Z |
|
<@354008100539465740>
<#1138251135602409495>
</947088344167366698> | <(@|#|/|)[0-9]{18}> | Funny Discord Thing | 2023-08-28T15:43:29.000Z |
|
Validation de l'ensemble des 101 départements français, incluant la Haute-Corse et la Corse-du-Sud, chaque département d'outre-mer indépendamment, et 99 pour l'étranger | \b([013-8]\d?|2[aAbB1-9]?|9[0-59]?|97[1-6])\b | 01 11 21 31 41 51 61 71 81 91 101
02 12 22 32 42 52 62 72 82 92 102
03 13 23 33 43 53 63 73 83 93 103
04 14 24 34 44 54 64 74 84 94 104
05 15 25 35 45 55 65 75 85 95 105
06 16 26 36 46 56 66 76 86 96 106
07 17 27 37 47 57 67 77 87 97 107
08 18 28 38 48 58 68 78 88 98 108
09 19 29 39 49 59 69 79 89 99 109
10 20 30 40 50 60 70 80 90 100 110
1
2
3
4
5
6
7
8
9
2a 2A 2b 2B 2c 2C
toto33
971
972
973
974
975
976
977
978
979 | Départements Francais | 2021-06-24T11:02:50.000Z |
^[0-9]{1,3}$ | <--! select 0 or 000..999 sequences -->
0
9
00
09
10
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 6 | 2019-02-18T23:00:20.000Z |
|
^\+[\d\*]{11,13}$ | Cas passants :
+3362788****
+337**0140**
+336********
+491**********
+3362788******
+491**27880140
+49106**88**40
+32*********
Cas non passants :
+3362788*******
+49 1** *** ** **
062788****
+33627*****
+33627**014
| Masque numéro RFF | 2019-05-14T07:52:40.000Z |
|
[collapse] tags are replaced with html code attributes | \[(collapse|collapse in)\]\s*<(h[2-4])>(.*)<\/\2>(.*)\s*\[\/collapse\] | <p>Bene eros jus neo olim pecus suscipit. </p>
[collapse in]
<h2>titel</h2>
<p>Illum iriure neo populus refoveo.</p>
<h3>titel</h3>
<p>Illum iriure neo populus refoveo.</p>
<h2>titel</h>
<p>Illum iriure neo populus refoveo.</p>
[/collapse]
[collapse]
<h3>titel2</h3>
<p>Illum iriure neo populus refoveo.</p> [/collapse] | parse html h2-3-4 + content in custom [collapse] tags | 2017-04-13T07:22:46.000Z |
^\+?\d*$ | Phone number | 2021-01-06T10:36:23.000Z |
||
^(?:25(?:25|10|5)|10(?:25|10(?:5(?:25|5|10)|25|10)|5(?:25|10(?:25|10|5)|5(?:5(?:25|5|10)|25|10)))|5(?:25|10(?:25|10(?:25|10|5)|5(?:5(?:25|5|10)|25|10))|5(?:25|10(?:5(?:25|5|10)|25|10)|5(?:25|10(?:25|10|5)|5(?:5(?:25|5|10)|25|10)))))(?:25|10|5)*$ | 55555555555 | maquina tragamonedas | 2018-05-16T22:13:45.000Z |
|
^\d*(\.\d{0,2})? | 1064.12345 | integer with two decimal places | 2019-11-12T18:30:33.000Z |
|
^((0[13578]|1[02])[\/.]31[\/.](18|19|20)[0-9]{2})|((01|0[3-9]|1[1-2])[\/.](29|30)[\/.](18|19|20)[0-9]{2})|((0[1-9]|1[0-2])[\/.](0[1-9]|1[0-9]|2[0-8])[\/.](18|19|20)[0-9]{2})|((02)[\/.]29[\/.](((18|19|20)(04|08|[2468][048]|[13579][26]))|2000))$ | mm/dd/yyyy leap year | 2017-10-18T20:09:15.000Z |
||
Matches dozenal numbers. Supports positive/negative sign and thousands separators. | ^[+-]?([\d↊↋]{1,3}(,[\d↊↋]{3})+|[\d↊↋]+)(\.[\d↊↋]+)?$ | Dozenal number (Restricted) | 2022-08-18T20:14:05.000Z |
|
^\S+(([\s][\S])?\S*)*$ | Textfield validations | 2020-07-23T21:35:26.000Z |
||
/^(0[1-9]|1[0-2])\/?([0-9]{2})$/
/^(0[1-9]|1[0-2]) :
First Digit - 0 second digit will be -0 to 9 ----> for Jan to Sep
First Digit - 1 second digit will be -0 to 2 ----> for Oct to Dec
/?([0-9]{2})$/
2 Digit in between 0 to 9.
| ^(0[1-9]|1[0-2])\/?([0-9]{2})$ | 12/90 | Month / Year Format (MM/YY) | 2023-07-12T06:27:34.000Z |
(\d\d\d\d) (\w\w\w\w\w\w\w\w\w)(\s)(\w\w) | 1972 31JUL1972 _1
"_" is een word character, "-" is dit niet | shorthand characterss | 2018-12-28T20:16:59.000Z |
|
Searches for the template setting. | \<yes or no\. if yes, explain why\>|\<yes\/no\> | * Document with a Yes or No if your story impacts any of the following hazard types. If yes, explain why.
** Financial: <yes or no. If yes, explain why>
** Legal/Regulatory: <yes or no. If yes, explain why>
** Data Integrity: <yes or no. If yes, explain why>
** Patient Safety: <yes or no. If yes, explain why>
** CyberSecurity/Information Security: <yes or no. If yes, explain why>
* Engineer assigned to the project has added a +1 indicating that they discussed the impact this story has with regards to Hazards and agrees with the assessment.
- *Financial:* <yes or no. If yes, explain why>
- *Legal/Regulatory:* <yes or no. If yes, explain why>
- *Data Integrity:* <yes or no. If yes, explain why>
- *Patient Safety:* <yes or no. If yes, explain why>
- *CyberSecurity/Information Security:* <yes or no. If yes, explain why>
- *Financial:* <yes/no>
- *Legal/Regulatory:* <yes/no>
- *Data Integrity:* <yes/no>
- *Patient Safety:* <yes/no>
- *CyberSecurity/Information Security:* <yes/no>
- *Financial:* <yes or no. If yes, explain why>No
- *Legal/Regulatory:* <yes or no. If yes, explain why> Yes
- *Data Integrity:* No
- *Patient Safety:* Yes, this was an issue because of XYZ.
- *CyberSecurity/Information Security:* <yes or no. If yes, explain why>
- *Financial:* no
- *Legal/Regulatory:* no
- *Data Integrity:* no
- *Patient Safety:* no
- *CyberSecurity/Information Security:* no
- *Financial:* N
- *Legal/Regulatory:* N
- *Data Integrity:* N
- *Patient Safety:* N
- *CyberSecurity/Information Security:* N
- *Financial:* <yes or no. If yes, explain why>N
- *Legal/Regulatory:* <yes or no. If yes, explain why> N
- *Data Integrity:* <yes or no. If yes, explain why>N
- *Patient Safety:* <yes or no. If yes, explain why>N
- *CyberSecurity/Information Security:* <yes or no. If yes, explain why> N
- *Financial:* <yes or no. If yes, explain why>
- *Legal/Regulatory:* <yes or no. If yes, explain why>
- *Data Integrity:* <yes or no. If yes, explain why>
- *Patient Safety:* <yes or no. If yes, explain why>
- *CyberSecurity/Information Security:* <yes or no. If yes, explain why>
- *Financial:* <yes/no>
- *Legal/Regulatory:* <yes/no>
- *Data Integrity:* <yes/no>
- *Patient Safety:* <yes/no>
- *CyberSecurity/Information Security:* <yes/no>
- *Financial:* <yes or no. If yes, explain why>No
- *Legal/Regulatory:* <yes or no. If yes, explain why> Yes
- *Data Integrity:* No
- *Patient Safety:* Yes, this was an issue because of XYZ.
- *CyberSecurity/Information Security:* <yes or no. If yes, explain why>
- *Financial:* no
- *Legal/Regulatory:* no
- *Data Integrity:* no
- *Patient Safety:* no
- *CyberSecurity/Information Security:* no
- *Financial:* N
- *Legal/Regulatory:* N
- *Data Integrity:* N
- *Patient Safety:* N
- *CyberSecurity/Information Security:* N
- *Financial:* <yes or no. If yes, explain why>N
- *Legal/Regulatory:* <yes or no. If yes, explain why> N
- *Data Integrity:* <yes or no. If yes, explain why>N
- *Patient Safety:* <yes or no. If yes, explain why>N
- *CyberSecurity/Information Security:* <yes or no. If yes, explain why> N
| HA template search | 2019-03-28T15:35:31.000Z |
now matches *any* protocol, as well as username, password, query and fragment. query is not split | ^(?<scheme>[a-z]+:\/\/)(?:(?<username>[^\/:@]+)(?::(?<password>[^\/:@]+))?@)?(?<host>[^\/]+)(?:(?<path>\/[^?#]+)(?:(?<query>[^#]+)?)?(?:#(?<fragment>.*))?)? | http://foxcat:[email protected]/a/funny/path/to/@v3.0.0.tar.gz?t=1394939395#why-is-there-a-fragment-here
https://github.com∕kubernetes∕kubernetes∕archive∕refs∕tags∕@v1271.zip | url matcher 2.0 | 2023-05-20T15:49:11.000Z |
(.*)((?<=[.!?]\s|^).*?lockbox.*?)(?<=[.!?]|$)(.*) | Prickelnder Zitronengeschmack aus Bad Liebenwerda. Abgefüllt in leichte 1,0 Liter PET-Mehrwegflaschen kommt die Zitronenlimonade im 12er Kasten direkt per Lockbox zu dir nach Hause. Heute bestellt, morgen oder zum Wunschtermin auf dem Küchentisch! Lieferung per Lockbox jeweils von Montag bis Freitag. | Lockbox Sätze #2 | 2017-02-01T09:59:58.000Z |
|
([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t(.*) | yuZhwV24PmM weneedhelp 1082 News & Politics 213 46183 4.71 280 247 hU9iCANi02o,xq8aopATYyw,g9e1alirMhc,I4yKEK9o8gA,HuTqgqhxVMc,QoMCoMMgeO0,6h3G-lMZxjo,b4LuFQJmS1Y,7ZVpPGxuafA,bfZ_gXCHaMw,1GKaVzNDbuI,9Fr1dm2Qdls,WWqed9u6rr4,L3gQfz8GC0o,,,,,, | regex for youtube data | 2018-05-21T15:38:50.000Z |
|
^(?<filter>[^(]+)(?:\((?<params>[^)]+)\))?$ | currency_to_word | Регулярное выражение для парсинга фильтра с параметром | 2019-01-25T15:32:30.000Z |
|
(.*)([a-z])([A-Z]).* | Guadel LondoneLondon | Loči Guadaloupe | 2018-12-30T15:13:47.000Z |
|
Consente di controllare l'esattezza del numero di Porto d'armi | ([0-9]{6})+(-)+([A-Z]{1}) | 671233-H | Numero PDA | 2023-08-29T23:45:45.000Z |
(?i)MOVE.*\n?.*VALIDER.*\n?.*F5 | Move 'VALIDER LA DEMANDE REGU INIT ARTICLE & MAJ TARIF P16910000
017900- 'AR F5' to FSOV51-MESSAG
Move 'DEMANDE REGU TRAITEE, F6 POUR FORCER LA DE16710000
017700- 'MANDE' to FSOV51-MESSAG
Move 'VALIDER LA DEMANDE REGU INIT ARTICLE PAR F5' | WarningF5 | 2018-07-09T13:24:08.000Z |
|
HTTP ETag header match (RFC7232)
HTTP ETag RFC specification: https://tools.ietf.org/html/rfc7232#section-2.3[](url) | \x57\x2f\"[\x21\x23-\x7e]{1,}[?=\"] | W/"ascii" | HTTP ETag header match (RFC7232) | 2018-07-29T09:52:45.000Z |
Yes | @up-sider.com\/?$ | Unknown slash on email regex | 2023-05-11T01:13:30.000Z |
|
^(3[6-9]|4[0-3]|3[6-9].[0-9]{1,2}|4[0-2].[0-9]{1,2})$ | 32
33
34
35
35.9
36
36.2
36.21
36.67
36.42
36.8
37
38
39
39.05
39.34
40
40.01
41
41.3
41.42
41.67
42
42.1
42.25
42.8
43
43.6
44
45
46
47 | Human temperature, from 36 to 43 celsius degrees | 2017-09-25T14:30:54.000Z |
|
^(?P<timestamp>[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}-[0-9]{2}:[0-9]{2})\s+(?P<domain>[a-zA-Z0-9]+)\s+\[(?P<msgid>0[xX][0-9a-fA-F]+)\]\[(?P<msgtype>[a-zA-Z]+)\]\[(?P<msgcat>[a-zA-Z]+)\]\s+(?P<objtype>\w+)\((?P<objname>[a-zA-Z_-]+)\):\s+trans\((?P<txnum>[0-9]+)\)(.*?):\s(?P<msgtxt>.*) | 2016-03-16T10:30:18-05:00 DEVESB2 [0x80e0018d][ldap][error] xmlmgr(map-manager): trans(1750947) gtid(1750947): Error querying server 10.158.131.139: Error while searching; see log for details
2016-03-16T10:30:17-05:00 DEVESB2 [0x804000a1][slm][info] throttle(Throttler): trans(1279): Memory(10529899/13448300kB 78.299108 free) Pool(7052687) Ports(127732/127850) Temporary-FS(116/128MB 90.625000 free) File(OK)
2016-03-16T10:30:01-05:00 DEVESB2 [DEVESB][0x80e00176][ws-proxy][error] source-http(DEFAULT_DATA1_HTTP): trans(1750611)[172.27.137.222]: No WS-Proxy service endpoints matched request.
| DataPower Syslog | 2016-03-16T16:18:28.000Z |
|
it check the html content with like html tag but not html.
somthing <[email protected]>
this not html content but it has content like html tag. | (<[^\@<>]+@[a-z0-9\.\s]+>)(*SKIP)(*F)|<([^\s]+)(\s[^>]*?)?(?<!\/)> | html check in spacial case | 2014-12-04T11:21:13.000Z |
|
([^,]*,){6}([^,]*) | 519-48-0195,519480195,AE09430101,160, ,ALEMAN GLORIA ,0065.00 | count occurence of comma | 2015-08-31T21:51:30.000Z |
|
((?:<li\b[^>]*>.*?<\/li>)) | <ol type="A" lang="en-CA" style="margin-bottom: 0in; line-height: 100%">
<li type="A"><span>Text</span></li>
<li><span>More text</span></li>
</ol>
<ol type="I" style="font-weight: bold;">
<li><span>Text</span></li>
<li><span>More text</span></li>
</ol>
<ol type="1" style="font-weight: bold;">
<li><span>Text</span></li>
<li><span>More text</span></li>
</ol> | Li match | 2014-09-22T14:39:23.000Z |
|
(?:require)([^;]*) | const test = require('./catalog.routes'); | Require Node.js regex | 2018-05-08T07:25:50.000Z |
|
^.*\(((?:RR|RI|PC|PR|PA)R\d{3}){0,1}\) \[([1-2]\d{7}@\d{6})\]\.(( <<.*>>)|( (?!<<).+)){0,1}$ | None (PRR001) [11111111@111111]. <<freetext>>
None (RIR001) [11111111@111111]. <<freetext>>
None (RRR001) [11111111@111111]. <<freetext>>
Prescribing Error (PCR001) [11111111@111111]. <<freetext>>
None (PAR001) [11111111@111111]. <<freetext>>
None (RIR001) [11111111@111111]. a
None (RIR001) [11111111@111111]. <a>>
--GOOD Leading and trailing spaces are ignored
None (PRR001) [11111111@111111]. << freetext >>
--GOOD One element missing
(PRR001) [11111111@111111]. <<freetext>>
(PRR001) [11111111@111111]. <<freetext>>
None () [11111111@111111]. <<freetext>>
None (PRR001) [11111111@111111]. <<>>
None (PRR001) [11111111@111111].
--GOOD Freetext embedded <<>>. Leading and trailing spaces
None (PRR001) [11111111@111111]. <<C<<B>>A>>
--GOOD Old Reason format with correct event type.
Prescription Reprint <<>>
Prescription Reprint <<chewed up>>
--GOOD Old Reason format with with freetext embedded <<>>
Prescription Reprint <<C<<B>>A>>
--GOOD Longer than 400
None (PRR001) [11111111@111111]. <<Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ultrices orci non leo volutpat, at sagittis dolor cursus. Duis ullamcorper laoreet scelerisque. Donec eu nulla nec erat eleifend consectetur. Donec tincidunt, risus id imperdiet consectetur, eros mauris pharetra purus, in rhoncus diam massa ac elit. Suspendisse eleifend erat vitae cras amet.>>
--GOOD <400 freetext > 350
None (PRR001) [11111111@111111]. <<Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed condimentum, erat nec rhoncus porta, urna sem laoreet elit, sed tempus augue erat nec odio. Morbi facilisis porttitor dolor sodales blandit. Phasellus lobortis ligula sit amet elit sagittis, eu ultrices mi aliquet. Curabitur a odio mauris. Nam quis ullamcorper elit. In dignissim ac nullam.>>
--GOOD <CR><LF><TAB>
None (PRR001) [11111111@111111]. <<EA\r\nB\t\tC>>
--BAD Prove only certain codes looked at
None (PRR001) [11111111@111111]. <<freetext>>
--BAD One element missing
None (PRR001) []. <<freetext>>
--BAD Code not RRRnnn,RIRnnn,PCRnnn,PRRnnn or PARnnn
None (PIR001) [11111111@111111].
None (RCR001) [11111111@111111].
None (RAR001) [11111111@111111].
None (RIR00A) [11111111@111111].
None (RIRA01) [11111111@111111].
None (RIR0A1) [11111111@111111].
None (RIR 01) [11111111@111111].
None (RIR0 1) [11111111@111111].
None (RIR00 ) [11111111@111111].
None (RIR001 ) [11111111@111111].
None (RIR0001) [11111111@111111].
None ( RIR001) [11111111@111111].
None (RIR001 [11111111@111111].
None RIR001) [11111111@111111].
None (RIR01) [11111111@111111].
None (EVE001) [11111111@111111].
--BAD Date time not \[([1-2]\d{7}@\d{6})\]
None (RIR001) 11111111@111111].
None (RIR001) [11111111@111111.
None (RIR001) [1111111@111111].
None (RIR001) [111111111@111111].
None (RIR001) [11111111@11111].
None (RIR001) [11111111@1111111].
None (RIR001) [91111111@111111].
None (RIR001) [11111111@11A111].
None (RIR001) [111A1111@111111].
None (RIR001) [11111111x111111].
None (RIR001) [11111111111111].
None (RIR001) [].
None (RIR001).
--BAD Reason text, code, date time with no .
None (RIR001) [11111111@111111]
--BAD Invalid freetext ( <<.*>>){0,1}
None (RIR001) [11111111@111111].a
None (RIR001) [11111111@111111].
None (RIR001) [11111111@111111]. <<a>
None (RIR001) [11111111@111111]. <<>> a
None (PRR001) [11111111@111111]. <<C<<B>>A
None (PRR001) [11111111@111111]. <<venalink
--BAD Old Reason format with wrong event type.
Prescription Reprint
Prescription Reprint
Prescription Reprint
Prescription Reprint
Prescription Reprint
Prescription Reprint <<>>
Prescription Reprint <<>>
Prescription Reprint <<>>
Prescription Reprint <<>>
Prescription Reprint <<chewed up>>
Prescription Reprint <<chewed up>>
Prescription Reprint <<chewed up>>
Prescription Reprint <<chewed up>>
Prescription Reprint <<C<<B>>A
Prescription Reprint <<C<<B>>A
Prescription Reprint <<C<<B>>A
Prescription Reprint <<C<<B>>A
--BAD Old Reason format with with freetext embedded <<>> and no Trailing >>
Prescription Reprint <<C<<B>>A
--OTHER BAD EXAMPLES
Existing letter file 'P:\WORDPROC\CLINCORR\0046O000.CLI' deleted when adding letter
Vision 2.00 Install successful on Computername: RECEPTION for filesystem: Live System - Live
Typed in name: MD
Mode=LEGACY;Token Id=AQIC5wM2LY4SfcyXAQB0EBD9MWbdEKQjnCGKw8iNj6Gu3FU=;RoleProfile=339601626031;Role=R1740
Prescription Reprint <<chewed up>>
Mode=CACHED PROFILE;Token Id=;RoleProfile=;Role=,User=SYS
14.9
Vision 22.00.0004 Install successful on Computername: CON06 for filesystem: Live System - Live
ÃÂ?Â?Â?Â?Â?Â<ÿUÂ<ìƒì(SVWÂ?zøÂ?Â"[K
Existing letter file 'P:\WORDPROC\CLINCORR\00311000.CLI' deleted when adding letter
Quarter 1 2000
| eventlog reasons regex - 2 | 2018-07-18T11:38:45.000Z |
|
not fully featured, but simple. | \b[(]?(?P<areaCode>\d{3})[)]?[ .-](?P<phone>\d{3}[ .-]\d{4})\b | YES
(800)-555-1234
212 777.6789
Phone: 800 555-6879.
NO
1234567891011
abc def-ghij
800 def.ghij
Phone: 1234567891011 | Rust Phone Number | 2023-10-23T21:47:25.000Z |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.