I build
define('SITE_URL', siteURL()); //returns http://example.com/dir/
define('CKEDITOR', SITE_URL.'plugins/ckeditor/ckeditor.js');
What is the string operation to find the 'difference' between the SITE_URL and the full URL aka http://example.com/dir/plugins/ckeditor/ckeditor.js so that I only return the plugins/ckeditor/ckeditor.js part?