String.prototype.replace

GPTKB entity

Statements (26)
Predicate Object
gptkbp:instance_of gptkb:Footballer
gptkbp:bfsLayer 4
gptkbp:bfsParent gptkb:String.prototype.replace_All
gptkbp:approves a pattern as the first argument
a replacement as the second argument
gptkbp:can_be_used_with other string methods
gptkbp:case_types gptkb:theorem
gptkbp:community the string based on the provided pattern and replacement
gptkbp:controls special characters in the replacement string
gptkbp:defines gptkb:language
https://www.w3.org/2000/01/rdf-schema#label String.prototype.replace
gptkbp:is_available_in gptkb:Library
gptkbp:is_available_on any string instance
gptkbp:is_often_used_in string manipulation
gptkbp:is_part_of the String prototype
gptkbp:is_supported_by most modern browsers
gptkbp:is_used_for format strings
a function as the second argument
a regular expression as the first argument
a string as the first argument
remove substrings from a string
gptkbp:is_used_in gptkb:server
gptkbp:provides_information_on the original string if no matches are found
a new string with some or all matches of a pattern replaced by a replacement
gptkbp:replaced_by all occurrences if the pattern is a global regular expression
gptkbp:return_policy string