1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Code completion result for source line:
console.log("cat".|startsWith("ca", 0));
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
CLASS prototype [PUBLIC] JS Platform
METHOD anchor(name: String): String [PUBLIC] JS Platform
METHOD big(): String [PUBLIC, JS Platform
METHOD bold(): String [PUBLIC, JS Platform
METHOD charAt(index: Number): String [PUBLIC] JS Platform
METHOD charCodeAt(index: Number): Num [PUBLIC] JS Platform
METHOD codePointAt(pos: String): Numb [PUBLIC] JS Platform
METHOD concat(string2, string3): Stri [PUBLIC] JS Platform
METHOD endsWith(searchString: String) [PUBLIC] JS Platform
METHOD fixed(): String [PUBLIC, JS Platform
METHOD fontcolor(color: String): Stri [PUBLIC, JS Platform
METHOD fontsize(size: Number): Number [PUBLIC, JS Platform
METHOD hasOwnProperty(prop: String): [PUBLIC] JS Platform
METHOD includes(searchString: String) [PUBLIC] JS Platform
METHOD indexOf(searchValue: String): [PUBLIC] JS Platform
METHOD isPrototypeOf(obj): Boolean [PUBLIC] JS Platform
METHOD italics(): String [PUBLIC, JS Platform
METHOD lastIndexOf(searchValue: Strin [PUBLIC] JS Platform
METHOD link(url: String): String [PUBLIC] JS Platform
METHOD localeCompare(compareString: S [PUBLIC] JS Platform
METHOD match(regexp: RegExp): Array [PUBLIC] JS Platform
METHOD normalize(): String [PUBLIC] JS Platform
METHOD padEnd(maxLength: Number): Str [PUBLIC] JS Platform
METHOD padStart(maxLength: Number): S [PUBLIC] JS Platform
METHOD propertyIsEnumerable(prop: Str [PUBLIC] JS Platform
METHOD repeat(count: Number): String [PUBLIC] JS Platform
METHOD replace(regexp, newSubStr): St [PUBLIC] JS Platform
METHOD search(regexp: RegExp): Number [PUBLIC] JS Platform
METHOD slice(beginSlice: Number): Str [PUBLIC] JS Platform
METHOD small(): String [PUBLIC, JS Platform
METHOD split(): Array [PUBLIC] JS Platform
METHOD startsWith(searchString: Strin [PUBLIC] JS Platform
METHOD strike(): String [PUBLIC, JS Platform
METHOD sub(): String [PUBLIC, JS Platform
METHOD substr(start: Number): String [PUBLIC] JS Platform
METHOD substring(indexStart: Number): [PUBLIC] JS Platform
METHOD sup(): String [PUBLIC, JS Platform
METHOD toLocaleLowerCase(): String [PUBLIC] JS Platform
METHOD toLocaleString(): String [PUBLIC] JS Platform
METHOD toLocaleUpperCase(): String [PUBLIC] JS Platform
METHOD toLowerCase(): String [PUBLIC] JS Platform
METHOD toString(): String [PUBLIC] JS Platform
METHOD toUpperCase(): String [PUBLIC] JS Platform
METHOD trim(): String [PUBLIC] JS Platform
METHOD valueOf(): String [PUBLIC] JS Platform
FIELD constructor: Function [PUBLIC] JS Platform
|