Closed
Description
It looks like some built-in properties of str
are not documented in the Built-in Properties page. For example:
@(v: str).replace(a: str, b: str): str
@(v: str).index_of(search: str, fromI?: num): num
@(v: str).trim(): str
@(v: str).upper(): str
@(v: str).lower(): str
@(v: str).charcode_at(i: num): num | null
@(v: str).codepoint_at(i: num): num | null
@(v: str).pad_start(width: num, pad?: str): str
@(v: str).pad_end(width: num, pad?: str): str
are not included in that page.
Metadata
Metadata
Assignees
Labels
No labels