What exactly is your problem?
If you want to apply RegEx to them, you can escape the chars with a backslash (if needed).
Jueki Reviewed by Jueki on . Help with Regex Hi, I have youtubetomp3 site, www.YoutubeToMP3.me, Now I have problem with videos that contain unusual chars, like ";,/ etc. Here is the 2 functions that Saved the name from youtube: function ExtractSongTrackName($vidSrc, $srcType) { $name = ''; $vidSrcTypes = $this->GetVidSrcTypes(); if (in_array($srcType, $vidSrcTypes)) { Rating: 5