Jump to content

Refine String for Filename


ravix76

Recommended Posts

I have a user inputted string which I which to refine for use as a filename. The string might include special characters such as £ % etc which I want to strip out or substitute. I'll then convert to lowercases, append a file extension and use it for the uploaded file / image.

 

I having difficulty making the string safe for filename use.

I essentially want to strip out any non a-z or 0-9 characters and strip out any spaces (or substitute with a dash).

 

So  "CrazyDave's Upload!" would become "crazydaves-upload.jpg"

 

Do I need regular expressions? <-- seems like a deep topic!

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/222901-refine-string-for-filename/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.