Hallo Philip,
Die hab ich gerade zufaellig entdeckt:
String.prototype.trim = function()
{
return this.replace(/^\s*([^ ]*)\s*$/, "$1");
}
Gruß,
Dieter
Hallo Philip,
Die hab ich gerade zufaellig entdeckt:
String.prototype.trim = function()
{
return this.replace(/^\s*([^ ]*)\s*$/, "$1");
}
Gruß,
Dieter