The value to be searched.
The value to be searched for.
Value indicating if the match should be case sensitive.
Returns true
if the value
ends with the searchTerm
. By default, this function is case sensitive.
The value to be searched.
The suffix to be searched for.
Value indicating if the match should be case sensitive.
Returns true
if the value
starts with the searchTerm
. By default, this function is case sensitive.
The value to be searched.
The prefix to be searched for.
Value indicating if the match should be case sensitive.
Generated using TypeDoc
Returns
true
if thevalue
contains thesearchTerm
. By default, this function is case sensitive.