Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| ”-1 random string--- #@#$^%$^test 3" | "1-random-string-test-3” |
String: Slugify, takes the input and removes al non numeric and non alphabetic characters and replaces them with traits(-).
| Input data | Output data |
|---|---|
| ”-1 random string--- #@#$^%$^test 3" | "1-random-string-test-3” |