Quelle:
Ziel:
Ausgeführte Aktion:
Standard Methoden:
Neudefinierte Methoden:
toLowerCase()
toUpperCase()
charAt(0)
charCodeAt(0)
-----------------
substring(3,10)
indexOf("leich")
lastIndexOf("leich")
concat(" anhängen")
-----------------
replace(/gleich/,"Reich")
replace(/gleich/i,"Reich")
replace(/gleich/gi,"Reich")
-----------------
italics()
bold()
link("home.htm")
isNumber()
isDigit()
rmCharR('.')
rmCharL('.')
trim('.')
cutStr('sel')
toLeft(50,'#')
toRight(50,'#')