Type: nodetool.text.Slugify
Namespace: nodetool.text
Description
Converts text into a slug suitable for URLs or IDs. text, slug, normalize, id
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` | |
| separator | str |
- |
|
| lowercase | bool |
true |
|
| allow_unicode | bool |
Keep unicode letters instead of converting to ASCII | false |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Related Nodes
Browse other nodes in the nodetool.text namespace.