O artigo publicado no site hunlock.com com o nome “The Complete Javascript Strings Reference” é realmente um guia completo com tudo que você precisa saber sobre strings em javascript. Quem programa em javascript deve guardar este endereço pois um dia será útil.
Literal or Object?
Strings Are Passed To Functions As Values
Casting A String
String Properties
String Method Reference
String Method Reference (Regular Expressions)
String Method Reference (HTML wrappers)
String.anchor(nameAttribute)
String.big()
String.blink()
String.bold()
String.charAt(Index)
String.charCodeAt(Index)
String.concat(String[, String[, String...]])
String.fixed()
String.fontcolor(color)
String.fontsize(size)
String.fromCharCode(code1[, code#...])
String.indexOf(SearchValue[, startIndex])
String.italics()
String.lastIndexOf(SearchValue[, startIndex])
String.link(url)
String.localeCompare(string)
String.match(regExp)
String.replace(regExp/substr, replacementValue[, flags])
String.search(regExp)
String.slice(startIndex[, endIndex])
String.small()
String.split(delimiter[, limit])
String.strike()
String.sub()
String.substr(index[, numChars])
String.substring(index[, stopIndex])
String.sup()
String.toLocaleLowerCase()
String.toLocaleUpperCase()
String.toLowerCase()
String.toSource()
String.toString()
String.toUpperCase()
String.valueOf()
Converting Arrays To Strings For Ajax
Converting Strings into Arrays For Ajax
Convert A String To JSON
Useful Prototypes
Useful Prototypes: trim()
Useful Prototypes: htmlEntities()
Useful Prototypes: stripTags()
Useful Prototypes: toArray()
Useful Prototypes: toIntArray()

Google Links Patrocinados: