140 likes | 298 Views
Regular Expression. JavaScript Web Technology. Derived from: http :// www . zytrax . com / tech / web / regex . htm. Definitions. Our Example Target Strings. Throughout this guide we will use the following as our target strings :.
E N D
Regular Expression JavaScript Web Technology Derived from:http://www.zytrax.com/tech/web/regex.htm
Our Example Target Strings • Throughout this guide we will use the following as our target strings: STR1 Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt) STR2 Mozilla/4.75 [en](X11;U;Linux2.2.16-22 i586)
Simple Matching Search For
Brackets, Ranges and Negation Search For
Positioning (or Anchors) Search For
Iteration 'metacharacters' Search For