Skip to content
1 min read · 68 words

@nhtio/adk/batteries/tools/string_processing

Pre-constructed tools for casing, trimming, normalizing, and transforming strings.

Remarks

Pre-constructed bundled tools for the string_processing category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.

Variables

VariableDescription
stringExtractToolExtract all matches of a regular expression from a string.
stringTransformToolApply an ordered pipeline of string transformations.