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.
- Follow-Ups:
- [Javascript] sort replace question
- From: Shawn Milo
- [Javascript] sort replace question
- References:
- [Javascript] sort replace question
- From: Michael Borchers
- [Javascript] sort replace question
- Prev by Date: [Javascript] sort replace question
- Next by Date: [Javascript] sort replace question
- Previous by thread: [Javascript] sort replace question
- Next by thread: [Javascript] sort replace question
- Index(es):