Return to Snippet

Revision: 19121
at October 16, 2009 04:10 by Zwendel


Initial Code
$fileName = preg_replace('/[\W]/','_',$name)

Initial URL

                                

Initial Description

                                

Initial Title
Remove all non word characters

Initial Tags
replace, regexp

Initial Language
PHP