mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
This commit is contained in:
@@ -238,4 +238,10 @@ function getTreeCellText(tree, col, idx)
|
||||
// ****
|
||||
String.prototype.trim = function() {
|
||||
return this.replace(/^\s+|\s+$/g,"");
|
||||
}
|
||||
}
|
||||
|
||||
// ****
|
||||
// * StartsWidth Member Function fuer Strings
|
||||
// ****
|
||||
String.prototype.startsWith = function(str)
|
||||
{return (this.match("^"+str)==str)}
|
||||
Reference in New Issue
Block a user