Skip to main content
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.

Fields

No configurable options available

Sample data

Input dataOutput data
”-1 random string--- #@#$^%$^test 3""1-random-string-test-3”