@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
| Variable | Description |
|---|---|
| stringExtractTool | Extract all matches of a regular expression from a string. |
| stringTransformTool | Apply an ordered pipeline of string transformations. |