Wordpress and Saving URLs in CAPs

When I save a permalink “Green-Apples” the saved permalink automatically becomes http://www.site.com/gree-apples but I want it to be http://www.site.com/Green-Apples i.e. it should have the caps

is there any way to do this?

Using lowercase characters for URLS is standard practice on the web. It isn’t impossible to use capital letters in a URL. I just think Wordpress is going to convert capitals to lower case when making the URL slug. See these for more info:

http://codex.wordpress.org/Using_Permalinks

My personal opinion is that it is best to leave everything lower case. Your URL is in lowercase. Why not leave it all that way? You aren’t adding anything to the user experience by using capital letters in your URL slug anyway.