String.prototype.starts With

GPTKB entity

Statements (19)
Predicate Object
gptkbp:instance_of gptkb:Mathematics
gptkbp:data_return gptkb:Logic
gptkbp:default_web_browser Supported in most modern browsers.
gptkbp:description Determines whether a string starts with the characters of a specified string.
gptkbp:example ' Hello'.starts With(' H') returns true.
' Hello'.starts With('e', 1) returns true.
' Hello'.starts With('o', 4) returns false.
gptkbp:formulation starts With(search String, position)
https://www.w3.org/2000/01/rdf-schema#label String.prototype.starts With
gptkbp:introduced_in ECMAScript 6 (ES6)
gptkbp:orbital_period gptkb:Position
search String
gptkbp:related_method gptkb:String.prototype.ends_With
gptkb:String.prototype.includes
gptkbp:type String method
gptkbp:bfsParent gptkb:ECMAScript_5
gptkb:ECMAScript_2015
gptkb:ECMAScript_6
gptkbp:bfsLayer 5