Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] How do I refer to whitespace characters?


  • From: javascript@xxxxxxxxxx (Dan Costea)
  • Subject: [Javascript] How do I refer to whitespace characters?
  • Date: Fri, 26 Apr 2002 15:24:27 -0700

"trim"?  What is trim? who's method? I know the SQL trim (that is clearing
just the spaces from the beginning of the string, not all white spaces), but
not in js...

Can you give us a working example?


Dan.

----- Original Message -----
From: "Cutter Bl" <cutterbl@xxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Sent: Friday, April 26, 2002 5:11 AM
Subject: Re: [Javascript] How do I refer to whitespace characters?


> How about trim(mystring)
>
> Cutter
> http://www.falcon-knives.com
>
> ----Original Message Follows----
> From: "Lau" <lau@xxxxxxxxxxxxxxxx>
> Reply-To: javascript@xxxxxxxxxx
> To: <javascript@xxxxxxxxxx>
> Subject: [Javascript] How do I refer to whitespace characters?
> Date: Fri, 26 Apr 2002 15:02:18 +1000
>
> I want to read a string and remove all the whitespace before a word.
> How do I refer to tabs and newline characters etc.
> Can anyone give me a full list of what I should be checking for?
>
>
> while(mystr.length>0 && mystr.charAt(0)==" ")
>       mystr= mystr.substr(1);
>
>
> Peace
> Lau
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript