Function uc_words
Tiny function to enhance functionality of ucwords
Will capitalize first letters and convert separators if needed
Package: Mage\Core
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Core/functions.php
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Core/functions.php
string |
$str |
|
string |
$destSep = '_' |
|
string |
$srcSep = '_' |
string
|