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] js for inserting a \n every 80 chars?


  • From: matt.murphy at thermofisher.com (Matt Murphy)
  • Subject: [Javascript] js for inserting a \n every 80 chars?
  • Date: Fri Dec 29 13:05:56 2006


>http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide

> Is there a javascript version of str_replace()?
>
string.replace( regexp, replacement )

Thanks for the link, and the suggestion on replace, that did it. =]