Created 2017.04.03
Following my inability to get a Regex script working for Sitesucker, I decided to attempt the same thing in a Gulp script.
- https://bitbucket.org/dotherightthing/wp-wix-to-wordpress/src/dc9dcb4d369362098dda168b713afa654b9e06e3/wp-content/themes/wp-wix-to-wordpress/gulpfile.js?at=master&fileviewer=file-view-default
- https://www.npmjs.com/package/gulp-cheerio
- http://www.cisco.com/c/en/us/td/docs/ios_xr_sw/iosxr_r3-2/getting_started/installation/guide/gs_32/gs32aexp.pdf
- https://regexone.com/lesson/character_ranges
- http://stackoverflow.com/questions/11941487/javascript-regexp-if-a-letter-is-adjacent-to-a-number-add-an-underscore#11941556
- https://www.npmjs.com/package/gulp-string-replace
- http://stackoverflow.com/questions/432493/how-do-you-access-the-matched-groups-in-a-javascript-regular-expression#432503
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#Using_parenthesized_substring_matches
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
- https://www.npmjs.com/package/gulp-attr-remover
- http://haacked.com/archive/2004/10/25/usingregularexpressionstomatchhtml.aspx/