Current location: Hot Scripts Forums » General Web Coding » JavaScript » remove white space code? help please


remove white space code? help please

Reply
  #1 (permalink)  
Old 02-23-10, 01:05 PM
__md__ __md__ is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 40
Thanks: 1
Thanked 0 Times in 0 Posts
remove white space code? help please

Hi all

Can someone please explain to me exactly what this code is doing please i would be very grateful

function ValidatorTrim(s)
{
var m = s.match(/^\s*(\S+(\s+\S+)*)\s*$/);
return (m == null) ? "" : m[1];
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 02-23-10, 06:36 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
I think, it's using a regular expression to check if there is anything but white space. If it's all whitespace, then it returns "", otherwise, I think it's returning the trimmed content.

You could use a loop to run a bunch of strings through it and see what it does.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
The Following User Says Thank You to wirehopper For This Useful Post:
__md__ (02-23-10)
  #3 (permalink)  
Old 02-23-10, 06:56 PM
__md__ __md__ is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 40
Thanks: 1
Thanked 0 Times in 0 Posts
ok thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP inside JavaScript? pikaz JavaScript 20 07-10-10 01:55 AM
html tutoral thefrtman HTML/XHTML/XML 5 04-27-09 11:25 AM
convert problem jonnekke PHP 12 02-26-08 03:55 AM
One Week Special - 50% Extra Hosting Space - www.deasoft.com bjdea1 General Advertisements 0 06-16-04 06:23 AM
How to sale php code to customer without giving him code pradeep_soft PHP 4 03-12-04 01:10 PM


All times are GMT -5. The time now is 09:26 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.