string-filter-letters Takes the input and makes sure all characters other than letters are removed. It means it will also remove spaces.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| ”1. This ex-ample” | “Thisexample” |