Title: Case insensitive URL validation
Last modified: August 20, 2016

---

# Case insensitive URL validation

 *  Resolved [wu-wei](https://wordpress.org/support/users/wu-wei/)
 * (@wu-wei)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/case-insensitive-url-validation/)
 * Firstly, this is my first time using this plugin on a project. I’d been using
   reed-write which is fine, but custom-content-type-manager rocks.
 * I’ve found that our editors like to use urls such as [http://Twitter.com/foo](http://Twitter.com/foo)
   which fails the validation check in validators/url.php. I changed that line to:
 * if(!preg_match(‘@’.$regex.’@i’, $input)){
 * Consider doing this for trunk/ ?
 * [http://wordpress.org/extend/plugins/custom-content-type-manager/](http://wordpress.org/extend/plugins/custom-content-type-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/case-insensitive-url-validation/#post-3204074)
 * Thanks for the code — this is better suited to the issue tracker. I do not monitor
   the forum closely: the issue tracker is meant to track code and versions etc.
 * I’ve filed this as a bug report for you: [http://code.google.com/p/wordpress-custom-content-type-manager/issues/detail?id=434](http://code.google.com/p/wordpress-custom-content-type-manager/issues/detail?id=434)
 * Marking this topic as resolved: further discussion should happen in the bug tracker.

Viewing 1 replies (of 1 total)

The topic ‘Case insensitive URL validation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-type-manager_c9c790.
   svg)
 * [Custom Content Type Manager](https://wordpress.org/plugins/custom-content-type-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-content-type-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-type-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-type-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-type-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-type-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/case-insensitive-url-validation/#post-3204074)
 * Status: resolved