Is there something like this, that only leaves numbers, letters and underscore for spaces?
Server.URLEncode isn’t quite what i’m looking for.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no an integrated function as you described in ASP.
But you can do with regular expressions.
May be as follows:
If you pass filename without extension as parameter, you could remove the dot char from pattern.