Get nice name of category from slug (remove dashes of category)

I’m a sucker for regular expressions:

<?php
$category = 'test-category';
$category = preg_replace('/-/', ' ', $category);
$category = ucwords($category); 
echo $category;

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)