Skip to content

Type Alias: StringOperationType

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Utilities / StringOperationType

Type Alias: StringOperationType

StringOperationType = "to_upper" | "to_lower" | "trim" | "trim_start" | "trim_end" | "reverse" | "char_at" | "index_of" | "replace" | "split" | "contains" | "starts_with" | "ends_with"

Defined in: src/types/utilities.ts:11

String operation type.