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] sort replace question


  • From: hassan at webtuitive.com (Hassan Schroeder)
  • Subject: [Javascript] sort replace question
  • Date: Tue Feb 28 08:28:19 2006

Michael Borchers wrote:
> i have a flot f.e. 2.5
> and would like to replace the . with a _
>  
> myFloat.replace('.', '_');

  myFloat.toString().replace('.', '_');

HTH!
-- 
Hassan Schroeder ----------------------------- hassan@xxxxxxxxxxxxxx
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
                opinion: webtuitive.blogspot.com
				
                          dream.  code.