Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


how to ignore special characters using javascript



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> JavaScript Forum
View previous topic :: View next topic  
Author Message
sundarraj_mca



Joined: 14 May 2008
Posts: 19

PostPosted: Sat Jun 21, 2008 10:03 am    Post subject: how to ignore special characters using javascript Reply with quote

hai how to ignore special character using javascript
Back to top
View user's profile Send private message Send e-mail
svmvishnu



Joined: 30 Jun 2008
Posts: 3

PostPosted: Tue Jul 01, 2008 6:33 am    Post subject: Re: how to ignore special characters using javascript Reply with quote

can u please explian the nature of the problem?
Back to top
View user's profile Send private message
MattoThePotatto



Joined: 25 Jun 2008
Posts: 4

PostPosted: Mon Jul 14, 2008 9:17 am    Post subject: Re: how to ignore special characters using javascript Reply with quote

You'd need to turn all the special characters into normal characters...
http://scripterlative.com/?noaccent

Good luck , Smile
Back to top
View user's profile Send private message Send e-mail MSN Messenger
rafa_vigni



Joined: 30 Jul 2008
Posts: 2

PostPosted: Wed Jul 30, 2008 11:47 am    Post subject: Re: how to ignore special characters using javascript Reply with quote

var removStr = new String();
removStr = "some data with whitespaces, tabs, newlines etc..";

removStr.replace(/\B\s\B|[\n\r\t]/g,'');

Use a regular expressino like this. This will remove all new line chars, whitespaces, tabs etc..with a space.
Like this you can specify all your special chars.

I think this might give you a hint.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> JavaScript Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap