Get url-friendly version of the_title?

PHP has a function for url encoding that would probably work:

urlencode( get_the_title() );

error code: 523