string-slugify String: Slugify, takes the input and removes al non numeric and non alphabetic characters and replaces them with traits(-). No recurring – will occur in sequence. Also know as sluggified. The result is often used as an identifier, filename or list key.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 random string--- #@#$^%$^test 3" | "1-random-string-test-3” |