Rune Grønkjærs Blog
Abonnér på mit feed

Category Archives: String

Javascript String extension

This time the subject will be extension of strings in javascript. Real programming languages usually contains quite a lot of methods you can call on it’s strings. In javascript you have to do much of the work yourself. I have over time collected or written some extensions to the string object that can make life a lot easier. For a complete reference of all the string object’s methods, follow this link to w3schools
Also posted in Extension, Javascript, regexp |
Dansk version