Title: Image case-sensitivity
Last modified: August 21, 2016

---

# Image case-sensitivity

 *  Resolved [Cleanforest.co](https://wordpress.org/support/users/noamcleanforestsolutionscom/)
 * (@noamcleanforestsolutionscom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-case-sensitivity/)
 * I had a multiple imports fail due to case-sensitivity. (IMG SRC, IMG src, etc).
 * Here are updated preg_match_all() which are case-insensitive:
 * Line 139:
    preg_match_all(‘/<a[^>]* href=[\'”]?([^>\'” ]+)/i’, $content, $matches);
 * Line 771:
    preg_match_all(‘/<img[^>]* src=[\'”]?([^>\'” ]+)/i’, $post->post_content,
   $matches);
 * Line 778:
    preg_match_all(‘/<img[^>]* src=[\'”]?([^>\'” ]+)/i’, $custom, $matches);
 * Line 851:
    preg_match_all(‘/<a[^>]* href=[\'”]?([^>\'” ]+)/i’, $content, $matches);
 * [https://wordpress.org/plugins/import-html-pages/](https://wordpress.org/plugins/import-html-pages/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * (@sillybean)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/image-case-sensitivity/#post-4844151)
 * Thank you! I’ll incorporate this into the next version.

Viewing 1 replies (of 1 total)

The topic ‘Image case-sensitivity’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/import-html-pages.svg)
 * [HTML Import 2](https://wordpress.org/plugins/import-html-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-html-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-html-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/import-html-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-html-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-html-pages/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/image-case-sensitivity/#post-4844151)
 * Status: resolved