Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 737 Bytes

File metadata and controls

15 lines (11 loc) · 737 Bytes

Home > @datashaper/workflow > strings

strings variable

Signature:

strings: {
    replace: (id: string) => import("../../index.js").StepNode<import("@datashaper/tables").TableContainer<unknown>, import("@datashaper/schema").StringsReplaceArgs>;
    lower: (id: string) => import("../../index.js").StepNode<import("@datashaper/tables").TableContainer<unknown>, import("@datashaper/schema").StringsArgs>;
    upper: (id: string) => import("../../index.js").StepNode<import("@datashaper/tables").TableContainer<unknown>, import("@datashaper/schema").StringsArgs>;
}