You're viewing old version number 4. - Current version
Regular Expressions with JavaScript
no \s like in perl, so : use [\s\S]* in regex
http://stackoverflow.com/questions/1068280/javascript-regex-multiline-flag-doesnt-work
http://www.regular-expressions.info/javascript.html
http://www.javascriptkit.com/javatutors/redev2.shtml
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
http://www.advanced-javascript-tutorial.com/RegularExpressions.cfm#.UmbpgnBwqSo
From JR's : articles
22 words - 606 chars
created on
updated on
- #
source
- versions
Related articles
Regular Expressions with JavaScript - Dec 04, 2014
API-first-development design - Jun 23, 2014
Aug - Sep 2013 discussions about Progressive Enhancement - Sep 07, 2013
The web as a platform - May 27, 2014
JavaScript - good, bad, and ugly - Oct 30, 2013
more >>