std/build/string
std/build/string
Functions
humanize()
function humanize(str): string;Defined in: apps/website/.api-docs-entry/std/build/string/index.d.ts:1
Parameters
| Parameter | Type |
|---|---|
str |
string |
Returns
string
textSearchMatches()
function textSearchMatches(value, search): boolean;Defined in: apps/website/.api-docs-entry/std/build/string/index.d.ts:3
Literal contains search with bounded typo tolerance for human-entered text.
Parameters
| Parameter | Type |
|---|---|
value |
string |
search |
string |
Returns
boolean