- The PCRE flavour of RegEx is used here.
- Append the
imodifier to the end of the regex to make any pattern case-insensitive.
| Purpose | Description | RegEx | Example |
| <html> | |
| <head> | |
| <script src="jquery-2.1.4.js"></script> | |
| <script src="jspdf.min.js"></script> | |
| <link rel="stylesheet" type="text/css" href="styles.css"> | |
| </head> | |
| <body> | |
| <div id="navbar"><span>jsPDF Tutorial - Form Filling</span></div> | |
| <div id="wrapper"> |