Skip to content

Missing built-in properties #15

Closed
@MacaylaMarvelous81

Description

@MacaylaMarvelous81

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions